Using Perl, how can I combine or merge the sample PDF files into a single PDF file?
|
|
CAM::PDF can do this quite easily, and has a simple command-line front end to help. Note: I'm the author of that library. Example:
|
|||
|
|
|
|
Why do you need to do it from Perl? Chris has already mentioned CAM::PDF. If you just need to merge them, pdftk (PDF ToolKit) works just fine. It's a simple command line:
|
||
|
|
|
|
You can use the GhostScript utility |
||||||
|
