Brett Parker wrote:
Quick and dirty way - save them to .ps (postscript) files and then use ps2pdf, unfortunately, any text won't then be text in the pdf.
Longer and more involved way: use something like latex to relayout the document then use pdflatex to create the pdf files.
Thanks for that, Brett. ps2pdf works a treat :)
Is there any way to specify file size/page size etc? I don't see anything in the documentation so I suspect there isn't...
Jo