<?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 : searching Reference Guide</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 : General Discussion : searching Reference Guide]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 12:10:55 +0000</pubDate>
  <lastBuildDate>Thu, 17 May 2007 20:29:17 +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=728</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[searching Reference Guide : Hi there, if you believe that...]]></title>
   <link>http://www.quickpdf.org/forum/searching-reference-guide_topic728_post3562.html#3562</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=324">marian_pascalau</a><br /><strong>Subject:</strong> 728<br /><strong>Posted:</strong> 17 May 07 at 8:29PM<br /><br />Hi there, if you believe that something is not right inside QuickPDF 5.22 you should send us a bug report to support(at)quickpdf.org. Send please pdf document which gives you this problem and I will take a look into it. <DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 17 May 2007 20:29:17 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/searching-reference-guide_topic728_post3562.html#3562</guid>
  </item> 
  <item>
   <title><![CDATA[searching Reference Guide : Hi!If you&amp;#039;ve tried 5.22 and...]]></title>
   <link>http://www.quickpdf.org/forum/searching-reference-guide_topic728_post3559.html#3559</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 728<br /><strong>Posted:</strong> 17 May 07 at 9:35AM<br /><br />Hi!<br><br>If you've tried 5.22 and option 4 doesn't work then it's like it is ... i can't do anything against it. Try 5.21 ... perhaps it's better. You can call Marian, too... perhaps he can do something for you.<br><br>Best regards,<br>Ingo <br>]]>
   </description>
   <pubDate>Thu, 17 May 2007 09:35:59 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/searching-reference-guide_topic728_post3559.html#3559</guid>
  </item> 
  <item>
   <title><![CDATA[searching Reference Guide : Hi Ingo,  I have v5.11 reference...]]></title>
   <link>http://www.quickpdf.org/forum/searching-reference-guide_topic728_post3554.html#3554</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=620">mgbalaji</a><br /><strong>Subject:</strong> 728<br /><strong>Posted:</strong> 17 May 07 at 1:20AM<br /><br />Hi Ingo,<br /><br />&nbsp;&nbsp;&nbsp;I have v5.11 reference guide. I already mentioned, this GetPageText function is not working properly.<br /><br />This is my piece of code:<br /><br />&nbsp;&nbsp;&nbsp;Dim data As iSED.QuickPDF<br />&nbsp;&nbsp;&nbsp;txt = data.GetPageText(4)<br /><br />I used this code as per the reference. We put ExtractOptions is 4 means it will extract individual words, but it is not extracting words. It will extract line by line from pdf.I want word by word extraction.<br /><br />Please tell if any function to extract word by word in v5.22.<br />I am strugling because of this.<br /><br />Thanks...]]>
   </description>
   <pubDate>Thu, 17 May 2007 01:20:31 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/searching-reference-guide_topic728_post3554.html#3554</guid>
  </item> 
  <item>
   <title><![CDATA[searching Reference Guide :  Hi!Ref. 5.11 is the last official...]]></title>
   <link>http://www.quickpdf.org/forum/searching-reference-guide_topic728_post3549.html#3549</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 728<br /><strong>Posted:</strong> 16 May 07 at 9:32AM<br /><br />Hi!<br><br>Ref. 5.11 is the last official one we have ... I'll post it here if i've time enough. Here's the syntax you're asking for:<br><br>GetPageText<br><br>Description<br><br>This function provides two different methods for extracting text from the selected page, and presents the<br>results in a variety of formats.<br><br>Definition<br><br>function GetPageText(ExtractOptions As Long) As String<br><br>Parameters<br><br>ExtractOptions Using the standard text extraction algorithm:<br>0 = Extract text in human readable format<br>1 = Deprecated<br>2 = Return a CSV string including font, color, size and position of each piece of text on<br>the page<br>Using the more accurate text extraction algorithm:<br>3 = Return a CSV string for each piece of text on the page with the following format:<br>Font Name, Text Color, Text Size, X1, Y1, X2, Y2, X3, Y3, X4, Y4, Text<br>The co-ordinates are the four points bounding the text, measured using the units set<br>with the SetMeasurementUnits function and the origin set with the SetOrigin function.<br>4 = Similar to option 3, but individual words are returned, making searching for words<br>easier.<br><br>Returns<br><br>The text of the selected page, or an empty string if a problem occurred. Lines are separated with CR-LF<br>characters.<br><br><br>Best regards,<br>Ingo<br><br><span style="font-size:10px"><br /><br />Edited by Ingo - 16 May 07 at 9:33AM</span>]]>
   </description>
   <pubDate>Wed, 16 May 2007 09:32:30 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/searching-reference-guide_topic728_post3549.html#3549</guid>
  </item> 
  <item>
   <title><![CDATA[searching Reference Guide : Hi,  I installed latest version...]]></title>
   <link>http://www.quickpdf.org/forum/searching-reference-guide_topic728_post3548.html#3548</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=620">mgbalaji</a><br /><strong>Subject:</strong> 728<br /><strong>Posted:</strong> 16 May 07 at 8:59AM<br /><br />Hi,<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;I installed latest version ie., iSED.dll v5.22 in my system.Previously i worked on iSED.dll v4.41. While working in new version some functions is not working that is used in the previous version.<br />&nbsp;&nbsp;&nbsp;&nbsp;Here i put one Example.<br /><br />  GetPageText(4) - This function get the words in a line from pdf in v4.41.<br /><br />&nbsp;&nbsp;&nbsp;but the same function is not working in the newer version(5.22).ie., It will extract lines from the pdf.<br /><br />&nbsp;&nbsp;&nbsp;Please tell the function how to extract words from pdf using v5.22 or provide the reference guide for v5.22.<br /><br />Thanks.....]]>
   </description>
   <pubDate>Wed, 16 May 2007 08:59:40 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/searching-reference-guide_topic728_post3548.html#3548</guid>
  </item> 
 </channel>
</rss>