<?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 : Delphi Info</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 : Delphi Info]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Jul 2026 06:35:03 +0000</pubDate>
  <lastBuildDate>Thu, 16 Mar 2006 08:28:23 +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=360</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[Delphi Info : Frans Thaks for explaining my...]]></title>
   <link>http://www.quickpdf.org/forum/delphi-info_topic360_post1557.html#1557</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=290">cpri</a><br /><strong>Subject:</strong> 360<br /><strong>Posted:</strong> 16 Mar 06 at 8:28AM<br /><br />Frans Thaks for explaining my code]]>
   </description>
   <pubDate>Thu, 16 Mar 2006 08:28:23 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/delphi-info_topic360_post1557.html#1557</guid>
  </item> 
  <item>
   <title><![CDATA[Delphi Info : Thanks for the info, Frans.  I&amp;#039;ll...]]></title>
   <link>http://www.quickpdf.org/forum/delphi-info_topic360_post1553.html#1553</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 360<br /><strong>Posted:</strong> 15 Mar 06 at 10:54AM<br /><br />Thanks for the info, Frans.  I'll try it out next chance I get...<br />]]>
   </description>
   <pubDate>Wed, 15 Mar 2006 10:54:11 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/delphi-info_topic360_post1553.html#1553</guid>
  </item> 
  <item>
   <title><![CDATA[Delphi Info : Since the panel is owner of the...]]></title>
   <link>http://www.quickpdf.org/forum/delphi-info_topic360_post1552.html#1552</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=161">Frans</a><br /><strong>Subject:</strong> 360<br /><strong>Posted:</strong> 15 Mar 06 at 7:52AM<br /><br /><P>Since the panel is owner of the TQuickPDFViewer, it is responsible for destroying it. Please disregard the PDfPage.Free comment.</P><P>Greetings,</P>]]>
   </description>
   <pubDate>Wed, 15 Mar 2006 07:52:57 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/delphi-info_topic360_post1552.html#1552</guid>
  </item> 
  <item>
   <title><![CDATA[Delphi Info : Sorry for not answering earlier,...]]></title>
   <link>http://www.quickpdf.org/forum/delphi-info_topic360_post1544.html#1544</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=161">Frans</a><br /><strong>Subject:</strong> 360<br /><strong>Posted:</strong> 14 Mar 06 at 2:36PM<br /><br /><P>Sorry for not answering earlier, but my hard disk crashed Sunday and my spare time has gone into saving the savable and getting things up and running. If anybody has really earned an answer it is you (and Jim and a couple of others like our hosts).</P><P>I use C++Builder and not Delphi, but I know just enough Pascal to get by. Cpri (dag cpri!) has built a simple VCL component derived from TScrollBox which takes a PDF as input and displays it (using Borland native JPEG capabilities). To get this component you have to create it in a form, set necessary properties, and call methods.</P><P>Since I don't have Delphi I can't give you complete source code, but here is the basic recipe, which no doubt will have a couple of problems:</P><P>Create a project with a form.</P><P>Put a panel and a button on the form. Stick this declaration into the private section of the form.</P><P>PdfPage: TQuickPDFViewer;</P><P>In the&nbsp;form show&nbsp;event put.</P><P>&nbsp; PdfPage.Create(panel); // this hosts the component inside the panel</P><P>In the button click event put:</P><P>&nbsp; PdfPage.LoadFile := 'path to your PDF file';</P><P>&nbsp; PdfPage.Show;</P><P>To be very neat, add PdfPage.Free in the form close event. Very basic, but I hope this helps you on your way.</P><P>Greetings,</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 14 Mar 2006 14:36:19 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/delphi-info_topic360_post1544.html#1544</guid>
  </item> 
  <item>
   <title><![CDATA[Delphi Info : OK, over in the &amp;#034;Sample Code&amp;#034;...]]></title>
   <link>http://www.quickpdf.org/forum/delphi-info_topic360_post1531.html#1531</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 360<br /><strong>Posted:</strong> 12 Mar 06 at 12:32AM<br /><br />OK, over in the "Sample Code" section of this forum, cpri shows a couple of Delphi examples in the "PDF view" topic.<br /><br />I was able to get both of them to compile (after fighting with "end;" vs. "end." for a while).  <br /><br />The first example runs and displays my PDF just dandy.  The second one runs and does nothing at all.  I'm assuming the second example is a component of some sort (a VCL?), and that I'm supposed to somehow compile it differently, then somehow use it in another application.  Help?<br /><br /><br />]]>
   </description>
   <pubDate>Sun, 12 Mar 2006 00:32:53 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/delphi-info_topic360_post1531.html#1531</guid>
  </item> 
  <item>
   <title><![CDATA[Delphi Info : Thanks, I managed to find Delphi7...]]></title>
   <link>http://www.quickpdf.org/forum/delphi-info_topic360_post1530.html#1530</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 360<br /><strong>Posted:</strong> 11 Mar 06 at 2:45PM<br /><br />Thanks, I managed to find Delphi7 Personal on Borland's site in Poland, and have been tinkering for a few hours. <br /><br />Already looks to be about 1000X more productive than PowerBASIC...<br />]]>
   </description>
   <pubDate>Sat, 11 Mar 2006 14:45:40 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/delphi-info_topic360_post1530.html#1530</guid>
  </item> 
  <item>
   <title><![CDATA[Delphi Info : Maybe some of these links can...]]></title>
   <link>http://www.quickpdf.org/forum/delphi-info_topic360_post1527.html#1527</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=287">Frank</a><br /><strong>Subject:</strong> 360<br /><strong>Posted:</strong> 11 Mar 06 at 2:51AM<br /><br /><P>Maybe some of these links can be helpful for you and other Delphi beginners (as I am too).</P><P>English:<BR><A href="http://delphi.about.com" target="_blank">http://delphi.about.com</A><BR><A href="http://www.delphiarea.com" target="_blank">www.delphiarea.com</A><BR><A href="http://www.delphibasics.co.uk" target="_blank">www.delphibasics.co.uk</A><BR><A href="http://home.hccnet.nl/p.zylstra/index.htm" target="_blank">http://home.hccnet.nl/p.zylstra/index.htm</A><BR><A href="http://www.bl&#111;ng.com/C&#111;nferences/DC&#111;n2001/VCLvsCLX/VCLvsCLX.htm" target="_blank">www.blong.com/Conferences/DCon2001/VCLvsCLX/VCLvsCLX.htm</A><BR><A href="http://www.epinasoft.com/linkcollecti&#111;n/wrapnt_delphi_kylix20.html" target="_blank">www.epinasoft.com/linkcollection/wrapnt_delphi_kylix20.html</A></P><P>German:<BR><A href="http://www.delphimeister.de" target="_blank">www.delphimeister.de</A><BR><A href="http://www.epinasoft.com/delphikurs" target="_blank">www.epinasoft.com/delphikurs</A><BR><A href="http://www.delphipraxis.net" target="_blank">www.delphipraxis.net</A><BR><A href="http://www.delphi-tutorials.de" target="_blank">www.delphi-tutorials.de</A><BR><A href="http://www.dsdt.info" target="_blank">www.dsdt.info</A></P><P>Bilingual:<BR><A href="http://www.swissdelphicenter.ch/en" target="_blank">www.swissdelphicenter.ch/en</A><BR><A href="http://www.swissdelphicenter.ch/de" target="_blank">www.swissdelphicenter.ch/de</A><BR><A href="http://www.dummzeuch.de/delphi/english.html" target="_blank">www.dummzeuch.de/delphi/english.html</A><BR><A href="http://www.dummzeuch.de/delphi/deutsch.html" target="_blank">www.dummzeuch.de/delphi/deutsch.html</A><BR><A href="http://en.wikipedia.org/wiki/Delphi_programming_language" target="_blank">http://en.wikipedia.org/wiki/Delphi_programming_language</A><BR><A href="http://de.wikipedia.org/wiki/Delphi_Programmiersprache" target="_blank">http://de.wikipedia.org/wiki/Delphi_(Programmiersprache</A>)</P>]]>
   </description>
   <pubDate>Sat, 11 Mar 2006 02:51:47 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/delphi-info_topic360_post1527.html#1527</guid>
  </item> 
  <item>
   <title><![CDATA[Delphi Info : Chicks,  I would recommend that...]]></title>
   <link>http://www.quickpdf.org/forum/delphi-info_topic360_post1526.html#1526</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=118">hbarclay</a><br /><strong>Subject:</strong> 360<br /><strong>Posted:</strong> 10 Mar 06 at 5:20PM<br /><br />Chicks,<br /><br />I would recommend that you avoid trying to get started using Delphi 2005. I used Delphi 2005 and had very little trouble with it, but many people reported so many issues that I would be afraid it may give you a negative impression of Delphi.<br /><br />Try to get Delphi 2006, if you can't get that, then either Delphi 6 or 7 would be preferable to 2005.<br /><br />Harry<br />]]>
   </description>
   <pubDate>Fri, 10 Mar 2006 17:20:06 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/delphi-info_topic360_post1526.html#1526</guid>
  </item> 
  <item>
   <title><![CDATA[Delphi Info : Hi Chicks Delphi 2005 Personal...]]></title>
   <link>http://www.quickpdf.org/forum/delphi-info_topic360_post1525.html#1525</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=287">Frank</a><br /><strong>Subject:</strong> 360<br /><strong>Posted:</strong> 10 Mar 06 at 4:37PM<br /><br /><P>Hi Chicks</P><P>Delphi 2005 Personal Edition comes with an interesting license:<BR><A href="http://www.delphipraxis.net/topic39064.html" target="_blank">www.delphipraxis.net/topic39064.html</A></P><P>Unfortunately Borland does NOT provide it for download:<BR><A href="http://www.borland.com/downloads/download_delphi.html" target="_blank">www.borland.com/downloads/download_delphi.html</A></P><P>German users are lucky. The german version was included in some computer magazines and now even can be downloaded:<BR><A href="http://www.dsdt.info/delphi2005download.php" target="_blank">www.dsdt.info/delphi2005download.php</A><BR><A href="http://www.delphipraxis.net/delphi2005download.php" target="_blank">www.delphipraxis.net/delphi2005download.php</A></P><P>A free license you can get from:<BR><A href="http://ussvs-bes1.borland.com/WebDownload/userRegistrati&#111;n.jsp?sid=553" target="_blank">http://ussvs-bes1.borland.com/WebDownload/userRegistration.jsp?sid=553</A></P><P>The english version I have not found for download.&nbsp;Maybe&nbsp;it also was included on CDs of english&nbsp;computer magazines. You may ask a seller of those magazines or try web search more thorough as I did.</P><P>Frank<BR></P><span style="font-size:10px"><br /><br />Edited by Frank</span>]]>
   </description>
   <pubDate>Fri, 10 Mar 2006 16:37:34 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/delphi-info_topic360_post1525.html#1525</guid>
  </item> 
  <item>
   <title><![CDATA[Delphi Info :  Borland has done an extremely...]]></title>
   <link>http://www.quickpdf.org/forum/delphi-info_topic360_post1524.html#1524</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=118">hbarclay</a><br /><strong>Subject:</strong> 360<br /><strong>Posted:</strong> 10 Mar 06 at 1:24PM<br /><br /><br />Borland has done an extremely poor job of marketing Delphi, one of their major mistakes (in my opinion at least) has been in not providing an inexpensive version of Delphi to be used as an entry level version. <br /><br />Currently the IDE core of BDS is in the process of splitting off from Borland and will soon exist as an independent company. Once that transition has taken place I would expect that the new company will be much more likely to provide free or inexpensive entry level versions.<br /><br />For now, your best bet is probably to just download the evaluation version. That is a time limited product, but perhaps by the time it expires there will be better options available. You may also find you really like some of the features of the professional version and find it to be worth purchasing.<br /><br />Harry<br /><br />]]>
   </description>
   <pubDate>Fri, 10 Mar 2006 13:24:28 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/delphi-info_topic360_post1524.html#1524</guid>
  </item> 
 </channel>
</rss>