URL links to PDF using OpenOffice

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Karl Bielefeldt
Date:  
Subject: 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