firstlookmedia / pdf-redact-tools

a set of tools to help with securely redacting and stripping metadata from documents before publishing
Other
530 stars 50 forks source link

Scale output to a constant output format (A4) #16

Open Wikinaut opened 8 years ago

Wikinaut commented 8 years ago

Redacted images may have different sizes. Add an optional flag to force constant output size.

Wikinaut commented 8 years ago

http://stackoverflow.com/a/14538863/731798 has a working one-liner, which simply can be used as an after-burner to the output of pdf-redact-tools -merge :

gs -o out.pdf -sDEVICE=pdfwrite -sPAPERSIZE=a4 -dFIXEDMEDIA -dPDFFitPage -dCompatibilityLevel=1.4 in.pdf