I have a PDF document containing pages which have crop marks on them. I'd like to copy these pages to another PDF without the crop marks. I'm assuming I have to crop-out the crop marks but is there any way to do this in batch rather than interactively?
|
feedback
|
|
You can install ImageMagick to create a small batch script example.bat:
This script temporarily convert the pdf pages into a series of images. Then crop all images (specify your width, height, x offset and y offset) Then reassembles all pages to new pdf file. For more information about ImageMagick: http://www.imagemagick.org/script/command-line-processing.php | |||||||
feedback
|
|
Briss lets you crop the margins of a pdf. It layers all the pages so you can visually crop them in one go. It takes maybe 20 seconds for you to do this for a pdf e-book. Then you can read it on the Kindle with all the original PDF formatting, but without wasting margin space. Usually the text size is around the same or a little bit smaller than the second smallest font size on the Kindle for ebook formats. I usually prefer it to Amazon's PDF converter service for PDF's that have images or code samples. | |||
|
feedback
|
|
K2pdfopt can do this.
As an example, to optimize all pdfs in the folder K2pdfopt is located, run | ||||
|
feedback
|
|
Nitro PDF worked well enough. I selected the area to crop and then applied it to all pages. Now it would be nice to enlarge the page. | |||
|
feedback
|