<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : PDF to text</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : I need help - I can help : PDF to text]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 29 Apr 2026 03:47:28 +0000</pubDate>
  <lastBuildDate>Tue, 12 Oct 2010 13:44:41 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=1532</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[PDF to text : Here&amp;#039;s some VB sample code...]]></title>
   <link>http://www.quickpdf.org/forum/pdf-to-text_topic1532_post7048.html#7048</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1000">Rowan</a><br /><strong>Subject:</strong> 1532<br /><strong>Posted:</strong> 12 Oct 10 at 1:44PM<br /><br />Here's some VB sample code that demonstrates how to use the ExtractFilePageText function to extract text from all pages in a PDF with co-ordinates and other information.<div><br></div><div><div><font ="Apple-style-span" color="#0000FF">' Load the test file and Iterate through each page in the&nbsp;</font></div><div><font ="Apple-style-span" color="#0000FF">' PDF and append it to a text file.</font></div><div><font ="Apple-style-span" color="#0000FF"><br></font></div><div><font ="Apple-style-span" color="#0000FF">Dim strInputFilePath As String = GetInputFolder() + "apply_ fingerprint.pdf"</font></div><div><font ="Apple-style-span" color="#0000FF"><br></font></div><div><font ="Apple-style-span" color="#0000FF">QP.LoadFromFile(strInputFilePath)</font></div><div><font ="Apple-style-span" color="#0000FF"><br></font></div><div><font ="Apple-style-span" color="#0000FF">' Calculate the number of pages</font></div><div><font ="Apple-style-span" color="#0000FF">Dim iNumPages As Integer = QP.PageCount()</font></div><div><font ="Apple-style-span" color="#0000FF"><br></font></div><div><font ="Apple-style-span" color="#0000FF">Dim strText As String = ""</font></div><div><font ="Apple-style-span" color="#0000FF">Dim nPage As Integer = 0</font></div><div><font ="Apple-style-span" color="#0000FF"><br></font></div><div><font ="Apple-style-span" color="#0000FF">For nPage = 1 To iNumPages</font></div><div><span ="Apple-tab-span" style="white-space:pre"><font ="Apple-style-span" color="#0000FF">	</font></span><font ="Apple-style-span" color="#0000FF">strText = strText + QP.ExtractFilePageText(strInputFilePath, "", nPage, 4)</font></div><div><font ="Apple-style-span" color="#0000FF">Next</font></div><div><font ="Apple-style-span" color="#0000FF"><br></font></div><div><font ="Apple-style-span" color="#0000FF">' Write all the data to a file</font></div><div><font ="Apple-style-span" color="#0000FF">s = oFSO.CreateTextFile(GetOutputFolder() + "extracted_text.txt", 1)</font></div><div><font ="Apple-style-span" color="#0000FF">s.Writeline(strText)</font></div><div><font ="Apple-style-span" color="#0000FF">s.Close()</font></div><div><font ="Apple-style-span" color="#0000FF"><br></font></div><div><font ="Apple-style-span" color="#0000FF">' Display the text</font></div><div><font ="Apple-style-span" color="#0000FF">MsgBox(strText)</font></div></div>]]>
   </description>
   <pubDate>Tue, 12 Oct 2010 13:44:41 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/pdf-to-text_topic1532_post7048.html#7048</guid>
  </item> 
  <item>
   <title><![CDATA[PDF to text : Helloanyone has an exemple to...]]></title>
   <link>http://www.quickpdf.org/forum/pdf-to-text_topic1532_post6797.html#6797</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1365">battit64</a><br /><strong>Subject:</strong> 1532<br /><strong>Posted:</strong> 06 Aug 10 at 1:10PM<br /><br />Hello<br><br>anyone has an exemple to convert pdf to text with coordoninate in VB .NET<br>thanks<br>]]>
   </description>
   <pubDate>Fri, 06 Aug 2010 13:10:50 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/pdf-to-text_topic1532_post6797.html#6797</guid>
  </item> 
 </channel>
</rss>