<div dir="ltr">Hi,<div><br></div><div style>I think the important question is, do you need to do complex but flexible layouts? Ie, do you have multiple dynamic text bodies that need to flow automatically. As opposed to having a fixed layout where you know the absolute positions of all elements in your document, or have a single wall of text flowing over multiple pages.  </div>
<div style><br></div><div style>If you have to do flexible layouts, you are best off using FOP.  Use your favourite templating engine to inject your data and create a xsl:fo document, which you pass to FOP. To do professional quality documents with complex layouts, nothing beats this methodology. Highly recommended. </div>
<div style><br></div><div style>Regards</div><div style>-</div><div style>Avik</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Feb 12, 2013 at 3:06 PM, Luke Saunders <span dir="ltr"><<a href="mailto:luke@sketchconsulting.com" target="_blank">luke@sketchconsulting.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi LRUG<div><br></div><div>Can anyone with recent experience in this recommend the best tool to use in order to generate a PDF from a Ruby (Rails) app?</div>
<div><br></div><div>Said PDF will be an A4 document, with a title page, followed by 5-10 content pages each with a standard header / footer including page numbers. Content pages consist of headings and paragraphs, along with some embedded images.</div>


<div><br></div><div>I used <a href="https://github.com/prawnpdf/prawn" target="_blank">prawn</a> once to generate a business card sized PDF and that was fine, but I'm wondering if perhaps a markup, maybe like LaTeX would be wise to generate this kind of doc.</div>


<div><br></div><div>Keen to make the right choice and I think making the wrong choice could eat a lot of time here.</div><div><br></div><div>Thanks!</div><span class="HOEnZb"><font color="#888888"><div>Luke.</div>
</font></span><br>_______________________________________________<br>
Chat mailing list<br>
<a href="mailto:Chat@lists.lrug.org">Chat@lists.lrug.org</a><br>
<a href="http://lists.lrug.org/listinfo.cgi/chat-lrug.org" target="_blank">http://lists.lrug.org/listinfo.cgi/chat-lrug.org</a><br>
<br></blockquote></div><br></div>