Rahul
Dead Member
how can i merge a few pdf's into one pdf file?
thanks heaps.....works exactly like i want it to!Originally posted by Fosweb
If you have acrobat, you can use that.
If you have Jaws PDF Editor you can also use that.
Get the Jaws trial from: http://www.jawspdf.com/pdf_editor/index.html
#!/bin/bash
pdf2ps $1 > $1.ps && pdf2ps $2 > $2.ps && cat $1.ps $2.ps | ps2pdf > joined.pdf
Originally posted by saladsurgery
shoosh with the *nix. you're the only person here who uses it seriously, i think.