<?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 : 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 : Document properties]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 23:28:42 +0000</pubDate>
  <lastBuildDate>Mon, 01 Feb 2016 21:01:40 +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=3255</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[Document properties : Ok, it&amp;#039;s running! ]]></title>
   <link>http://www.quickpdf.org/forum/document-properties_topic3255_post12960.html#12960</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2825">gianivo</a><br /><strong>Subject:</strong> 3255<br /><strong>Posted:</strong> 01 Feb 16 at 9:01PM<br /><br />Ok, it's running!<br><br>]]>
   </description>
   <pubDate>Mon, 01 Feb 2016 21:01:40 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/document-properties_topic3255_post12960.html#12960</guid>
  </item> 
  <item>
   <title><![CDATA[Document properties : you can take the same name ......]]></title>
   <link>http://www.quickpdf.org/forum/document-properties_topic3255_post12959.html#12959</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3255<br /><strong>Posted:</strong> 31 Jan 16 at 10:42AM<br /><br />you can take the same name ... that's not a problem.]]>
   </description>
   <pubDate>Sun, 31 Jan 2016 10:42:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/document-properties_topic3255_post12959.html#12959</guid>
  </item> 
  <item>
   <title><![CDATA[Document properties : Thank you very much, Ingo.I addedd...]]></title>
   <link>http://www.quickpdf.org/forum/document-properties_topic3255_post12958.html#12958</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2825">gianivo</a><br /><strong>Subject:</strong> 3255<br /><strong>Posted:</strong> 30 Jan 16 at 9:08PM<br /><br />Thank you very much, Ingo.<br>I addedd "SaveToFile", but I need the same filename, and not a different filename! Furhermore, if I save the new document I can't delete it!<br>Cheers<br><br>Ivo<br>]]>
   </description>
   <pubDate>Sat, 30 Jan 2016 21:08:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/document-properties_topic3255_post12958.html#12958</guid>
  </item> 
  <item>
   <title><![CDATA[Document properties : Hi Ivo,if kf2 contains a pdf-filename...]]></title>
   <link>http://www.quickpdf.org/forum/document-properties_topic3255_post12957.html#12957</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3255<br /><strong>Posted:</strong> 30 Jan 16 at 8:59PM<br /><br />Hi Ivo,<div><br></div><div>if kf2 contains a pdf-filename with path and drive then it should work.</div><div>If the file is encrypted then not ;-)</div><div>After load you should check if the file is encrypted and then you should decrypt it first before working on it.</div><div>The other thing:</div><div>I don't see a "save"?&nbsp;</div><div>If you don't write the changed file back to disk your modification is only temporarely ;-)</div><div><br></div><div>Cheers and welcome here,</div><div>Ingo</div><div><br></div>]]>
   </description>
   <pubDate>Sat, 30 Jan 2016 20:59:01 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/document-properties_topic3255_post12957.html#12957</guid>
  </item> 
  <item>
   <title><![CDATA[Document properties : Hello everybody,I need to read...]]></title>
   <link>http://www.quickpdf.org/forum/document-properties_topic3255_post12956.html#12956</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2825">gianivo</a><br /><strong>Subject:</strong> 3255<br /><strong>Posted:</strong> 30 Jan 16 at 6:08PM<br /><br />Hello everybody,<br>I need to read and modify some PDF's properties (Author, Title, ecc.) in an Access Program.<br>I read the attributes, but I can't modify them. I haven't any error in the program, but in the file I find the previous value. What is my mistake?<br>Thank you very much<br><br>Ivo<br><br>Here's the simple VBA code:<br><br>Sub GoAttr()<br>&nbsp;&nbsp;&nbsp; Dim DPL As New DebenuPDFLibraryAX1211.PDFLibrary, Cart As New Cartelle<br>&nbsp;&nbsp;&nbsp; Dim x, informazioni, lKey As Long, vTab, i As Integer, wMsg As String<br>&nbsp;&nbsp;&nbsp; lKey = DPL.UnlockKey(kUnlock)<br>&nbsp;&nbsp;&nbsp; x = DPL.LoadFromFile(kf2, "")<br>&nbsp;&nbsp;&nbsp; vTab = Cart.TabellaAttributiPDF&nbsp; 'attrbutestab:'0=PDFVersion;1=Author;2=Title;3=Subject;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '4=Keywords;5=Creator;6=Producer;7=Creationdate;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '8=Modificationdate<br>&nbsp;&nbsp;&nbsp; For i = 0 To UBound(vTab): wMsg = wMsg &amp; vTab(i) &amp; ": " &amp; DPL.GetInformation(i) &amp; vbCrLf: Next<br>&nbsp;&nbsp;&nbsp; MsgBox wMsg<br>&nbsp;&nbsp;&nbsp;<font color="#FF0000"> i = DPL.SetInformation(3, "Special Text")</font> ' "i=1", but the attribute is not changed in the file!<br>End Sub<br><br>]]>
   </description>
   <pubDate>Sat, 30 Jan 2016 18:08:46 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/document-properties_topic3255_post12956.html#12956</guid>
  </item> 
 </channel>
</rss>