Portable document format (PDF) files remain a popular choice for business documents ranging from contracts and forms to manuals and reports, so there's a good chance you need to open them often.
This Python script allows you to resize PDF files to a specified page size and orientation. It can be used to resize all PDF files in a directory and save the resized versions in a specified output ...
I have a number of PDF documents containing scalable vector art and text, that need to be saved to bitmap (BMP and/or TGA format). I'm working on a bash script to convert them all from PDF to bitmaps ...