I have a pdf book that is not showing up completely. I have attached a screenshot of acrobat's print preview showing what the issue is. As you can see there is more conentent on the left of the page that is not showing up.
I have tried: Changing the paper size Changing the dimensions to "fit" Opening in Google docs Opening in mac's preview Opening in Google Books.
Any ideas of what I can try
This can be either a single page or a multiple page document. Select the Crop tool on the toolbar. In the toolbar below, select Add Margins. Hint: You can also access this feature by clicking either Edit, Page, Add Margins or Edit, Document, Add Margins on the PDF Annotator menu.
Click on Page Setup at the bottom of the section. In the Page Setup that appears, click on “Margins”. Set the margins and then press OK.
In order to insert border in PDF, you can click the "Comment" > "Rectangle" option. Then you can select a rectangle and drawn throughout the document.
As a late answer and when using Linux, one can use the command line tool "pdfjam".
Desired result: remove 0.5 cm from top and bottom of page, add 2 cm to right margin. Keep page size (important)
pdfjam --fitpaper true --trim "0cm 0.5cm -2cm 0.5cm" input.pdf -o output.pdf
Desired result: make right margin 1 cm larger and left margin 1 cm smaller
pdfjam --offset "-1cm 0cm" input.pdf -o output.pdf
The command below will move the content of the page 1 cm from right to left.
Documentation about pdfjam can be found here: http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic-research/firth/software/pdfjam
The combination of pdfinfo
, pdftk
and pdfjam
can be used to modify PDFs quickly on a more advanced level.
If I was you, I would check if PDF page boxes are correct. Especially if document looks fine in viewer but offset in print preview.
The issue might be caused by any of the boxes defined so they are outside of MediaBox.
Another approach to try is to impose this document onto other document with some offset. Others recommend Multivalent and Ghostscript for the task.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With