<?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 : System Requirements</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 : System Requirements]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 07 Apr 2026 05:26:18 +0000</pubDate>
  <lastBuildDate>Wed, 14 Dec 2005 22:39:28 +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=194</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[System Requirements : I ran another test and, for the...]]></title>
   <link>http://www.quickpdf.org/forum/system-requirements_topic194_post679.html#679</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=172">unified</a><br /><strong>Subject:</strong> 194<br /><strong>Posted:</strong> 14 Dec 05 at 10:39PM<br /><br /><P>I ran another test and, for the life of me, can't figure out what's the problem.&nbsp; Even using the PrintDocument fuction produces an unfilled form.&nbsp; So, sadly, QuickPdf does not address my needs.<BR><BR>Rather than tear all my hair out, I've decided to actually give up on quickpdf altogether since I only need it process existing forms, not create pdf.&nbsp; In my case, it was simplier to just programatically create an fdf file and Reader 5.0 had no problem printing the associated pdf with the field filled in perfectly.&nbsp; </P>]]>
   </description>
   <pubDate>Wed, 14 Dec 2005 22:39:28 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/system-requirements_topic194_post679.html#679</guid>
  </item> 
  <item>
   <title><![CDATA[System Requirements : Ah! GetDefaultPrinterName. How...]]></title>
   <link>http://www.quickpdf.org/forum/system-requirements_topic194_post621.html#621</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=172">unified</a><br /><strong>Subject:</strong> 194<br /><strong>Posted:</strong> 06 Dec 05 at 10:33AM<br /><br /><P>Ah!&nbsp; GetDefaultPrinterName.&nbsp; How did I miss that? <IMG src="http://www.quickpdf.org/forum/smileys/smiley17.gif" border="0"></P>]]>
   </description>
   <pubDate>Tue, 06 Dec 2005 10:33:25 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/system-requirements_topic194_post621.html#621</guid>
  </item> 
  <item>
   <title><![CDATA[System Requirements : Hi! You can get the default printer...]]></title>
   <link>http://www.quickpdf.org/forum/system-requirements_topic194_post617.html#617</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 194<br /><strong>Posted:</strong> 06 Dec 05 at 1:29AM<br /><br />Hi!<br />You can get the default printer automatically with a quickpdf-function ;-)<br />]]>
   </description>
   <pubDate>Tue, 06 Dec 2005 01:29:02 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/system-requirements_topic194_post617.html#617</guid>
  </item> 
  <item>
   <title><![CDATA[System Requirements : Hmm... This is a snippet of what...]]></title>
   <link>http://www.quickpdf.org/forum/system-requirements_topic194_post616.html#616</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=172">unified</a><br /><strong>Subject:</strong> 194<br /><strong>Posted:</strong> 05 Dec 05 at 6:45PM<br /><br /><P>Hmm...&nbsp; This is a snippet of what I did:</P><FONT size=2><P>const</P><P>PDFDoc : String = 'C:\PRINTFILE.PDF';</P><P>...</P><FONT size=2><FONT size=2><P>procedure TForm1.Print_Form_1130(Sender: TObject);<BR>begin<BR>&nbsp;QP.LoadFromFile('C:\Verification of Rent and Living Arrangements.PDF');<BR>&nbsp;QP.SetFormFieldValueByTitle('Customer_Name', FirstName + ' ' + LastName);<BR>&nbsp;QP.SetFormFieldValueByTitle('CustomerID', CustomerID);<BR>&nbsp;QP.SetFormFieldValueByTitle('Case_Manager', 'C. Brandon');<BR>&nbsp;QP.SetFormFieldValueByTitle('Case_Manager_Number', '(443) 555-1234');<BR>&nbsp;QP.SetFormFieldValueByTitle('District_Name', 'Harbor');<BR>&nbsp;QP.SetFormFieldValueByTitle('Date', FormatDate('mmmm d, yyyy', Now));<BR>&nbsp;QP.SaveToFile(PdfDoc);<BR>&nbsp;ShellExecute( 0, 'print', pchar(PdfDoc), nil, nil, SW_SHOWMINIMIZED );<BR>end;</P></FONT><P>When I get back to the office on Thursday, I'm going to see if the original pdf file prints correctly using ShellExecute both as without the fields filled in, and with them filled in.&nbsp; I'm using ShellExecute to print simply because I don't know the name of the printer at my office and I might have to install the software on three other machines using different printers.</P><P>Thanks for your help.</P></FONT></FONT><span style="font-size:10px"><br /><br />Edited by unified</span>]]>
   </description>
   <pubDate>Mon, 05 Dec 2005 18:45:50 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/system-requirements_topic194_post616.html#616</guid>
  </item> 
  <item>
   <title><![CDATA[System Requirements : Hi! I think this has nothing to...]]></title>
   <link>http://www.quickpdf.org/forum/system-requirements_topic194_post614.html#614</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 194<br /><strong>Posted:</strong> 04 Dec 05 at 3:59PM<br /><br />Hi!<br />I think this has nothing to do with QuickPDF. I think the problem is how the pdf-file (with the blank pages) was created.<br />]]>
   </description>
   <pubDate>Sun, 04 Dec 2005 15:59:55 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/system-requirements_topic194_post614.html#614</guid>
  </item> 
  <item>
   <title><![CDATA[System Requirements : What are the general system requirements...]]></title>
   <link>http://www.quickpdf.org/forum/system-requirements_topic194_post612.html#612</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=172">unified</a><br /><strong>Subject:</strong> 194<br /><strong>Posted:</strong> 04 Dec 05 at 1:52AM<br /><br /><P>What are the general system requirements for a QuickPDF project to run successfully on anther machine.</P><P>I have the full Acrobat (v7.0 pro) installed and have no problems running my project.&nbsp; However, when I moved the project to another machine that only has Reader v5.0, the pages produced were blank.</P><P>In my code, I am opening a pdf form file, filling in field information, then saving the file under another name.&nbsp; I am then using shellexecute to print the new file.</P><P>This works perfectly on my machine, but only produces and, subsequently, prints a blank page.&nbsp; When I use Reader on the other machine to read the produced file, it is blank.&nbsp; The original file can be opened and forms filled in using Reader.</P><P>Thanks.</P>]]>
   </description>
   <pubDate>Sun, 04 Dec 2005 01:52:19 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/system-requirements_topic194_post612.html#612</guid>
  </item> 
 </channel>
</rss>