<?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 : own viewer</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 : own viewer]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 16:20:58 +0000</pubDate>
  <lastBuildDate>Thu, 12 Aug 2010 21:07:03 +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=1537</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[own viewer : Hi!You can try something similar...]]></title>
   <link>http://www.quickpdf.org/forum/own-viewer_topic1537_post6837.html#6837</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1537<br /><strong>Posted:</strong> 12 Aug 10 at 9:07PM<br /><br />Hi!<br><br>You can try something similar to the following code:<br><br>&nbsp;&nbsp; try<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QP.UnlockKey('...');<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QP.LoadFromFile(ipfliste&#091;di&#093;); //fneu);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pmax := QP.PageCount;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Form1.Label1.Caption := title;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QP.CombineLayers;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; test_stream := TMemoryStream.Create;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QP.RenderPageToStream(zoom,page,1,test_stream,1,0);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Form1.Show;<br>&nbsp;&nbsp; finally<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QP.Free;&nbsp; <br>&nbsp;&nbsp; end;<br><br>&nbsp;&nbsp; Form1.Repaint;<br><br>&nbsp;&nbsp; try<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; test_stream.Seek(0,0);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; jpg := TJPEGImage.Create;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; jpg.LoadFromStream (test_stream);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Form1.Image1.Picture.Assign(jpg);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Form1.Caption := title;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Form1.Label1.Caption := 'Document 1 of ' + IntToStr(rcount);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Form1.Label3.Caption := 'Page 1 of ' + IntToStr(pmax);<br><br>&nbsp;&nbsp; finally<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Form1.Show;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; test_stream.Free;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; jpg.Free;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; result := 0;<br>&nbsp;&nbsp; end;<br><br>I don't use ActiveX. If you wanna use it <br>you should change from RenderPageToStream<br>to RenderPageToFile.<br><br>As file you can choose jpeg or bmp for example<br>and this image you can display in your image component.<br><br>Here is the online reference:<br>http://www.quickpdflibrary.com/help/quickpdf/FunctionGroups.php<br><br>Cheers, Ingo<br><br>]]>
   </description>
   <pubDate>Thu, 12 Aug 2010 21:07:03 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/own-viewer_topic1537_post6837.html#6837</guid>
  </item> 
  <item>
   <title><![CDATA[own viewer : And please tell me how to render...]]></title>
   <link>http://www.quickpdf.org/forum/own-viewer_topic1537_post6834.html#6834</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1366">hloch</a><br /><strong>Subject:</strong> 1537<br /><strong>Posted:</strong> 12 Aug 10 at 2:45PM<br /><br />And please tell me how to render into stream when I used ActiveX. Is it possible and how?<div>In manual is information for&nbsp;RenderPageToStream:&nbsp;This function is only available in the Delphi edition.</div><div><br></div>]]>
   </description>
   <pubDate>Thu, 12 Aug 2010 14:45:14 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/own-viewer_topic1537_post6834.html#6834</guid>
  </item> 
  <item>
   <title><![CDATA[own viewer : aha. o.k. ]]></title>
   <link>http://www.quickpdf.org/forum/own-viewer_topic1537_post6825.html#6825</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1366">hloch</a><br /><strong>Subject:</strong> 1537<br /><strong>Posted:</strong> 11 Aug 10 at 2:16PM<br /><br />aha. o.k.<div><br></div>]]>
   </description>
   <pubDate>Wed, 11 Aug 2010 14:16:11 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/own-viewer_topic1537_post6825.html#6825</guid>
  </item> 
  <item>
   <title><![CDATA[own viewer : Hi!&amp;#034;SetViewerPreferences&amp;#034;...]]></title>
   <link>http://www.quickpdf.org/forum/own-viewer_topic1537_post6824.html#6824</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1537<br /><strong>Posted:</strong> 11 Aug 10 at 2:14PM<br /><br />Hi!<br><br>"<span style="">SetViewerPreferences" has nothing to do with YOUR pdf-viewer.<br></span><span style="">SetViewerPreferences on a loaded document before SaveToFile will manipulate a pdf-reader while displaying your document.<br>With </span><span style="">SetViewerPreferences for example it's possible to determine that your document shall be opened on the third page and that the reader-menu shall be hidden.<br>If you've done the SaveToFile and opened the document with a pdf-reader the starting page will be the third one and the menu will be hidden.<br><br>Cheers, Ingo<br><br></span>]]>
   </description>
   <pubDate>Wed, 11 Aug 2010 14:14:27 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/own-viewer_topic1537_post6824.html#6824</guid>
  </item> 
  <item>
   <title><![CDATA[own viewer : O.K. I can render to Image or...]]></title>
   <link>http://www.quickpdf.org/forum/own-viewer_topic1537_post6822.html#6822</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1366">hloch</a><br /><strong>Subject:</strong> 1537<br /><strong>Posted:</strong> 11 Aug 10 at 1:43PM<br /><br />O.K. I can render to Image or PaintBox now, but tell me how to use&nbsp;<span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">SetViewerPreferences?</span><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">I really dont understand how work QuickPDF library. I thought that I can use it as visual component for preview PDF files with Toolbars for zoom, moving, etc. ?</span></div><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "><br></span></div><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">Thank you</span></div>]]>
   </description>
   <pubDate>Wed, 11 Aug 2010 13:43:27 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/own-viewer_topic1537_post6822.html#6822</guid>
  </item> 
  <item>
   <title><![CDATA[own viewer : Hi hloch!Why you didn&amp;#039;t use...]]></title>
   <link>http://www.quickpdf.org/forum/own-viewer_topic1537_post6820.html#6820</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1537<br /><strong>Posted:</strong> 11 Aug 10 at 9:34AM<br /><br />Hi hloch!<br><br>Why you didn't use the search-function above (with the advanced option)?<br>Here are two helpful links for you:<br>http://www.quickpdf.org/forum/a-pdf-viewer-built-using-powerbasic-and-quick-pdf_topic1050.html<br>http://www.quickpdf.org/forum/pdf-view_topic329.html<br><br>Normally it goes this way:<br>Get each page - convert pagecontent to stream - convert stream to jpeg - load the jpeg into an imagecomponent - ...<br><br>Cheers and welcome here,<br>Ingo<br><br>]]>
   </description>
   <pubDate>Wed, 11 Aug 2010 09:34:51 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/own-viewer_topic1537_post6820.html#6820</guid>
  </item> 
  <item>
   <title><![CDATA[own viewer : Please help,I would like to try...]]></title>
   <link>http://www.quickpdf.org/forum/own-viewer_topic1537_post6819.html#6819</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1366">hloch</a><br /><strong>Subject:</strong> 1537<br /><strong>Posted:</strong> 11 Aug 10 at 9:10AM<br /><br />Please help,<div><br></div><div>I would like to try use QuickPDF ActiveX in my app as PDF viewer.</div><div>How to do it? I can not found any example for this situation.</div><div>I use Delphi/C++Builder.</div><div>I can LoadFIle with</div><div>QP-&gt;LoadFromFile(WideString(OpenDialog1-&gt;FileName));</div><div>but what to do next?</div><div><br></div><div>Thank you very much</div><div><br></div>]]>
   </description>
   <pubDate>Wed, 11 Aug 2010 09:10:18 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/own-viewer_topic1537_post6819.html#6819</guid>
  </item> 
 </channel>
</rss>