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 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 with either file I/O 
> problems or too many file opened problem.  I am hoping that this can be done 
> within matplotlib and not require yet another package.
>
> Thanks,
>  
> --
> John Henry
>
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
>   


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to