<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.pdfforge.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>pdfforge.org - General Discussion</title>
 <link>http://www.pdfforge.org/taxonomy/term/6/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>New beta release 1.8.207 available</title>
 <link>http://www.pdfforge.org/node/677</link>
 <description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;a new beta release is ready for download. Use this new link:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.pdfforge.org/files/fly2pdf/fly2pdf-1_8_207.exe&quot;&gt;http://www.pdfforge.org/files/fly2pdf/fly2pdf-1_8_207.exe&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;The release fixed a bug in the jpeg implementation.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;
Frank&lt;/p&gt;
</description>
 <comments>http://www.pdfforge.org/node/677#comment</comments>
 <category domain="http://www.pdfforge.org/taxonomy/term/6">General Discussion</category>
 <pubDate>Fri, 02 Mar 2007 22:01:57 +0100</pubDate>
 <dc:creator>thesmilyface</dc:creator>
 <guid isPermaLink="false">677 at http://www.pdfforge.org</guid>
</item>
<item>
 <title>Help! clsJFIFInfo: Load Overflow error when saving PDF file</title>
 <link>http://www.pdfforge.org/node/2097</link>
 <description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I&#039;m using fly2pdf to create PDF Documents made up of one or more JPG images. However, I am unable to save the files using the clsDocument.CreateFile method, as it always returns an Overflow error from the clsJFIFInfo: Load method. The images are fairly large - could that be the problem? Is there a setting I need to use?&lt;/p&gt;
&lt;p&gt;Thank you for any help you can provide!&lt;/p&gt;
&lt;p&gt;Mike Olson&lt;/p&gt;
</description>
 <comments>http://www.pdfforge.org/node/2097#comment</comments>
 <category domain="http://www.pdfforge.org/taxonomy/term/6">General Discussion</category>
 <pubDate>Sun, 26 Oct 2008 02:32:48 +0100</pubDate>
 <dc:creator>molson3</dc:creator>
 <guid isPermaLink="false">2097 at http://www.pdfforge.org</guid>
</item>
<item>
 <title>How to get fly2pdf to work in Delphi</title>
 <link>http://www.pdfforge.org/node/1973</link>
 <description>&lt;p&gt;using the following code in Delphi:&lt;/p&gt;
&lt;p&gt;var&lt;br /&gt;
  PDFcontID,&lt;br /&gt;
  PDFpID : Longint;&lt;br /&gt;
  posY : Double;&lt;br /&gt;
  PDFContent,&lt;br /&gt;
  PDFPage,&lt;br /&gt;
  PDFFont,&lt;br /&gt;
  PDFDoc : OleVariant;&lt;/p&gt;
&lt;p&gt;begin&lt;br /&gt;
  PDFDoc := CreateOleObject(&#039;fly2pdf.clsDocument&#039;);&lt;br /&gt;
  PDFFont := CreateOleObject(&#039;fly2pdf.clsFont&#039;);&lt;br /&gt;
  PDFFont.FontSubType := 1;&lt;br /&gt;
  PDFFont.Name := &#039;Courier New&#039;;&lt;br /&gt;
  PDFPage := CreateOleObject(&#039;fly2pdf.clsPage&#039;);&lt;br /&gt;
  PDFpID := PDFdoc.AddObject(PDFPage);&lt;br /&gt;
  PDFPage.Layout.Margins.Left := 12.7;&lt;br /&gt;
  PDFPage.Layout.Margins.Right := 12.7;&lt;br /&gt;
  PDFPage.Layout.Margins.Top := 12.7;&lt;br /&gt;
  PDFPage.Layout.Margins.Bottom := 12.7;&lt;br /&gt;
  PDFContent := CreateOleObject(&#039;fly2pdf.clsContent&#039;);&lt;br /&gt;
  posY := PDFPage.Layout.InnerHeight;&lt;br /&gt;
  PDFContent.Text(&#039;This is a test&#039;, PDFFont, 9, 10, posY);&lt;br /&gt;
  PDFcontID := PDFdoc.AddObject(PDFContent);&lt;br /&gt;
  PDFdoc.AddObjectToPage(PDFpID, PDFcontID);&lt;br /&gt;
  PDFdoc.CreateFile(&#039;C:\test.pdf&#039;);&lt;br /&gt;
  ShellExecute(0, &#039;open&#039;, &#039;c:\test.pdf&#039;, &#039;&#039;, &#039;&#039;, SW_SHOWNORMAL);&lt;br /&gt;
end;&lt;/p&gt;
&lt;p&gt;I get a runtime error on the PDFContent.Text line that says &#039;Type Mismatch&#039;.  If I comment out that line, a pdf will be created successfully (blank page).&lt;/p&gt;
&lt;p&gt;Also how do I change page size from A4 to US Letter&lt;/p&gt;
</description>
 <comments>http://www.pdfforge.org/node/1973#comment</comments>
 <category domain="http://www.pdfforge.org/taxonomy/term/6">General Discussion</category>
 <pubDate>Thu, 18 Sep 2008 00:14:33 +0200</pubDate>
 <dc:creator>delphi98</dc:creator>
 <guid isPermaLink="false">1973 at http://www.pdfforge.org</guid>
</item>
<item>
 <title>Error opeing PDF file in Adobe Reader 9</title>
 <link>http://www.pdfforge.org/node/1939</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am facing problem when I try to open PDF file created with the sample code in VB6. The problem is with PDF files that have Images only. I am trying to open the PDF with Adobe Reader 9. &lt;/p&gt;
&lt;p&gt;Hope to get some solution soon.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Parag&lt;/p&gt;
</description>
 <comments>http://www.pdfforge.org/node/1939#comment</comments>
 <category domain="http://www.pdfforge.org/taxonomy/term/6">General Discussion</category>
 <pubDate>Thu, 04 Sep 2008 11:53:53 +0200</pubDate>
 <dc:creator>wtsys</dc:creator>
 <guid isPermaLink="false">1939 at http://www.pdfforge.org</guid>
</item>
<item>
 <title>fly2pdf</title>
 <link>http://www.pdfforge.org/node/1780</link>
 <description>&lt;p&gt;Hello, How Can I install fly2pdf into Delphi to start making a application?&lt;/p&gt;
&lt;p&gt;B.R.&lt;/p&gt;
&lt;p&gt;/BlueIcaro&lt;/p&gt;
</description>
 <comments>http://www.pdfforge.org/node/1780#comment</comments>
 <category domain="http://www.pdfforge.org/taxonomy/term/6">General Discussion</category>
 <pubDate>Fri, 20 Jun 2008 13:11:27 +0200</pubDate>
 <dc:creator>blueicaro</dc:creator>
 <guid isPermaLink="false">1780 at http://www.pdfforge.org</guid>
</item>
<item>
 <title>where can i find the fly2pdf download?</title>
 <link>http://www.pdfforge.org/node/1766</link>
 <description>&lt;p&gt;hi wanted to try out fly2pdf but i can´t find any download link. can anybody tell me where i can get this?&lt;/p&gt;
</description>
 <comments>http://www.pdfforge.org/node/1766#comment</comments>
 <category domain="http://www.pdfforge.org/taxonomy/term/6">General Discussion</category>
 <pubDate>Sun, 15 Jun 2008 14:20:49 +0200</pubDate>
 <dc:creator>sschneider</dc:creator>
 <guid isPermaLink="false">1766 at http://www.pdfforge.org</guid>
</item>
<item>
 <title>Tif</title>
 <link>http://www.pdfforge.org/node/1519</link>
 <description>&lt;p&gt;Is possible to convert tif file to pdf?&lt;/p&gt;
</description>
 <comments>http://www.pdfforge.org/node/1519#comment</comments>
 <category domain="http://www.pdfforge.org/taxonomy/term/6">General Discussion</category>
 <pubDate>Thu, 27 Mar 2008 14:45:31 +0100</pubDate>
 <dc:creator>omartoma</dc:creator>
 <guid isPermaLink="false">1519 at http://www.pdfforge.org</guid>
</item>
<item>
 <title>where can i get the dll, wo kann ich die dll runterlade?</title>
 <link>http://www.pdfforge.org/node/1390</link>
 <description>&lt;p&gt;Danke Jungs!&lt;/p&gt;
</description>
 <comments>http://www.pdfforge.org/node/1390#comment</comments>
 <category domain="http://www.pdfforge.org/taxonomy/term/6">General Discussion</category>
 <pubDate>Fri, 08 Feb 2008 15:28:55 +0100</pubDate>
 <dc:creator>demivo</dc:creator>
 <guid isPermaLink="false">1390 at http://www.pdfforge.org</guid>
</item>
<item>
 <title>add fonts to pdf</title>
 <link>http://www.pdfforge.org/node/1351</link>
 <description>&lt;p&gt;I am trying to write a text with a Palatino Light Font.&lt;br /&gt;
How do i add it?&lt;/p&gt;
&lt;p&gt;i am using fly2pdf vbscript.&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
</description>
 <comments>http://www.pdfforge.org/node/1351#comment</comments>
 <category domain="http://www.pdfforge.org/taxonomy/term/6">General Discussion</category>
 <pubDate>Sat, 26 Jan 2008 01:02:48 +0100</pubDate>
 <dc:creator>phanom</dc:creator>
 <guid isPermaLink="false">1351 at http://www.pdfforge.org</guid>
</item>
<item>
 <title>Help Fly2pdf VBScript</title>
 <link>http://www.pdfforge.org/node/1330</link>
 <description>&lt;p&gt;Anyone,&lt;/p&gt;
&lt;p&gt;I am trying to create a multi page document based on data being collected. Eventually I run out space for page content. It pretty much will get cut off. How do you keep track of how much has been written and if you need to create another page to continue? If you are using a frame the text will wrap how do you keep track of the space left till it starts being cut off.&lt;/p&gt;
&lt;p&gt;A page consists of a header, body, and footer.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Lu&lt;/p&gt;
</description>
 <comments>http://www.pdfforge.org/node/1330#comment</comments>
 <category domain="http://www.pdfforge.org/taxonomy/term/6">General Discussion</category>
 <pubDate>Sat, 19 Jan 2008 05:51:53 +0100</pubDate>
 <dc:creator>ludio</dc:creator>
 <guid isPermaLink="false">1330 at http://www.pdfforge.org</guid>
</item>
</channel>
</rss>
