<?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: What&#039;s the best way to programmatically edit a pdf in ruby?</title>
	<atom:link href="http://pathfindersoftware.com/2009/07/whats-the-best-way-to-programmatically-edit-a-pdf-in-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://pathfindersoftware.com/2009/07/whats-the-best-way-to-programmatically-edit-a-pdf-in-ruby/</link>
	<description>The Fastest Way to Launch Successful Software</description>
	<lastBuildDate>Thu, 19 Jan 2012 16:36:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Alex</title>
		<link>http://pathfindersoftware.com/2009/07/whats-the-best-way-to-programmatically-edit-a-pdf-in-ruby/#comment-9688</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 23 Jul 2009 07:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=3293#comment-9688</guid>
		<description>Check out pdftk for easy merging of PDF documents (it&#039;s a CLI app)

http://www.accesspdf.com/pdftk/</description>
		<content:encoded><![CDATA[<p>Check out pdftk for easy merging of PDF documents (it&#8217;s a CLI app)</p>
<p><a href="http://www.accesspdf.com/pdftk/" rel="nofollow">http://www.accesspdf.com/pdftk/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mlambie</title>
		<link>http://pathfindersoftware.com/2009/07/whats-the-best-way-to-programmatically-edit-a-pdf-in-ruby/#comment-9687</link>
		<dc:creator>mlambie</dc:creator>
		<pubDate>Thu, 23 Jul 2009 04:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=3293#comment-9687</guid>
		<description>I had this exact same problem to solve recently, and settled on passing a bunch of JSON out to a PHP service as I wasn&#039;t happy with any of the tools for editing or creating PDFs with Ruby (and Rails).

I needed to write on top of a PDF template and managed to do so with little issue using FPDF and FPDI on PHP. I know it&#039;s not Ruby but it solved my issue in the short term, and might be useful for others.</description>
		<content:encoded><![CDATA[<p>I had this exact same problem to solve recently, and settled on passing a bunch of JSON out to a PHP service as I wasn&#8217;t happy with any of the tools for editing or creating PDFs with Ruby (and Rails).</p>
<p>I needed to write on top of a PDF template and managed to do so with little issue using FPDF and FPDI on PHP. I know it&#8217;s not Ruby but it solved my issue in the short term, and might be useful for others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alan</title>
		<link>http://pathfindersoftware.com/2009/07/whats-the-best-way-to-programmatically-edit-a-pdf-in-ruby/#comment-9686</link>
		<dc:creator>alan</dc:creator>
		<pubDate>Thu, 23 Jul 2009 03:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=3293#comment-9686</guid>
		<description>I forgot to mention, you won&#039;t beat html styling in other libraries, and certain packages (of royal lineage - for example) suck at converting html to pdf.</description>
		<content:encoded><![CDATA[<p>I forgot to mention, you won&#8217;t beat html styling in other libraries, and certain packages (of royal lineage &#8211; for example) suck at converting html to pdf.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alan</title>
		<link>http://pathfindersoftware.com/2009/07/whats-the-best-way-to-programmatically-edit-a-pdf-in-ruby/#comment-9685</link>
		<dc:creator>alan</dc:creator>
		<pubDate>Thu, 23 Jul 2009 03:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=3293#comment-9685</guid>
		<description>I&#039;ve dealt with this, and maybe you&#039;ll think this is stupid, but you&#039;ll get the best fidelity out of a print to pdf solution (through cups). There are walkthroughs out there for setting up the cups/pdf print. Anyways, try putting on your mozrepl boots and march through loading up the page to print (as a url), and print. Obviously, this is single user account based, so go ahead and create buttloads of user accounts and a nice dynamic load balancer / queue for pdf gen requests. In the end, you&#039;ll have a beautifully orchestrated telnet directed circus, replete with lions, tigers, and pdfs.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve dealt with this, and maybe you&#8217;ll think this is stupid, but you&#8217;ll get the best fidelity out of a print to pdf solution (through cups). There are walkthroughs out there for setting up the cups/pdf print. Anyways, try putting on your mozrepl boots and march through loading up the page to print (as a url), and print. Obviously, this is single user account based, so go ahead and create buttloads of user accounts and a nice dynamic load balancer / queue for pdf gen requests. In the end, you&#8217;ll have a beautifully orchestrated telnet directed circus, replete with lions, tigers, and pdfs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ehsanul</title>
		<link>http://pathfindersoftware.com/2009/07/whats-the-best-way-to-programmatically-edit-a-pdf-in-ruby/#comment-9684</link>
		<dc:creator>ehsanul</dc:creator>
		<pubDate>Thu, 23 Jul 2009 00:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=3293#comment-9684</guid>
		<description>Also, have you tried asking on stack overflow? Ruby IRC chat? Could prove useful.</description>
		<content:encoded><![CDATA[<p>Also, have you tried asking on stack overflow? Ruby IRC chat? Could prove useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ehsanul</title>
		<link>http://pathfindersoftware.com/2009/07/whats-the-best-way-to-programmatically-edit-a-pdf-in-ruby/#comment-9683</link>
		<dc:creator>ehsanul</dc:creator>
		<pubDate>Thu, 23 Jul 2009 00:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=3293#comment-9683</guid>
		<description>I&#039;m all for Ruby (it&#039;s my favorite language at the moment). But if you can&#039;t find any good library in ruby for this, then perhaps in this case it would be a good idea to look elsewhere.</description>
		<content:encoded><![CDATA[<p>I&#8217;m all for Ruby (it&#8217;s my favorite language at the moment). But if you can&#8217;t find any good library in ruby for this, then perhaps in this case it would be a good idea to look elsewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John McCaffrey</title>
		<link>http://pathfindersoftware.com/2009/07/whats-the-best-way-to-programmatically-edit-a-pdf-in-ruby/#comment-9682</link>
		<dc:creator>John McCaffrey</dc:creator>
		<pubDate>Wed, 22 Jul 2009 15:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=3293#comment-9682</guid>
		<description>I&#039;ll have to check this out, it seems like being deeply familiar with iText, and being able to create good docs from any programming stack would be good for me anyway as this is something that comes up on every project no matter if its Java, Rails, .Net or PHP. Thanks for the tip (I&#039;ll have to find that article and contact the author)

[WORDPRESS HASHCASH] The poster sent us &#039;0 which is not a hashcash value.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll have to check this out, it seems like being deeply familiar with iText, and being able to create good docs from any programming stack would be good for me anyway as this is something that comes up on every project no matter if its Java, Rails, .Net or PHP. Thanks for the tip (I&#8217;ll have to find that article and contact the author)</p>
<p>[WORDPRESS HASHCASH] The poster sent us &#8217;0 which is not a hashcash value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John McCaffrey</title>
		<link>http://pathfindersoftware.com/2009/07/whats-the-best-way-to-programmatically-edit-a-pdf-in-ruby/#comment-9681</link>
		<dc:creator>John McCaffrey</dc:creator>
		<pubDate>Wed, 22 Jul 2009 15:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=3293#comment-9681</guid>
		<description>I&#039;ve heard good things about princexml, and the ruby wrappers for it, but I balked at the price, given the pdf requirements that I was aware of at the time I was making my selection. I think if the reports I&#039;m generating need to go beyond the formatting I&#039;m able to get with Prawn now, I&#039;m going to start looking into princeXml and seeing what it can do. (do you have any issue with the pricing when running in production, or is all your stuff on a single &#039;server&#039; anyway? - I guess I could say its on a single physical server, independent of how many VMs are running in the cluster/cloud)

[WORDPRESS HASHCASH] The poster sent us &#039;0 which is not a hashcash value.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve heard good things about princexml, and the ruby wrappers for it, but I balked at the price, given the pdf requirements that I was aware of at the time I was making my selection. I think if the reports I&#8217;m generating need to go beyond the formatting I&#8217;m able to get with Prawn now, I&#8217;m going to start looking into princeXml and seeing what it can do. (do you have any issue with the pricing when running in production, or is all your stuff on a single &#8216;server&#8217; anyway? &#8211; I guess I could say its on a single physical server, independent of how many VMs are running in the cluster/cloud)</p>
<p>[WORDPRESS HASHCASH] The poster sent us &#8217;0 which is not a hashcash value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MattR</title>
		<link>http://pathfindersoftware.com/2009/07/whats-the-best-way-to-programmatically-edit-a-pdf-in-ruby/#comment-9680</link>
		<dc:creator>MattR</dc:creator>
		<pubDate>Wed, 22 Jul 2009 03:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=3293#comment-9680</guid>
		<description>Pragmatic Programmers uses iText to create the personalised stamps on the PDF versions of their books. (From the article in PragPub it looks as if this is done as an edit to an existing PDF master copy, too.)

It&#039;s a fairly short article (no technical details), but it may be worth contacting them for more info to see if it could suit your needs.</description>
		<content:encoded><![CDATA[<p>Pragmatic Programmers uses iText to create the personalised stamps on the PDF versions of their books. (From the article in PragPub it looks as if this is done as an edit to an existing PDF master copy, too.)</p>
<p>It&#8217;s a fairly short article (no technical details), but it may be worth contacting them for more info to see if it could suit your needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Anderson</title>
		<link>http://pathfindersoftware.com/2009/07/whats-the-best-way-to-programmatically-edit-a-pdf-in-ruby/#comment-9679</link>
		<dc:creator>George Anderson</dc:creator>
		<pubDate>Wed, 22 Jul 2009 02:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=3293#comment-9679</guid>
		<description>Have you looked at http://www.princexml.com/ ?  It&#039;s been bullet-proof for me, but may be overkill for your needs.</description>
		<content:encoded><![CDATA[<p>Have you looked at <a href="http://www.princexml.com/" rel="nofollow">http://www.princexml.com/</a> ?  It&#8217;s been bullet-proof for me, but may be overkill for your needs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (User agent is rejected)
Page Caching using memcached (User agent is rejected)

Served from: pathfindersoftware.com @ 2012-02-10 02:55:20 -->
