<?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 : [SOLVED]Render problem</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 : [SOLVED]Render problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 06:24:15 +0000</pubDate>
  <lastBuildDate>Mon, 18 Jul 2016 00:58:00 +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=3355</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[[SOLVED]Render problem : Thanks,Worked in latest lib.[]&amp;#039;s...]]></title>
   <link>http://www.quickpdf.org/forum/solvedrender-problem_topic3355_post13347.html#13347</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2887">bitusonline</a><br /><strong>Subject:</strong> 3355<br /><strong>Posted:</strong> 18 Jul 16 at 12:58AM<br /><br />Thanks,<div><br></div><div>Worked in latest lib.</div><div><br></div><div>&#091;&#093;'s</div>]]>
   </description>
   <pubDate>Mon, 18 Jul 2016 00:58:00 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/solvedrender-problem_topic3355_post13347.html#13347</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]Render problem : Hi Bitusonline,which version of...]]></title>
   <link>http://www.quickpdf.org/forum/solvedrender-problem_topic3355_post13339.html#13339</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3355<br /><strong>Posted:</strong> 16 Jul 16 at 1:09PM<br /><br />Hi Bitusonline,<div><br></div><div>which version of the library you're using?</div><div>Rendering is always a point where enhancements will be inserted from version to version ;-)</div><div><br></div><div>Cheers and welcome here,</div><div>Ingo</div><div><br></div>]]>
   </description>
   <pubDate>Sat, 16 Jul 2016 13:09:08 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/solvedrender-problem_topic3355_post13339.html#13339</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]Render problem : Hi friends,Some hint of why the...]]></title>
   <link>http://www.quickpdf.org/forum/solvedrender-problem_topic3355_post13336.html#13336</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2887">bitusonline</a><br /><strong>Subject:</strong> 3355<br /><strong>Posted:</strong> 15 Jul 16 at 2:34AM<br /><br />Hi friends,<div><br></div><div><br></div><div><div style="line-height: 16.8px;"><div style="line-height: 16.8px;">Some hint of why the dotted line (sample below) was not rendered correctly?</div><div><br></div></div></div><div><span style="line-height: 1.4;">Sample image (Delphi x Foxit):</span></div><div><img src="http://i.imgur.com/FH0Ik5g.png" height="309" width="627" border="0" /></div><div><span style="line-height: 1.4;"><br></span></div><div><a href="http://imgur.com/a/GRLdd" target="_blank" rel="nofollow">http://imgur.com/a/GRLdd</a></div><div><span style="line-height: 1.4;"><br></span></div><div><br></div><div>My code:</div><div><br></div><div><div>&nbsp;AJpg &nbsp;:= TJpegImage.create;</div><div>&nbsp; &nbsp;AMemStream := Tmemorystream.Create;</div><div><br></div><div>&nbsp; APDF &nbsp;:= TQuickPDF.Create;</div><div>&nbsp; try</div><div>&nbsp; &nbsp; APDF.UnlockKey('...');</div><div>&nbsp; &nbsp; APDF.LoadFromFile(AFilePath,'');</div><div>&nbsp; &nbsp; APDF.RenderPageToStream(100,1,1,AMemStream);</div><div><br></div><div>&nbsp; &nbsp; AMemStream.Seek(0,0);</div><div>&nbsp; &nbsp; Ajpg.LoadFromStream (AMemStream);</div><div><br></div><div>&nbsp; &nbsp; image1.Top :=0;</div><div>&nbsp; &nbsp; image1.Left:=0;</div><div>&nbsp; &nbsp; image1.Height := Ajpg.Height ;</div><div>&nbsp; &nbsp; image1.Width := Ajpg.Width;</div><div>&nbsp; &nbsp; image1.Picture.Assign(Ajpg);</div><div>&nbsp; finally</div><div>&nbsp; &nbsp; APDF.Free;</div><div>&nbsp; &nbsp; Ajpg.Free;</div><div>&nbsp; &nbsp; AMemStream.Free;</div><div>&nbsp; end;</div></div><div><br></div><div><br></div><div><br></div><span style="font-size:10px"><br /><br />Edited by bitusonline - 25 Jul 16 at 5:23PM</span>]]>
   </description>
   <pubDate>Fri, 15 Jul 2016 02:34:20 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/solvedrender-problem_topic3355_post13336.html#13336</guid>
  </item> 
 </channel>
</rss>