Pdftk append pdf and more
מתוך R63
being able to append, rearrange, delete pages, and so forth for pdf file / files
Merge Two or More PDFs into a New Document
pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf
or (Using Wildcards):
pdftk *.pdf cat output combined.pdf
ניתן גם להסיר דף מ- PDF קיים... For example, to extract pages 22-36 from a 100-page PDF file using pdftk:
pdftk A=100p-inputfile.pdf cat A22-36 output outfile_p22-p36.pdf
other tool
http://community.coherentpdf.com/
pdfpdf