<?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 : Can&#039;t edit existing pdf docs</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 : Can&#039;t edit existing pdf docs]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 05:36:28 +0000</pubDate>
  <lastBuildDate>Thu, 26 Mar 2009 18:08:41 +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=1046</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[Can&#039;t edit existing pdf docs : Hi Noah!Is the original pdf encrypted...]]></title>
   <link>http://www.quickpdf.org/forum/cant-edit-existing-pdf-docs_topic1046_post4922.html#4922</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1046<br /><strong>Posted:</strong> 26 Mar 09 at 6:08PM<br /><br />Hi Noah!<br><br>Is the original pdf encrypted (Then first unencrypt it)?<br>Is there a main or user password (then first unlock the file with the correct password)?<br>BTW: It's more clean if you#re using a new layer if you want to add text.<br><br>Cheers, Ingo<br><br>]]>
   </description>
   <pubDate>Thu, 26 Mar 2009 18:08:41 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/cant-edit-existing-pdf-docs_topic1046_post4922.html#4922</guid>
  </item> 
  <item>
   <title><![CDATA[Can&#039;t edit existing pdf docs : Thanks. I&amp;#039;ve tried setting...]]></title>
   <link>http://www.quickpdf.org/forum/cant-edit-existing-pdf-docs_topic1046_post4921.html#4921</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1030">nwebster</a><br /><strong>Subject:</strong> 1046<br /><strong>Posted:</strong> 26 Mar 09 at 6:04PM<br /><br />Thanks. I've tried setting the Origin to 1, and I left the standard units as is. But it won't draw on an existing pdf file. Only when I create a new pdf. When I do this:<br><br>pdfLibrary.NewDocument();<br>pdfLibrary.DrawText(100, 500, "sample text here");<br>pdfLibrary.SaveToFile("samplefile.pdf");<br><br>It works fine. But when I do this:<br><br>pdfLibrary.LoadFromFile("originalpdf.pdf");<br>pdfLibrary.DrawText(100, 500, "sample text here");<br>pdfLibrary.SaveToFile("samplefile.pdf");<br><br>It doesn't work. I can delete and add pages to the existing doc, but can't use drawtext (or draw anything for that matter) on it. <br>]]>
   </description>
   <pubDate>Thu, 26 Mar 2009 18:04:37 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/cant-edit-existing-pdf-docs_topic1046_post4921.html#4921</guid>
  </item> 
  <item>
   <title><![CDATA[Can&#039;t edit existing pdf docs : Hi Noah!What i can tell you first...]]></title>
   <link>http://www.quickpdf.org/forum/cant-edit-existing-pdf-docs_topic1046_post4919.html#4919</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1046<br /><strong>Posted:</strong> 26 Mar 09 at 5:56PM<br /><br />Hi Noah!<br><br>What i can tell you first is ..<br>What you wanna do is possible. Adding something is always a good job for QuickPDF - Removing content is for each pdf-library a hard job ;-)<br><br>Please have a look here:<br>http://www.quickpdf.org/forum/forum_posts.asp?TID=1035<br>If the file is existing after the unlock-function you have to use<br>LoadFromFile ...<br>Please use the search-function from the menu above and search for "DrawText"... I'm pretty sure that you#ve written something on your samples but perhaps it's too small or out of the normal range 'cause you didn't set the starting main values like SetMeasurementUnits and SetOrigin.<br><br>Don't be afraid - It's easy with QuickPDF!<br><br>Cheers, Ingo<br>]]>
   </description>
   <pubDate>Thu, 26 Mar 2009 17:56:28 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/cant-edit-existing-pdf-docs_topic1046_post4919.html#4919</guid>
  </item> 
  <item>
   <title><![CDATA[Can&#039;t edit existing pdf docs : I&amp;#039;ve got a pdf document (that...]]></title>
   <link>http://www.quickpdf.org/forum/cant-edit-existing-pdf-docs_topic1046_post4918.html#4918</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1030">nwebster</a><br /><strong>Subject:</strong> 1046<br /><strong>Posted:</strong> 26 Mar 09 at 5:38PM<br /><br />I've got a pdf document (that I did not create) that I need to add some text to. However, whenever I try and use DrawText on the document, nothing happens. Even if I insert a new page and try to draw on it, nothing happens. Its only new documents that I create with QuickPDF that I can write to. Is this a limitation of the software, or am I missing something here?<br><br>I'm looking for the ability to add a new page with some content in the beginning, and then add a watermark on each page. This is being done in C#. Can anyone assist me with these issues?<br>]]>
   </description>
   <pubDate>Thu, 26 Mar 2009 17:38:26 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/cant-edit-existing-pdf-docs_topic1046_post4918.html#4918</guid>
  </item> 
 </channel>
</rss>