Search found 2 matches
- 2016-09-09T09:25:57-07:00
- Forum: Users
- Topic: Adding a blank page to an existing PDF
- Replies: 3
- Views: 4942
Re: Adding a blank page to an existing PDF
Searchable text in the PDF is not a requirement, so I'm okay with using IM to do this. I guess I will play with the density settings to see if I can find an acceptable output. Thanks!
- 2016-09-02T14:52:25-07:00
- Forum: Users
- Topic: Adding a blank page to an existing PDF
- Replies: 3
- Views: 4942
Adding a blank page to an existing PDF
Version: ImageMagick 6.9.2-5 Q16 x64 2015-10-31 Platform: Windows From the command-line I'm trying to create and append a blank page to an existing PDF, and maintain existing print quality. Here's the command I am using: convert -density 300x300 -compress JPEG 4Page.pdf ( xc:none -page A4 ) -adjoin ...