<?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 : EmbeddedFileCount and RemoveEmbeddedFile</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 : EmbeddedFileCount and RemoveEmbeddedFile]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 02:12:19 +0000</pubDate>
  <lastBuildDate>Wed, 26 Sep 2018 12:00:16 +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=1899</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[EmbeddedFileCount and RemoveEmbeddedFile : thank you Ingo. Mi code in Delphi...]]></title>
   <link>http://www.quickpdf.org/forum/embeddedfilecount-and-removeembeddedfile_topic1899_post14370.html#14370</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3061">juan</a><br /><strong>Subject:</strong> 1899<br /><strong>Posted:</strong> 26 Sep 18 at 12:00PM<br /><br />thank you Ingo. Mi code in Delphi is :<div><br></div><div><div>PDFLibrary.LoadFromFile('C:\Users\USUARIO\formulario_25_9_o.pdf');</div><div>&nbsp; &nbsp; &nbsp; Label1.Caption := PDFLibrary.EmbeddedFileCount().ToString; // It's allweys&nbsp; = 0</div><div>&nbsp; &nbsp; &nbsp; hash1.Caption := PDFLibrary.GetEmbeddedFileContentToString(1);</div></div><div><br></div><div>//.EmbeddedFileCount() in Adobe Reader is alweys = 0. But when I attach a file in Adobe Pro DC by the attached panel, ir works.&nbsp;</div><div><br></div><div>In Adobe Reader I implement a custom button like this, and the document are in the panel, but the method cannot EmbeddedFileCount see them:</div><div><br></div><div><div>try {&nbsp;</div><div>&nbsp; &nbsp; var annot = this.addAnnot({&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; page: event.target.page,&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; type: "FileAttachment",&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; author: "Form cpce",</div><div>&nbsp; &nbsp; &nbsp; &nbsp; name: "File Attachment",&nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; point: &#091;500, 500&#093;,&nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; contents: "Fecha adjuntado: " + util.printd("yyyy/mm/dd HH:MM:ss", new Date())</div><div>&nbsp; &nbsp; });&nbsp;</div><div>&nbsp; &nbsp; annot.cAttachmentPath;&nbsp;</div><div><br></div><div>&nbsp; &nbsp; var attachmentObj = annot.attachment;&nbsp;</div><div>&nbsp; &nbsp; if (attachmentObj !== null) {&nbsp;</div><div><br></div><div><br></div><div>attachmentObj.embedDocAsDataObject( attachmentObj.name, this);</div></div><div><br></div><div><br></div><div>thank you so much!!</div><div><br></div><div><br></div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Wed, 26 Sep 2018 12:00:16 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/embeddedfilecount-and-removeembeddedfile_topic1899_post14370.html#14370</guid>
  </item> 
  <item>
   <title><![CDATA[EmbeddedFileCount and RemoveEmbeddedFile : Hi Juan,please post a link to...]]></title>
   <link>http://www.quickpdf.org/forum/embeddedfilecount-and-removeembeddedfile_topic1899_post14367.html#14367</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1899<br /><strong>Posted:</strong> 25 Sep 18 at 9:38PM<br /><br />Hi Juan,<br><br>please post a link to a sample-pdf with embedded files.<br>Then we can try and check the functionality.<br>Perhaps we can detect some probs if you post your relevant code here, too.<br><br>Cheers and welcome here,<br>Ingo<br>]]>
   </description>
   <pubDate>Tue, 25 Sep 2018 21:38:59 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/embeddedfilecount-and-removeembeddedfile_topic1899_post14367.html#14367</guid>
  </item> 
  <item>
   <title><![CDATA[EmbeddedFileCount and RemoveEmbeddedFile : this problem still persists, i...]]></title>
   <link>http://www.quickpdf.org/forum/embeddedfilecount-and-removeembeddedfile_topic1899_post14366.html#14366</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3061">juan</a><br /><strong>Subject:</strong> 1899<br /><strong>Posted:</strong> 25 Sep 18 at 3:20PM<br /><br />this problem still persists, i have no idea how to solve!]]>
   </description>
   <pubDate>Tue, 25 Sep 2018 15:20:20 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/embeddedfilecount-and-removeembeddedfile_topic1899_post14366.html#14366</guid>
  </item> 
  <item>
   <title><![CDATA[EmbeddedFileCount and RemoveEmbeddedFile : The problem still persists, EmbeddedFileCount...]]></title>
   <link>http://www.quickpdf.org/forum/embeddedfilecount-and-removeembeddedfile_topic1899_post14356.html#14356</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3061">juan</a><br /><strong>Subject:</strong> 1899<br /><strong>Posted:</strong> 13 Sep 18 at 3:09PM<br /><br />The problem still persists, EmbeddedFileCount does not work correctly, it is always 0.]]>
   </description>
   <pubDate>Thu, 13 Sep 2018 15:09:35 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/embeddedfilecount-and-removeembeddedfile_topic1899_post14356.html#14356</guid>
  </item> 
  <item>
   <title><![CDATA[EmbeddedFileCount and RemoveEmbeddedFile : The customer has reported back...]]></title>
   <link>http://www.quickpdf.org/forum/embeddedfilecount-and-removeembeddedfile_topic1899_post8132.html#8132</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 1899<br /><strong>Posted:</strong> 28 Jul 11 at 1:25PM<br /><br />The customer has reported back that this is now working.<div><br></div><div>It could be that the call to QP.UnlockKey() is missing.</div><div><br></div><div>Andrew.</div>]]>
   </description>
   <pubDate>Thu, 28 Jul 2011 13:25:02 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/embeddedfilecount-and-removeembeddedfile_topic1899_post8132.html#8132</guid>
  </item> 
  <item>
   <title><![CDATA[EmbeddedFileCount and RemoveEmbeddedFile : In VB6, I am trying to remove...]]></title>
   <link>http://www.quickpdf.org/forum/embeddedfilecount-and-removeembeddedfile_topic1899_post8128.html#8128</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1652">Nate</a><br /><strong>Subject:</strong> 1899<br /><strong>Posted:</strong> 26 Jul 11 at 3:26PM<br /><br />In VB6, I am trying to remove file attachments from a pdf with existing attachments.&nbsp; When I call EmbeddedFileCount, it will always return a 0 result.&nbsp; Thus, I can't use RemoveEmbeddedFile for the range of attached files.&nbsp; Is this a known issue, or is there something that needs to be called/initialized before attempting to get the filecount besides opening the file?&nbsp; I have pasted just a simple portion of the project below:<br><br>Dim QP<br>Set QP = CreateObject(ClassName)<br>QP.LoadFromFile (InFileName)<br><br>ret = QP.EmbeddedFileCount() ' Returns 0 currently<br>ret = QP.RemoveEmbeddedFile(0) ' Returns 0 because it sees no attachment in FileCount<br><br><br><br><br>]]>
   </description>
   <pubDate>Tue, 26 Jul 2011 15:26:44 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/embeddedfilecount-and-removeembeddedfile_topic1899_post8128.html#8128</guid>
  </item> 
 </channel>
</rss>