<?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 : Replacing text in existing PDF</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 : Replacing text in existing PDF]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 30 Apr 2026 13:58:17 +0000</pubDate>
  <lastBuildDate>Mon, 18 Aug 2014 09:02:06 +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=2956</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[Replacing text in existing PDF :  Alternativey if you have the...]]></title>
   <link>http://www.quickpdf.org/forum/replacing-text-in-existing-pdf_topic2956_post11924.html#11924</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2360">AndyD</a><br /><strong>Subject:</strong> 2956<br /><strong>Posted:</strong> 18 Aug 14 at 9:02AM<br /><br />Alternativey if you have the full version of Acrobat, you could replace the default &lt;txt&gt; locations with form fields and then with QuickPDF you can call and fill these fields as you need. That is the way I have done it to produce filled letters, technical documents etc from within an app.<div>&nbsp;</div><div>Andy</div>]]>
   </description>
   <pubDate>Mon, 18 Aug 2014 09:02:06 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/replacing-text-in-existing-pdf_topic2956_post11924.html#11924</guid>
  </item> 
  <item>
   <title><![CDATA[Replacing text in existing PDF : Amberwine,A PDF file is a binary...]]></title>
   <link>http://www.quickpdf.org/forum/replacing-text-in-existing-pdf_topic2956_post11918.html#11918</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2956<br /><strong>Posted:</strong> 15 Aug 14 at 9:57AM<br /><br />Amberwine,<div><br></div><div>A PDF file is a binary format and can also include compressed data. &nbsp;So it is not easily possibly to replace text unless the text is the same length as the text you are replacing.</div><div><br></div><div>&nbsp; QP.ReplaceTag is designed specifically for this.</div><div><br></div><div><span style="line-height: 1.4;">To get access to the drawing commands you will need to work with the ContentStream functions.</span></div><div><span style="line-height: 1.4;"><br></span></div><div>http://www.debenu.com/docs/pdf_library_reference/PageManipulation.php. &nbsp;Most of the required functions can be found here.</div><div><br></div><div>Andrew.<br><div><br></div><div><br></div></div>]]>
   </description>
   <pubDate>Fri, 15 Aug 2014 09:57:13 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/replacing-text-in-existing-pdf_topic2956_post11918.html#11918</guid>
  </item> 
  <item>
   <title><![CDATA[Replacing text in existing PDF : You had better do a forum search...]]></title>
   <link>http://www.quickpdf.org/forum/replacing-text-in-existing-pdf_topic2956_post11917.html#11917</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=121">Wheeley</a><br /><strong>Subject:</strong> 2956<br /><strong>Posted:</strong> 14 Aug 14 at 8:31PM<br /><br />You had better do a forum search about this. It has been answered before. Short answer, it will be extremely difficult because of how PDFs are put together. Not because of the tool you use.<br><br>Wheeley<br>]]>
   </description>
   <pubDate>Thu, 14 Aug 2014 20:31:01 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/replacing-text-in-existing-pdf_topic2956_post11917.html#11917</guid>
  </item> 
  <item>
   <title><![CDATA[Replacing text in existing PDF : I need to replace a small amount...]]></title>
   <link>http://www.quickpdf.org/forum/replacing-text-in-existing-pdf_topic2956_post11916.html#11916</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2617">amberwine</a><br /><strong>Subject:</strong> 2956<br /><strong>Posted:</strong> 14 Aug 14 at 9:04AM<br /><br />I need to replace a small amount of text in an existing PDF file. Ideally, I'd like to use the existing file as a 'template', by:<br /><br />1. loading it<br />2. making a copy for output<br />3. searching the copy for the text to replace<br />4. replacing the text with new text<br />5. saving the modified copy<br /><br />The text is currently of the form "&lt;TXT1&gt;" and is to be replaced with a something like "V1234", though the number can vary. I need to produce lots of copies of the original PDF, saving each with a different filename and replacement text.<br /><br />I do have some control over the format of the source PDF, so if modifying the original PDF might make this job easier, please feel free to make suggestions.<br /><br />Can you suggest Debenu QL functions that might help me to:<br /><br />1. Locate the text in the PDF<br />2. Replace it with the new text<br /><br />Alternatively, if you point me to some appropriate sample code, that would be great.<br /><br />Many thanks for your help.]]>
   </description>
   <pubDate>Thu, 14 Aug 2014 09:04:23 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/replacing-text-in-existing-pdf_topic2956_post11916.html#11916</guid>
  </item> 
 </channel>
</rss>