<?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 : Insert  Image To PDF Code</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 : Insert  Image To PDF Code]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 20:24:08 +0000</pubDate>
  <lastBuildDate>Tue, 13 Dec 2011 06:24:42 +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=2069</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[Insert  Image To PDF Code : The FAQ is a good resource for...]]></title>
   <link>http://www.quickpdf.org/forum/insert-image-to-pdf-code_topic2069_post8811.html#8811</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2069<br /><strong>Posted:</strong> 13 Dec 11 at 6:24AM<br /><br /><div>The FAQ is a good resource for questions like this -&nbsp;<a href="http://www.quickpdflibrary.com/faq/" target="_blank">http://www.quickpdflibrary.com/faq/</a>&nbsp; - I searched to Transparency using the search function in the browser and came up with this.</div><div><br></div><div><a href="http://www.quickpdflibrary.com/faq/how-do-i-add-an-image-and-make-it-transparent.php" target="_blank">http://www.quickpdflibrary.com/faq/how-do-i-add-an-image-and-make-it-transparent.php</a></div><div><br></div>If you want to add a watermark and have the watermark at 50% transparency then you can use the following code.<div><br></div><div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.SetOrigin(1);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.AddImageFromFile("aldi.bmp", 0);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.SetTextSize(48);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.DrawText(100, 300, "Transparency 0% under");</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.SetTransparency(60); &nbsp; // 60 % transparent.</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.DrawImage(0, 0, QP.PageWidth(), QP.PageHeight());</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.DrawText(100, 400 , "Transparency 60% over");</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.SetTransparency(0); &nbsp;// Fully opaque. &nbsp;ie. &nbsp;No Transparency</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.DrawText(100, 500 , "Transparenct 0% over");</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.SaveToFile("out.pdf");</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; System.Diagnostics.Process.Start(@"out.pdf");</div></div><div><br></div>]]>
   </description>
   <pubDate>Tue, 13 Dec 2011 06:24:42 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/insert-image-to-pdf-code_topic2069_post8811.html#8811</guid>
  </item> 
  <item>
   <title><![CDATA[Insert  Image To PDF Code : Hi!I think you wanna know if you...]]></title>
   <link>http://www.quickpdf.org/forum/insert-image-to-pdf-code_topic2069_post8810.html#8810</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 2069<br /><strong>Posted:</strong> 12 Dec 11 at 7:25PM<br /><br />Hi!<br><br>I think you wanna know if you can do this with QuickPDF ...?<br>Yes! This is possible with QuickPDF ;-)<br>This should be your official page for the first questions:<br>http://www.quickpdflibrary.com/support/index.php<br><br>Cheers and welcome here,<br>Ingo<br><br>]]>
   </description>
   <pubDate>Mon, 12 Dec 2011 19:25:28 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/insert-image-to-pdf-code_topic2069_post8810.html#8810</guid>
  </item> 
  <item>
   <title><![CDATA[Insert  Image To PDF Code : I need , Insert Image To PDF :1-...]]></title>
   <link>http://www.quickpdf.org/forum/insert-image-to-pdf-code_topic2069_post8808.html#8808</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1783">Mahdi_S_T</a><br /><strong>Subject:</strong> 2069<br /><strong>Posted:</strong> 12 Dec 11 at 6:35PM<br /><br />I need , Insert&nbsp; Image To PDF :<br>1- Transparent Image<br>2- Left and Top Position<br>]]>
   </description>
   <pubDate>Mon, 12 Dec 2011 18:35:32 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/insert-image-to-pdf-code_topic2069_post8808.html#8808</guid>
  </item> 
 </channel>
</rss>