<?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 : Problems adding images to a 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 : Problems adding images to a PDF]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 29 Apr 2026 19:57:29 +0000</pubDate>
  <lastBuildDate>Thu, 31 Oct 2019 15:29:51 +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=3756</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[Problems adding images to a PDF : ...and i think a CombineContentStreams...]]></title>
   <link>http://www.quickpdf.org/forum/problems-adding-images-to-a-pdf_topic3756_post14997.html#14997</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3756<br /><strong>Posted:</strong> 31 Oct 19 at 3:29PM<br /><br />...and i think a CombineContentStreams should help,too ;-)<br><br>Cheers and welcome here,<br>Ingo<br><br>]]>
   </description>
   <pubDate>Thu, 31 Oct 2019 15:29:51 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problems-adding-images-to-a-pdf_topic3756_post14997.html#14997</guid>
  </item> 
  <item>
   <title><![CDATA[Problems adding images to a PDF : It WORKS! Thank you!!! ]]></title>
   <link>http://www.quickpdf.org/forum/problems-adding-images-to-a-pdf_topic3756_post14996.html#14996</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3157">penrose</a><br /><strong>Subject:</strong> 3756<br /><strong>Posted:</strong> 30 Oct 19 at 1:55AM<br /><br />It WORKS! Thank you!!!]]>
   </description>
   <pubDate>Wed, 30 Oct 2019 01:55:29 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problems-adding-images-to-a-pdf_topic3756_post14996.html#14996</guid>
  </item> 
  <item>
   <title><![CDATA[Problems adding images to a PDF : I would suggest trying to call...]]></title>
   <link>http://www.quickpdf.org/forum/problems-adding-images-to-a-pdf_topic3756_post14995.html#14995</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1388">tfrost</a><br /><strong>Subject:</strong> 3756<br /><strong>Posted:</strong> 29 Oct 19 at 5:45PM<br /><br />I would suggest trying to call NormalizePage after you have selected the page and before you draw on it.<br>]]>
   </description>
   <pubDate>Tue, 29 Oct 2019 17:45:18 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problems-adding-images-to-a-pdf_topic3756_post14995.html#14995</guid>
  </item> 
  <item>
   <title><![CDATA[Problems adding images to a PDF : I bought this library a few days...]]></title>
   <link>http://www.quickpdf.org/forum/problems-adding-images-to-a-pdf_topic3756_post14994.html#14994</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3157">penrose</a><br /><strong>Subject:</strong> 3756<br /><strong>Posted:</strong> 29 Oct 19 at 2:37PM<br /><br /><div>I bought this library a few days ago.</div><div>I'm new to using this library.</div><div><br></div><div>I am using the function to add a image file to a PDF file.</div><div><br></div><div><br></div><div>The source code is as follows:</div><div><br></div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Dim fileName As String = "c:\source.pdf"</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Dim OutputFile As String = "c:\qpdf.pdf"</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; Dim docID As Integer = QP.LoadFromFile(fileName, "")</div><div>&nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Dim tempimage As Integer&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; tempimage = QP.AddImageFromFile("c:\x.jpg", 0)</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; QP.SelectPage(1)</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; QP.SetOrigin(1)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; QP.SelectImage(tempimage )</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; QP.DrawImage(0, 0, 100, 100)</div><div>&nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; QP.SaveToFile(OutputFile)</div><div>&nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; QP.RemoveDocument(docID)</div><div><br></div><div><br></div><div>No problem with pdf files created with adobe acrobat.</div><div><br></div><div>However, using Microsoft's print to pdf feature, the position and shape of the image may not be accurate.</div><div><br></div><div>The image is reversed and added to the wrong place</div><div><br></div><div><br></div><div>You can download a pdf file that doesn't work with the code above.</div><div><br></div><div>http://oum.kr/source.pdf</div><div><br></div><div>I would like to know how to add an image without converting this pdf file to pdf using acrobat again.</div><div><br></div><div>I love this library, thank you!</div>]]>
   </description>
   <pubDate>Tue, 29 Oct 2019 14:37:10 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problems-adding-images-to-a-pdf_topic3756_post14994.html#14994</guid>
  </item> 
 </channel>
</rss>