When we use includegraphics together with trim and clip, the images don't actually get changed, but it simply hides parts of the images, so the PDF files become very large, and the files are less compatible (e.g. can't be opened with Libre Office).
Any solutions? Can we somehow make includegraphics work? Are there tools to post-process the PDF files and fix the images?
Graphics, Figures & Tables ⇒ That includegraphics / trim / clip bug
NEW: TikZ book now 40% off at Amazon.com for a short time.
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
That includegraphics / trim / clip bug
You might try Heiko Oberdiek's PDFcrop tool (https://ctan.org/pkg/pdfcrop), which ships with TeXLIVE on my distribution. Its main feature is to automatically remove whitespace from the edges, but it also allows you to set margins and clip much like
graphicx does.
