URL links to PDF using OpenOffice

Góra strony
Załączniki:
Wiadomość jako email
+ (text/plain)
Delete this message
Reply to this message
Autor: Karl Bielefeldt
Data:  
Temat: 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