URL links to PDF using OpenOffice

Page principale
Attachements:
Message en tant que courrier électronique
+ (text/plain)
Supprimer ce message
Répondre à ce message
Auteur: Karl Bielefeldt
Date:  
Sujet: 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