<?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 using QuickPDF as the 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 : General Discussion : Problems using QuickPDF as the viewer]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 09:27:32 +0000</pubDate>
  <lastBuildDate>Tue, 31 Jan 2006 11:52: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=288</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 using QuickPDF as the viewer : Hi chicks Thanks a lot for your...]]></title>
   <link>http://www.quickpdf.org/forum/problems-using-quickpdf-as-the-viewer_topic288_post1251.html#1251</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=167">Pirmin</a><br /><strong>Subject:</strong> 288<br /><strong>Posted:</strong> 31 Jan 06 at 11:52AM<br /><br /><P>Hi chicks</P><P>Thanks a lot for your tipps and the sample. I think it will be useful for me.</P><P>Best Regards<BR>Pirmin</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 31 Jan 2006 11:52:03 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problems-using-quickpdf-as-the-viewer_topic288_post1251.html#1251</guid>
  </item> 
  <item>
   <title><![CDATA[Problems using QuickPDF as the viewer : No, it&amp;#039;s strictly for viewing...]]></title>
   <link>http://www.quickpdf.org/forum/problems-using-quickpdf-as-the-viewer_topic288_post1228.html#1228</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 288<br /><strong>Posted:</strong> 27 Jan 06 at 4:28PM<br /><br />No, it's strictly for viewing and printing PDF files.  You can't use it to modify the files in any way, and it doesn't fire any events back to the embedding app (though I suppose you might capture its messages through subclassing). <br /><br />See the IACReference for things like setting which features are visible, how to print, etc.<br /><br />If you want modification capabilities, you need full Acrobat ( or QuickPDF <img border="0" src="http://www.quickpdf.org/forum/smileys/smiley17.gif" border="0"> ).<br /><br />See my FormTool here for an example of a viewer (and form filler) using QuickPDF, subject to its limitations with rendering speed and accuracy:<br /><br />http://www.geocities.com/sea_sbs/files/FormTool.zip<br />]]>
   </description>
   <pubDate>Fri, 27 Jan 2006 16:28:51 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problems-using-quickpdf-as-the-viewer_topic288_post1228.html#1228</guid>
  </item> 
  <item>
   <title><![CDATA[Problems using QuickPDF as the viewer : Hi chicks Thank&amp;#039;s a lot...]]></title>
   <link>http://www.quickpdf.org/forum/problems-using-quickpdf-as-the-viewer_topic288_post1227.html#1227</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=167">Pirmin</a><br /><strong>Subject:</strong> 288<br /><strong>Posted:</strong> 27 Jan 06 at 4:02PM<br /><br /><P>Hi chicks</P><P>Thank's a lot for your quick answers. I downloaded the sample project and had a look at the code above. The viewer in the picture (from your URL) looks very like an instance of the Adobe Reader.<BR>I only will be able to examine it more precisely next week.<BR>Maybe you could answer me some question in advance.</P><UL><LI>Is it possible to get user interaction events from the AcroView instance (e.g. MousMove, PageSelected and similars)?</LI><LI>Is it possible to modify the displayed pages on the fly without need to modify the PDF document (e.g. paint a frame around a page or draw a text on it).</LI><LI>Is it possible to draw the document without the options pane on the left and to disable other features of Acrobat.</LI><LI>Is it possible to display a single page (from a multi page PDF document) in a "normal" window or render the pages to files. With this point the points 1, 2 and 3 would be possible also.</LI></UL><P>Don't hurry with your answer. I can't look at it before next week.</P><P>Best Regards<BR>Pirmin<BR></P>]]>
   </description>
   <pubDate>Fri, 27 Jan 2006 16:02:24 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problems-using-quickpdf-as-the-viewer_topic288_post1227.html#1227</guid>
  </item> 
  <item>
   <title><![CDATA[Problems using QuickPDF as the viewer : Here&amp;#039;s a quick VB6 exampl...]]></title>
   <link>http://www.quickpdf.org/forum/problems-using-quickpdf-as-the-viewer_topic288_post1226.html#1226</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 288<br /><strong>Posted:</strong> 27 Jan 06 at 3:16PM<br /><br />Here's a quick VB6 example:<br /><br />ViewPDF.frm:<br />--------------------------------------------------------<br />VERSION 5.00<br />Object = "{05BFD3F1-6319-4F30-B752-C7A22889BCC4}#1.0#0"; "AcroPDF.dll"<br />Begin VB.Form Form1 <br />&nbsp;&nbsp;&nbsp;Caption&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  =&nbsp;&nbsp;&nbsp;"Form1"<br />&nbsp;&nbsp;&nbsp;ClientHeight&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;&nbsp;&nbsp;7380<br />&nbsp;&nbsp;&nbsp;ClientLeft&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;&nbsp;&nbsp;60<br />&nbsp;&nbsp;&nbsp;ClientTop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;&nbsp;&nbsp;345<br />&nbsp;&nbsp;&nbsp;ClientWidth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;&nbsp;&nbsp;10335<br />&nbsp;&nbsp;&nbsp;LinkTopic&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;&nbsp;&nbsp;"Form1"<br />&nbsp;&nbsp;&nbsp;ScaleHeight&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;&nbsp;&nbsp;7380<br />&nbsp;&nbsp;&nbsp;ScaleWidth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;&nbsp;&nbsp;10335<br />&nbsp;&nbsp;&nbsp;StartUpPosition =&nbsp;&nbsp;&nbsp;3  'Windows Default<br />&nbsp;&nbsp;&nbsp;Begin VB.CommandButton Command1 <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Caption&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  =&nbsp;&nbsp;&nbsp;"&Load"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Height&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;&nbsp;&nbsp;375<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Left&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;&nbsp;&nbsp;3720<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TabIndex&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp;&nbsp;&nbsp;1<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Top&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;&nbsp;&nbsp;6840<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Width&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;&nbsp;&nbsp;1695<br />&nbsp;&nbsp;&nbsp;End<br />&nbsp;&nbsp;&nbsp;Begin AcroPDFLibCtl.AcroPDF AcroPDF1 <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Height&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;&nbsp;&nbsp;5775<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Left&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;&nbsp;&nbsp;480<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TabIndex&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp;&nbsp;&nbsp;0<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Top&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;&nbsp;&nbsp;360<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Width&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;&nbsp;&nbsp;9735<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_cx&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;&nbsp;&nbsp;17171<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_cy&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;&nbsp;&nbsp;10186<br />&nbsp;&nbsp;&nbsp;End<br />End<br />Attribute VB_Name = "Form1"<br />Attribute VB_GlobalNameSpace = False<br />Attribute VB_Creatable = False<br />Attribute VB_PredeclaredId = True<br />Attribute VB_Exposed = False<br />Private Sub Command1_Click()<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;AcroPDF1.LoadFile ("c:\temp\f1040ez.pdf")<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />End Sub<br /><br />-----------------------------------------------<br />ViewPDF.vpb:<br />-----------------------------------------------<br />Type=Exe<br />Form=ViewPDF.frm<br />Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\WINNT\system32\stdole2.tlb#OLE Automation<br />Object={05BFD3F1-6319-4F30-B752-C7A22889BCC4}#1.0#0; AcroPDF.dll<br />Startup="Form1"<br />Command32=""<br />Name="Project1"<br />HelpContextID="0"<br />CompatibleMode="0"<br />MajorVer=1<br />MinorVer=0<br />RevisionVer=0<br />AutoIncrementVer=0<br />ServerSupportFiles=0<br />VersionCompanyName="x"<br />CompilationType=0<br />OptimizationType=0<br />FavorPentiumPro(tm)=0<br />CodeViewDebugInfo=0<br />NoAliasing=0<br />BoundsCheck=0<br />OverflowCheck=0<br />FlPointCheck=0<br />FDIVCheck=0<br />UnroundedFP=0<br />StartMode=0<br />Unattended=0<br />Retained=0<br />ThreadPerObject=0<br />MaxNumberOfThreads=1<br /><br />&#091;MS Transaction Server&#093;<br />AutoRefresh=1<br /><span style="font-size:10px"><br /><br />Edited by chicks</span>]]>
   </description>
   <pubDate>Fri, 27 Jan 2006 15:16:12 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problems-using-quickpdf-as-the-viewer_topic288_post1226.html#1226</guid>
  </item> 
  <item>
   <title><![CDATA[Problems using QuickPDF as the viewer : 100% sure, I embed Reader 7 in...]]></title>
   <link>http://www.quickpdf.org/forum/problems-using-quickpdf-as-the-viewer_topic288_post1225.html#1225</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 288<br /><strong>Posted:</strong> 27 Jan 06 at 2:56PM<br /><br />100% sure, I embed Reader 7 in one of my applications.<br /><br />Here's an example (C++):<br /><br />http://www.codeproject.com/miscctrl/acroview.asp<br /><br />If you're using VB, the interface name is AcroPDF.PDF.1  In Adobe's IACReference, it's referred to as AxAcroPDFLib.AxAcroPDF<br /><br />Note that you can embed Reader for viewing and printing, and everything else Reader can do, but you can't save data typed into form fields with it to the local PC, unless the form has been "enabled" by Adobe's (expensive) software.  <br />]]>
   </description>
   <pubDate>Fri, 27 Jan 2006 14:56:23 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problems-using-quickpdf-as-the-viewer_topic288_post1225.html#1225</guid>
  </item> 
  <item>
   <title><![CDATA[Problems using QuickPDF as the viewer : Hi chicks Are you sure, that...]]></title>
   <link>http://www.quickpdf.org/forum/problems-using-quickpdf-as-the-viewer_topic288_post1224.html#1224</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=167">Pirmin</a><br /><strong>Subject:</strong> 288<br /><strong>Posted:</strong> 27 Jan 06 at 2:28PM<br /><br /><P>Hi chicks</P><P>Are you sure, that just the <FONT color=blue>Adobe Reader</FONT> (which is free) is necessary and not the <FONT color=blue>Adobe Acrobat Standard</FONT> or the <FONT color=blue>Adobe Acrobat Professional</FONT>?</P><P>When I was searching the web for a library with a certain set of features for a reasonable price, I found iSEDQuickPDF which should be able to do everything I needed.</P><P>For some of my wanted features, I'm sure that the <FONT color=#0000ff>Adobe Reader </FONT>wouldn't suffice.<BR>Then after a while, perhaps confused about the features of the lot of libraries, I began thinking that the <FONT color=#0000ff>Adobe Reader </FONT>could not be used to display something in a self made application.</P><P>If it really can be used, it could at least be an alternative for the Render functions of iSEDQuickPDF.</P><P>I took a look at <FONT color=blue>IACReference.pdf</FONT> but I'm not sure what would be necessary to display a page.</P><P>Is it possible for you, to give more hints or even some sample code?</P><P>Best Regards<BR>Pirmin<BR></P><span style="font-size:10px"><br /><br />Edited by Pirmin</span>]]>
   </description>
   <pubDate>Fri, 27 Jan 2006 14:28:11 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problems-using-quickpdf-as-the-viewer_topic288_post1224.html#1224</guid>
  </item> 
  <item>
   <title><![CDATA[Problems using QuickPDF as the viewer : I don&amp;#039;t see reason why wouldn&amp;#039;t...]]></title>
   <link>http://www.quickpdf.org/forum/problems-using-quickpdf-as-the-viewer_topic288_post1210.html#1210</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=107">dsola</a><br /><strong>Subject:</strong> 288<br /><strong>Posted:</strong> 27 Jan 06 at 2:30AM<br /><br />I don't see reason why wouldn't you require from your users to install Adobe Reader ?<br />If they install it you have no problem now or in future.<br /><br />They need it for reading PDF's outside your PDF.<br /><br />]]>
   </description>
   <pubDate>Fri, 27 Jan 2006 02:30:55 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problems-using-quickpdf-as-the-viewer_topic288_post1210.html#1210</guid>
  </item> 
  <item>
   <title><![CDATA[Problems using QuickPDF as the viewer : FoxIt SDK is good at rendering...]]></title>
   <link>http://www.quickpdf.org/forum/problems-using-quickpdf-as-the-viewer_topic288_post1209.html#1209</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=129">DELBEKE</a><br /><strong>Subject:</strong> 288<br /><strong>Posted:</strong> 27 Jan 06 at 1:19AM<br /><br /><P>FoxIt SDK is good at rendering the Pdf. It is very expensive and it just do the rendering on a device context.</P><P>You can also try tu use QuickPdf with GhostScript. I Found the results are better than with QuickPdf alone.</P><P>function GhostScriptInit(DLLFileName As String) As Long</P><P>function GhostScriptGetPagePreview(InputFileName As String,<BR>OutputFileName As String,<BR>Password As String,<BR>Page As Long,<BR>Resolution As Long,<BR>Options As Long) As Long</P><P>&nbsp;</P><span style="font-size:10px"><br /><br />Edited by DELBEKE</span>]]>
   </description>
   <pubDate>Fri, 27 Jan 2006 01:19:31 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problems-using-quickpdf-as-the-viewer_topic288_post1209.html#1209</guid>
  </item> 
  <item>
   <title><![CDATA[Problems using QuickPDF as the viewer : But I need to be able to view...]]></title>
   <link>http://www.quickpdf.org/forum/problems-using-quickpdf-as-the-viewer_topic288_post1208.html#1208</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=254">kurumo</a><br /><strong>Subject:</strong> 288<br /><strong>Posted:</strong> 26 Jan 06 at 6:53PM<br /><br />But I need to be able to view pdfs without requiring users to install Adobe's Reader, that's why I'm looking for another solution.]]>
   </description>
   <pubDate>Thu, 26 Jan 2006 18:53:07 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problems-using-quickpdf-as-the-viewer_topic288_post1208.html#1208</guid>
  </item> 
  <item>
   <title><![CDATA[Problems using QuickPDF as the viewer : Adobe has published the specs...]]></title>
   <link>http://www.quickpdf.org/forum/problems-using-quickpdf-as-the-viewer_topic288_post1207.html#1207</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 288<br /><strong>Posted:</strong> 26 Jan 06 at 6:50PM<br /><br />Adobe has published the specs for the COM interface to Reader starting with version 7.  It's pretty easy to integrate, renders very fast and accurately, and of course supports all features of Reader.<br /><br />Your end users need to have Reader 7 installed for it to work.<br /><br />See Adobe's IACReference PDF for details...<br /><br /><span style="font-size:10px"><br /><br />Edited by chicks</span>]]>
   </description>
   <pubDate>Thu, 26 Jan 2006 18:50:44 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problems-using-quickpdf-as-the-viewer_topic288_post1207.html#1207</guid>
  </item> 
 </channel>
</rss>