16 Apr
2002
16 Apr
'02
6:47 p.m.
jo@yee-ha.demon.co.uk <jo@yee-ha.demon.co.uk> wrote:
Hello List,
Anyone out there creating PDF files with Linux? If so, with what software?
Basically I have a bunch of stuff to scan and convert into PDF and jpg files. Jpg is easy but I'm not so sure about PDF....
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, Brett