diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-15 00:05:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-15 00:05:12 +0000 |
commit | 90a433f9ea443c3b90c7c00c17f4ea621b50497a (patch) | |
tree | 101fcc1afe7460641a311968766fcea64a86897e /Master/texmf-dist/doc | |
parent | a3284885d98386fd05b934e65a642eeb1ac5093a (diff) |
pdfcrop 1.14 (12sep08)
git-svn-id: svn://tug.org/texlive/trunk@10596 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/support/pdfcrop/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/support/pdfcrop/README b/Master/texmf-dist/doc/support/pdfcrop/README index 8454a946a34..d9a0e4d6e21 100644 --- a/Master/texmf-dist/doc/support/pdfcrop/README +++ b/Master/texmf-dist/doc/support/pdfcrop/README @@ -1,4 +1,4 @@ -README for pdfcrop 2008/07/24 v1.13 +README for pdfcrop 2008/09/12 v1.14 TABLE OF CONTENTS ================= @@ -125,9 +125,10 @@ My environment for developing and testing: J. KNOWN PROBLEMS ================= -* Some Perl versions (newer Perl on Windows) miss open("-|"). - This should be fixed in version 1.11 by a workaround found in - http://perldoc.perl.org/perlfork.html. +* pdfcrop relies on Ghostscript for the calculation of the + Bounding Box. If Ghostscript returns wrong values or + cannot process the pdf file, it sometimes helps to try + another version of Ghostscript. K. HISTORY ========== @@ -151,6 +152,7 @@ K. HISTORY 2008/07/24 v1.13: open("-|")/workaround removed. Input files with unsafe file names are linked/copied to temporary file with safe file name. +2008/09/12 v1.14: Error detection for invalid Bounding Boxes. L. TODO ======= |