<?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 : iSEDQuickPDF does not clean Document Properties</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 : iSEDQuickPDF does not clean Document Properties]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 06:01:19 +0000</pubDate>
  <lastBuildDate>Thu, 18 Dec 2008 15:47: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=997</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[iSEDQuickPDF does not clean Document Properties : Hi Alex! First thing you has...]]></title>
   <link>http://www.quickpdf.org/forum/isedquickpdf-does-not-clean-document-properties_topic997_post4657.html#4657</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 997<br /><strong>Posted:</strong> 18 Dec 08 at 3:47PM<br /><br /><P>Hi Alex!</P><P>First thing you has to do in this case is like you did it:<BR>Decrypt the pdf after loading.<BR>Clean the property-fields with QuickPDF.<BR>Save the file with a new name unencrypt.<BR>Load the new file content into a stream or so:</P><P>filecontent := '';<BR>fs := TFileStream.Create(pdffile,fmOpenRead+fmShareDenyWrite);<BR>try<BR>&nbsp; SetLength(filecontent,fs.Size);<BR>&nbsp; fs.Read(PChar(filecontent)^,fs.Size);<BR>finally<BR>&nbsp; fs.Free;<BR>end;</P><P>Now you can search in the string for (in your example):</P><P>pdf:Producer='Acrobat Web Capture 6.0'<BR>pdf:Keywords='TestKewyWords'<BR>xml:lang='x-default'&gt;TestSubject&lt;/rdf:li&gt;<BR>xml:lang='x-default'&gt;file:///D|/test.txt&lt;/rdf:li&gt;</P><P>You change all things like this:</P><P>pdf:Producer=''<BR>pdf:Keywords=''<BR>xml:lang='x-default'&gt;&lt;/rdf:li&gt;<BR>xml:lang='x-default'&gt;&lt;/rdf:li&gt;</P><P>At least you should write the string back to harddisk with a new name.<BR>Delete the original file.<BR>Rename the new file with the original name.</P><P>One bad point: QuickPDF can't load the pdf-document in a proper way now!<BR>The Foxit Reader and the Acrobat Reader doesn't have any problems with the new file.<BR>You can test this all using Notepad - It works! I've sent you an email with original and new file...</P><DIV>Cheers, Ingo<BR></DIV>]]>
   </description>
   <pubDate>Thu, 18 Dec 2008 15:47:16 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/isedquickpdf-does-not-clean-document-properties_topic997_post4657.html#4657</guid>
  </item> 
  <item>
   <title><![CDATA[iSEDQuickPDF does not clean Document Properties : Hi Alex!  It&amp;#039;s like i&amp;#039;ve...]]></title>
   <link>http://www.quickpdf.org/forum/isedquickpdf-does-not-clean-document-properties_topic997_post4656.html#4656</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 997<br /><strong>Posted:</strong> 18 Dec 08 at 2:38PM<br /><br /><PRE wrap="">Hi Alex!It's like i've told it already ...Like any other pdf-library QuickPDF cleans the correct property-fields.Foxit (for example) only looks in these fields and find nothing.Acrobat first look in these fields and then (if there's nothing) it looksinto an existing rdf-content and if there's something (in your samplethere're the properties twice) this content will be displayed as properties.I think there's a solution (like always)... I'll call you later what you cando. Again: Other pdf-libraries can't help you in this case, too.Cheers, Ingo </PRE>]]>
   </description>
   <pubDate>Thu, 18 Dec 2008 14:38:47 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/isedquickpdf-does-not-clean-document-properties_topic997_post4656.html#4656</guid>
  </item> 
  <item>
   <title><![CDATA[iSEDQuickPDF does not clean Document Properties : Hi Ingo  I send you document to...]]></title>
   <link>http://www.quickpdf.org/forum/isedquickpdf-does-not-clean-document-properties_topic997_post4655.html#4655</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=993">AlexYovenko</a><br /><strong>Subject:</strong> 997<br /><strong>Posted:</strong> 18 Dec 08 at 10:00AM<br /><br />Hi Ingo<br /><br />I send you document to email.I understand that Acrobat take the Document from another place that QuickPDF does not check, thats why I asking, can you check it, and do something with this.<br />Thanks.]]>
   </description>
   <pubDate>Thu, 18 Dec 2008 10:00:09 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/isedquickpdf-does-not-clean-document-properties_topic997_post4655.html#4655</guid>
  </item> 
  <item>
   <title><![CDATA[iSEDQuickPDF does not clean Document Properties : Hi Alex!QuickPDF can clean the...]]></title>
   <link>http://www.quickpdf.org/forum/isedquickpdf-does-not-clean-document-properties_topic997_post4651.html#4651</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 997<br /><strong>Posted:</strong> 18 Dec 08 at 1:31AM<br /><br />Hi Alex!<br><br>QuickPDF can clean the document properties and it does it ;-)<br>What i've told already is that it seems if Acrobat 6 gets the values from another place in the pdf-document.<br>Again: You can send me the relevant document to check.<br><br>Cheers, Ingo<br>]]>
   </description>
   <pubDate>Thu, 18 Dec 2008 01:31:58 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/isedquickpdf-does-not-clean-document-properties_topic997_post4651.html#4651</guid>
  </item> 
  <item>
   <title><![CDATA[iSEDQuickPDF does not clean Document Properties : Sorry I did not seen it before,I...]]></title>
   <link>http://www.quickpdf.org/forum/isedquickpdf-does-not-clean-document-properties_topic997_post4644.html#4644</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=993">AlexYovenko</a><br /><strong>Subject:</strong> 997<br /><strong>Posted:</strong> 17 Dec 08 at 9:13AM<br /><br />Sorry I did not seen it before,I about email)<br /><br />Your advice about new pdf not suitable, you see, I have a program that must clean all PDF property in different<br />documents. <br />So iSEDQuickPDF can not do anything with this problem? As I now most of people use like viewer of pdf document Adobe Acrobat. <br /><br />Will you working on this issue and create new version of dll that will clean the document property in both reader of pdf?]]>
   </description>
   <pubDate>Wed, 17 Dec 2008 09:13:55 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/isedquickpdf-does-not-clean-document-properties_topic997_post4644.html#4644</guid>
  </item> 
  <item>
   <title><![CDATA[iSEDQuickPDF does not clean Document Properties : Hi!My email-adress i&amp;#039;ve inserted...]]></title>
   <link>http://www.quickpdf.org/forum/isedquickpdf-does-not-clean-document-properties_topic997_post4643.html#4643</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 997<br /><strong>Posted:</strong> 17 Dec 08 at 8:49AM<br /><br />Hi!<br>My email-adress i've inserted few posts higher.<br>If Foxit says that it's clean then it's clean and Acrobat gets the information from another place ...<br>Perhaps you can make it "cleaner" if you create a new, empty pdf and insert only the old pages... or something similar to that.<br>Cheers, Ingo<br>]]>
   </description>
   <pubDate>Wed, 17 Dec 2008 08:49:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/isedquickpdf-does-not-clean-document-properties_topic997_post4643.html#4643</guid>
  </item> 
  <item>
   <title><![CDATA[iSEDQuickPDF does not clean Document Properties : Hi Ingo Foxit Reader shows that...]]></title>
   <link>http://www.quickpdf.org/forum/isedquickpdf-does-not-clean-document-properties_topic997_post4642.html#4642</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=993">AlexYovenko</a><br /><strong>Subject:</strong> 997<br /><strong>Posted:</strong> 17 Dec 08 at 6:30AM<br /><br />Hi Ingo<br />Foxit Reader shows that all property cleaned.<br /><br />How I can send you email? I try to use the own mail system on this site but here not suport attachments,can you give me the @mail adres?]]>
   </description>
   <pubDate>Wed, 17 Dec 2008 06:30:10 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/isedquickpdf-does-not-clean-document-properties_topic997_post4642.html#4642</guid>
  </item> 
  <item>
   <title><![CDATA[iSEDQuickPDF does not clean Document Properties : Hi!  Perhaps Acrobatgets the...]]></title>
   <link>http://www.quickpdf.org/forum/isedquickpdf-does-not-clean-document-properties_topic997_post4641.html#4641</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 997<br /><strong>Posted:</strong> 16 Dec 08 at 5:01PM<br /><br />Hi! <DIV>Perhaps Acrobat&nbsp;gets the properties not from the "normal" places inside the pdf?&nbsp;Perhaps it's from rdf-content?</DIV><DIV>What says the Foxit Reader?</DIV><DIV>You can send a file to me...</DIV><DIV>Best regards,</DIV><DIV>Ingo</DIV><span style="font-size:10px"><br /><br />Edited by Ingo - 16 Dec 08 at 5:03PM</span>]]>
   </description>
   <pubDate>Tue, 16 Dec 2008 17:01:07 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/isedquickpdf-does-not-clean-document-properties_topic997_post4641.html#4641</guid>
  </item> 
  <item>
   <title><![CDATA[iSEDQuickPDF does not clean Document Properties : I will try new version of dll...]]></title>
   <link>http://www.quickpdf.org/forum/isedquickpdf-does-not-clean-document-properties_topic997_post4640.html#4640</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=993">AlexYovenko</a><br /><strong>Subject:</strong> 997<br /><strong>Posted:</strong> 16 Dec 08 at 10:34AM<br /><br />I will try new version of dll tomorow, yes I check the result of execute function it true and after this I read value that clean once more and it is clean but when I open cleaned file in Adobe Acrobat the Document properties stay here!<br /><br />If I delete Adobe Acrobat Proffesionl from PC, it`s work fine.]]>
   </description>
   <pubDate>Tue, 16 Dec 2008 10:34:01 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/isedquickpdf-does-not-clean-document-properties_topic997_post4640.html#4640</guid>
  </item> 
  <item>
   <title><![CDATA[iSEDQuickPDF does not clean Document Properties : Hi Alex!First welcome here!Are...]]></title>
   <link>http://www.quickpdf.org/forum/isedquickpdf-does-not-clean-document-properties_topic997_post4639.html#4639</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 997<br /><strong>Posted:</strong> 16 Dec 08 at 10:23AM<br /><br />Hi Alex!<br><br>First welcome here!<br>Are you using the returning results of the functions? ...what do they say? ...success or not?<br>How do you create the pdf? ...any protections?<br><br>BTW: Your lib-version is a bit old. Here you can get the latest one:<br>http://www.quickpdf.org/forum/forum_topics.asp?FID=18<br><br>If you want, you can send me the file for testing...<br>ingo&nbsp; &lt;dot&gt;&nbsp; schmoekel&nbsp; &lt;at&gt;&nbsp; ewetel&nbsp; &lt;dot&gt;&nbsp; net<br><br>Cheers, Ingo <br>]]>
   </description>
   <pubDate>Tue, 16 Dec 2008 10:23:56 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/isedquickpdf-does-not-clean-document-properties_topic997_post4639.html#4639</guid>
  </item> 
 </channel>
</rss>