<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Generating PDFs on the fly</title>
	<atom:link href="http://www.poppa.se/blog/generating-pdfs-on-the/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.poppa.se/blog/generating-pdfs-on-the/</link>
	<description>My blog about web development and such</description>
	<lastBuildDate>Sat, 14 Jan 2012 14:56:56 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pontus</title>
		<link>http://www.poppa.se/blog/generating-pdfs-on-the/comment-page-1/#comment-173</link>
		<dc:creator>Pontus</dc:creator>
		<pubDate>Tue, 09 Mar 2010 23:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.poppa.se/blog/?p=99#comment-173</guid>
		<description>Hi Ryan!

Well in this case you actually hardly don&#039;t need any code at all. The thing is to get PDFCreator (http://sourceforge.net/projects/pdfcreator/) to work on the server. Then it&#039;s just a matter of calling the command line interface for PDFCreator, that is creating a subprocess from PHP via system(), passthru(), backticks (http://se2.php.net/manual/en/language.operators.execution.php) or alike, and take care of the result.

Note though that PDFCreator is a software printer which means that to convert, for example, a Word file to a PDF file Word it self needs to be installed on the server. 

Hope that helps a little bit.</description>
		<content:encoded><![CDATA[<p>Hi Ryan!</p>
<p>Well in this case you actually hardly don&#8217;t need any code at all. The thing is to get PDFCreator (<a href="http://sourceforge.net/projects/pdfcreator/" rel="nofollow">http://sourceforge.net/projects/pdfcreator/</a>) to work on the server. Then it&#8217;s just a matter of calling the command line interface for PDFCreator, that is creating a subprocess from PHP via system(), passthru(), backticks (<a href="http://se2.php.net/manual/en/language.operators.execution.php" rel="nofollow">http://se2.php.net/manual/en/language.operators.execution.php</a>) or alike, and take care of the result.</p>
<p>Note though that PDFCreator is a software printer which means that to convert, for example, a Word file to a PDF file Word it self needs to be installed on the server. </p>
<p>Hope that helps a little bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Mather</title>
		<link>http://www.poppa.se/blog/generating-pdfs-on-the/comment-page-1/#comment-172</link>
		<dc:creator>Ryan Mather</dc:creator>
		<pubDate>Wed, 03 Mar 2010 21:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.poppa.se/blog/?p=99#comment-172</guid>
		<description>This is an awesome project!  I am trying to find a similar solution for our database.  We currently have a PHP based program that allows users to upload various file formats including Word, Excel, Image, JPEG, etc.  We need to convert those on the fly to PDF.  I was wondering if you could help me with some of the PHP code?</description>
		<content:encoded><![CDATA[<p>This is an awesome project!  I am trying to find a similar solution for our database.  We currently have a PHP based program that allows users to upload various file formats including Word, Excel, Image, JPEG, etc.  We need to convert those on the fly to PDF.  I was wondering if you could help me with some of the PHP code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Sandström</title>
		<link>http://www.poppa.se/blog/generating-pdfs-on-the/comment-page-1/#comment-4</link>
		<dc:creator>Martin Sandström</dc:creator>
		<pubDate>Sat, 14 Apr 2007 13:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.poppa.se/blog/?p=99#comment-4</guid>
		<description>Tjena Poppa, det var länge sedan. Intressant artikel, ska läsa igenom den lite mer nogrannare senare.

Ville bara säga att din .rss feed länkar fel och returerar en 404. (Kanske inte passar som kommentar, men jag hittade ingen e-post adress)

Hoppas allt är bra!
/ Martin</description>
		<content:encoded><![CDATA[<p>Tjena Poppa, det var länge sedan. Intressant artikel, ska läsa igenom den lite mer nogrannare senare.</p>
<p>Ville bara säga att din .rss feed länkar fel och returerar en 404. (Kanske inte passar som kommentar, men jag hittade ingen e-post adress)</p>
<p>Hoppas allt är bra!<br />
/ Martin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

