The pdfcrop tag has no wiki summary.
4
votes
1answer
133 views
How do I rescale cropped material with pdfcrop
I'm running pdfcrop (version 1.31) on Mac OSX. From what I read on pdfcrop page I should be able to rescale the size of the final document. The suggested approach is
pdfcrop infile.pdf letter ...
2
votes
1answer
175 views
Using pdfcrop within epstopdf?
Currently, my epstopdf is not able to convert eps to pdf correctly due to the boundingbox (atend) bug that the epstopdf does not support. However, I intend to use pdfcrop on the generated pdf file and ...
2
votes
1answer
130 views
A tool like pdfcrop2 that only *reduces margins from original* — as opposed to cropping and then allowing the addition of extra margins
I have a tool called pdfcrop2 that I've had for a while now. It's a perl script that fully crops PDF files to the actual content (removing all surrounding whitespace), and then allowing the addition ...
3
votes
2answers
619 views
pdfcrop does not work
I have just updated to MiKTeX 2.9
I am using Emacs and I run
pdflatex --shell-escape -interaction=nonstopmode "\input" Instructions.tex
pdfcrop gives me the following error
PDFCROP 1.33, ...
1
vote
1answer
137 views
pdfcrop fails to run on a file
I'm trying to remove the huge margins on the following PDF file for two pages per sheet printing:
http://math.stanford.edu/~vakil/216blog/FOAGaug1612public.pdf
When I run:
$ pdfcrop ...
4
votes
1answer
186 views
pdfcrop and --bbox command line option
This tool that's distributed with texlive has no actual documentation for the bbox parameter. It just says that
--bbox "<left> <bottom> <right> <top>"
What units do these ...
15
votes
2answers
1k views
The perfect pdfcrop
I need a "perfect" pdfcrop, one that crops exactly to the edge of the figure or text for alignment issues as a graphic in other programs. I'm aware of the standalone package, and have gone through ...
0
votes
0answers
226 views
pdfcrop for external pdf and colored background [closed]
This question is very close to pdfcrop fails to crop a PDF document with non-white background
However, that question (and answers) refers to a PDF created with LaTeX and my question is about cropping ...
18
votes
4answers
1k views
pdfcrop generates larger file?
I use pdfcrop to remove margins from a 10MB PDF, 400pages. Margins are properly removed, but the resulting PDF is 51MB large? Any suggestions?
6
votes
2answers
671 views
Crop entire document around figure
Have you ever submitted a LaTeX paper to a journal that wants separate figures? When you want to include a figure composed of a table of images, you must build it separately.
When I run latexpdf, I ...
1
vote
2answers
563 views
How can I create PDF & EPS exactly as big as my PSTricks picture but without using pdfcrop?
This question is made to accompany the existing question: How can I create a pdf document exactly as big as my tikz picture?.
Constraints:
It is not allowed to use pdfcrop by any means whatsoever. ...
2
votes
1answer
584 views
pdfcrop fails to crop a PDF document with non-white background
I have a PDF document created from the following input file.
\documentclass[cmyk,a4paper]{minimal}
\usepackage{geometry,xcolor}
\pagecolor{cyan}
\parindent=0bp
\begin{document}
\fbox{$\displaystyle ...
3
votes
1answer
222 views
5
votes
1answer
491 views
Searching for a better workflow to get a cropped PDF and EPS graphics - Stage 1
I am using TeX Live 2010. I don't use MikTeX anymore because of many troubles I found in the past.
Input files:
gridon.tex:
% gridon.tex
\documentclass{minimal}
\usepackage{pstricks}
...
1
vote
1answer
317 views
Is it possible to force auto-pst-pdf to use --hires option when it internally invokes pdfcrop?
What is --hires for?
To obtain a better result when cropping a pdf image produced by PSTricks, I use --hires option as follows
latex filename.tex
dvips filename.dvi
ps2pdf ...
