URL links to PDF using OpenOffice

Inizio della pagina
Allegati:
Messaggio come e-mail
+ (text/plain)
Delete this message
Reply to this message
Autore: Karl Bielefeldt
Data:  
Oggetto: URL links to PDF using OpenOffice
> Can Postscript files be merged?

I'm not sure if is the proper way to do it or not, but I had success with my latest 60 page term paper by just concatenating the ps files. In other words: cat file1.ps file2.ps > combined.ps

And then running the ps2pdf utility on the combined.ps file.

--Karl