<?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 : PDF displaying</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 : PDF displaying]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 15:12:49 +0000</pubDate>
  <lastBuildDate>Tue, 04 Oct 2016 21:51:16 +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=3393</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[PDF displaying : Hi all.Could somebody tell me...]]></title>
   <link>http://www.quickpdf.org/forum/pdf-displaying_topic3393_post13494.html#13494</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2903">coborhc</a><br /><strong>Subject:</strong> 3393<br /><strong>Posted:</strong> 04 Oct 16 at 9:51PM<br /><br />Hi all.<div>Could somebody tell me why Quick PDF does not display the following PDF (just one horizontal line):&nbsp;https://drive.google.com/open?id=0B6Y6LNzVr4n9empXa0k2UENpRUU</div><div>All PDF readers display that PDF ok, but Quick PDF doesn't.</div><div><br></div><div>I use the following code:</div><div><div>var</div><div>&nbsp; AJpg: TJpegImage;</div><div>&nbsp; AMemStream: Tmemorystream;</div><div>&nbsp; APDF: TQuickPDF;</div><div>begin</div><div>&nbsp; AJpg &nbsp;:= TJpegImage.create;</div><div>&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.SetGDIPlusOptions(9, 1); //EnhanceThinLines</div><div>&nbsp; &nbsp; APDF.LoadFromFile('Line1-FOP.pdf','');</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>end;</div></div><div><br></div>]]>
   </description>
   <pubDate>Tue, 04 Oct 2016 21:51:16 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/pdf-displaying_topic3393_post13494.html#13494</guid>
  </item> 
 </channel>
</rss>