<?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 : Inserting text behind existing text</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 : Inserting text behind existing text]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 10:45:45 +0000</pubDate>
  <lastBuildDate>Fri, 22 Mar 2013 15:02:10 +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=2570</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[Inserting text behind existing text : Andrew,That does the trick! Thanks...]]></title>
   <link>http://www.quickpdf.org/forum/inserting-text-behind-existing-text_topic2570_post10634.html#10634</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2208">BobW</a><br /><strong>Subject:</strong> 2570<br /><strong>Posted:</strong> 22 Mar 13 at 3:02PM<br /><br />Andrew,<br><br>That does the trick!&nbsp; Thanks so much!<br><br>Bob<br>]]>
   </description>
   <pubDate>Fri, 22 Mar 2013 15:02:10 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/inserting-text-behind-existing-text_topic2570_post10634.html#10634</guid>
  </item> 
  <item>
   <title><![CDATA[Inserting text behind existing text : Bob,You could try something along...]]></title>
   <link>http://www.quickpdf.org/forum/inserting-text-behind-existing-text_topic2570_post10626.html#10626</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2570<br /><strong>Posted:</strong> 21 Mar 13 at 8:05AM<br /><br /><div>Bob,</div><div><br></div><div>You could try something along the lines of the following</div><div><br></div><div>&nbsp; &nbsp;QP.LoadFromFile (...</div><div>&nbsp; &nbsp;QP.SelectPage(1);</div><div>&nbsp; &nbsp;int cs = NewContentStream();</div><div><br></div><div>&nbsp; &nbsp;QP.SetOrigin(1);</div><div>&nbsp; &nbsp;QP.AddStandardFont(4);</div><div>&nbsp; &nbsp;QP.SetTextSize(30);</div><div>&nbsp; &nbsp;QP.DrawText(20,20, "Hello World");</div><div><br></div><div>&nbsp; &nbsp;QP.MoveContentStream(cs, 1);</div><div><br></div><div>&nbsp; &nbsp;QP.SaveToFile("newfile.pdf");</div><div><br></div><div>Whether this approach works or not will depend on how the PDF is created. &nbsp;If the first command of the PDF is to draw and fill a white rectangle the same size as the page then this approach will not work.<div><br></div></div><div><br></div><div>Andrew</div>]]>
   </description>
   <pubDate>Thu, 21 Mar 2013 08:05:06 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/inserting-text-behind-existing-text_topic2570_post10626.html#10626</guid>
  </item> 
  <item>
   <title><![CDATA[Inserting text behind existing text :   So you need the position-...]]></title>
   <link>http://www.quickpdf.org/forum/inserting-text-behind-existing-text_topic2570_post10621.html#10621</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 2570<br /><strong>Posted:</strong> 19 Mar 13 at 5:01PM<br /><br />So you need the position- and font-values from the extract-functions (chose the right options).<div>Calculate a little bit with these values and draw onto the existing content.</div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Tue, 19 Mar 2013 17:01:35 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/inserting-text-behind-existing-text_topic2570_post10621.html#10621</guid>
  </item> 
  <item>
   <title><![CDATA[Inserting text behind existing text : I&amp;#039;m familiar with the extract...]]></title>
   <link>http://www.quickpdf.org/forum/inserting-text-behind-existing-text_topic2570_post10620.html#10620</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2208">BobW</a><br /><strong>Subject:</strong> 2570<br /><strong>Posted:</strong> 19 Mar 13 at 4:05PM<br /><br />I'm familiar with the extract functions and I use them in other applications.&nbsp; For the job I am working on now, I need to place additional text in the PDF and make it look as if the text that is already there was printed on top of if. This is for artistic reasons.&nbsp; Is there a way to do this?<br>]]>
   </description>
   <pubDate>Tue, 19 Mar 2013 16:05:17 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/inserting-text-behind-existing-text_topic2570_post10620.html#10620</guid>
  </item> 
  <item>
   <title><![CDATA[Inserting text behind existing text : Hi Bob!QP offers extract functionalities....]]></title>
   <link>http://www.quickpdf.org/forum/inserting-text-behind-existing-text_topic2570_post10616.html#10616</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 2570<br /><strong>Posted:</strong> 18 Mar 13 at 10:18PM<br /><br />Hi Bob!<br><br>QP offers extract functionalities. Please read here:<br>http://www.debenu.com/docs/pdf_library_reference/Extraction.php<br>There are options to extract with string positions included.<br>So you can determine where's the text content on each pages.<br>Additionally QP tells you the complete page dimensions and with<br>GetOrigin tells you where to begin and SetMeasurementUnits you<br>can tell QP about the units you wanna use.<br>So you can calculate the region which should be still clear.<br>Now you can use the drawing functionalities for your own text.<br><br>Cheers, Ingo<br><br><h1><br></h1>]]>
   </description>
   <pubDate>Mon, 18 Mar 2013 22:18:23 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/inserting-text-behind-existing-text_topic2570_post10616.html#10616</guid>
  </item> 
  <item>
   <title><![CDATA[Inserting text behind existing text : I would like to open a PDF and...]]></title>
   <link>http://www.quickpdf.org/forum/inserting-text-behind-existing-text_topic2570_post10615.html#10615</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2208">BobW</a><br /><strong>Subject:</strong> 2570<br /><strong>Posted:</strong> 18 Mar 13 at 9:17PM<br /><br />I would like to open a PDF and add text to it.&nbsp; I would like the text I add to be behind any existing text or graphics on the page.&nbsp; I can't quite figure out how to do this!<br><br>Thanks,<br><br>Bob<br>]]>
   </description>
   <pubDate>Mon, 18 Mar 2013 21:17:35 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/inserting-text-behind-existing-text_topic2570_post10615.html#10615</guid>
  </item> 
 </channel>
</rss>