<?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 : ExtractFilePageText does it work or not ?</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 : ExtractFilePageText does it work or not ?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 29 Jun 2026 23:17:14 +0000</pubDate>
  <lastBuildDate>Tue, 07 Aug 2018 21:37:58 +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=3594</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[ExtractFilePageText does it work or not ? : Thanks Ingo for replying...I mean...]]></title>
   <link>http://www.quickpdf.org/forum/extractfilepagetext-does-it-work-or-not_topic3594_post14318.html#14318</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3048">masteripper</a><br /><strong>Subject:</strong> 3594<br /><strong>Posted:</strong> 07 Aug 18 at 9:37PM<br /><br />Thanks Ingo for replying...<div>I mean that i get an error&nbsp; exactly at this line</div><div><table width="99%"><tr><td><pre class="BBcode">pdfText = pdfText &amp; pdfLibrary.ExtractFilePageText(pdfPath, "", n, 0)</pre></td></tr></table></div><div><span style="font-family: &quot;Segoe UI&quot;, SegoeUI, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: bold;"><font size="4">Error 438</font></span></div><div><span style="font-family: &quot;Segoe UI&quot;, SegoeUI, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: bold;"><font size="4">"Object Doesn't Support This Property or Method"</font></span></div><div><font face="Segoe UI, SegoeUI, Helvetica Neue, Helvetica, Arial, sans-serif" size="2">So i reckon that the function either has an issue or its crippled as this is the Lite Edition...</font></div><div><font face="Segoe UI, SegoeUI, Helvetica Neue, Helvetica, Arial, sans-serif" size="2">I also checked the EncryptionStatus function...same error.</font></div><span style="font-size:10px"><br /><br />Edited by masteripper - 07 Aug 18 at 9:42PM</span>]]>
   </description>
   <pubDate>Tue, 07 Aug 2018 21:37:58 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extractfilepagetext-does-it-work-or-not_topic3594_post14318.html#14318</guid>
  </item> 
  <item>
   <title><![CDATA[ExtractFilePageText does it work or not ? : Hi,is &amp;#034;...SomeEbook.pdf&amp;#034;...]]></title>
   <link>http://www.quickpdf.org/forum/extractfilepagetext-does-it-work-or-not_topic3594_post14317.html#14317</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3594<br /><strong>Posted:</strong> 07 Aug 18 at 9:34PM<br /><br />Hi,<br><br>is "...SomeEbook.pdf" a real ebook?<br>Ebooks are protected in a special way.<br>Extraction won't work on these type of files.<br>Before starting the extraction you should check if the file is encrypted and then you should decrypt it first:<br><div>&nbsp; &nbsp;QP := TDebenuPDFLibrary1211.Create;</div><div>&nbsp; &nbsp;try</div><div>&nbsp; &nbsp; &nbsp; QP.LoadFromFile(Edit1.Text, '');</div><div><br></div><div>&nbsp; &nbsp; &nbsp; If ( QP.EncryptionStatus &gt; 0 ) Then</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;QP.Decrypt;</div><div><br></div><div>// &nbsp; &nbsp;. . .</div><br><br>BTW: What does it mean if you're writing "it doesn't work"?<br>Is the extracted content not readable... do you get nothing?<br><br>Cheers and welcome here,<br>Ingo<br><br>]]>
   </description>
   <pubDate>Tue, 07 Aug 2018 21:34:20 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extractfilepagetext-does-it-work-or-not_topic3594_post14317.html#14317</guid>
  </item> 
  <item>
   <title><![CDATA[ExtractFilePageText does it work or not ? : Hello to everybodyI am trying...]]></title>
   <link>http://www.quickpdf.org/forum/extractfilepagetext-does-it-work-or-not_topic3594_post14315.html#14315</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3048">masteripper</a><br /><strong>Subject:</strong> 3594<br /><strong>Posted:</strong> 07 Aug 18 at 5:11PM<br /><br />Hello to everybody<div>I am trying to use this above function but is doesn't work...</div><div>This is my code :</div><div><table width="99%"><tr><td><pre class="BBcode"></div><div><div>Public Function Test()</div><div>&nbsp; &nbsp; Dim pdfLibrary As Object</div><div>&nbsp; &nbsp; Dim pdfPath As String</div><div>&nbsp; &nbsp; Dim PDFDocID As Long</div><div>&nbsp; &nbsp; Dim pagecount As Integer</div><div>&nbsp; &nbsp; Dim pdfText As String</div><div>&nbsp; &nbsp; Set pdfLibrary = CreateObject("DebenuPDFLibraryLite1114.PDFLibrary")</div><div>&nbsp; &nbsp; pdfPath = "C:\Users\masteripper\SomeEbook.pdf"&nbsp; &nbsp; '</div><div>&nbsp; &nbsp; PDFDocID = pdfLibrary.LoadFromFile(pdfPath, "")</div><div>&nbsp; &nbsp; pagecount = pdfLibrary.pagecount</div><div>&nbsp; &nbsp; For n = 1 To pagecount</div><div>&nbsp; &nbsp; &nbsp; &nbsp; pdfText = pdfText &amp; pdfLibrary.ExtractFilePageText(pdfPath, "", n, 0)</div><div>&nbsp; &nbsp; Next</div><div>End Function</div></div><div></pre></td></tr></table></div><div>This code is from Access using the latest PDFLibrary Lite</div>]]>
   </description>
   <pubDate>Tue, 07 Aug 2018 17:11:39 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extractfilepagetext-does-it-work-or-not_topic3594_post14315.html#14315</guid>
  </item> 
 </channel>
</rss>