ghostscript can do it
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=123.pdf 1.pdf
2.pdf 3.pdf
Bill
[EMAIL PROTECTED] wrote:
> Hi list,
>
> I am using matplotlib to create single page plots and the whole process works
> fine. However, when I am done, I end up with lots of single page
[EMAIL PROTECTED] writes:
> I am using matplotlib to create single page plots and the whole
> process works fine. However, when I am done, I end up with lots of
> single page pdf files. Is there a way to get matplotlib to combine
> them all into a single PDF file?
No, at least not currently. Tool
Hi list,
I am using matplotlib to create single page plots and the whole process works
fine. However, when I am done, I end up with lots of single page pdf files.
Is there a way to get matplotlib to combine them all into a single PDF file?
I tried using another package PyPDF but ended up wit