summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlgs/lib/pdfopt.ps
diff options
context:
space:
mode:
authorReinhard Kotucha <reinhard.kotucha@web.de>2008-04-27 12:21:15 +0000
committerReinhard Kotucha <reinhard.kotucha@web.de>2008-04-27 12:21:15 +0000
commit1561025730401799ab38b5568fefdb44f3c7cd90 (patch)
tree9633f052e1d7b82b26f0cae0641a67a15d9c8336 /Master/tlpkg/tlgs/lib/pdfopt.ps
parenta256edfd694e954c747687da218917244add5bd9 (diff)
tlpkg/tlgs: Update to gs 8.62.
git-svn-id: svn://tug.org/texlive/trunk@7680 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlgs/lib/pdfopt.ps')
-rw-r--r--Master/tlpkg/tlgs/lib/pdfopt.ps6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/tlgs/lib/pdfopt.ps b/Master/tlpkg/tlgs/lib/pdfopt.ps
index 1ed2116cbe7..bd2cbe6630a 100644
--- a/Master/tlpkg/tlgs/lib/pdfopt.ps
+++ b/Master/tlpkg/tlgs/lib/pdfopt.ps
@@ -13,7 +13,7 @@
% contact Artifex Software, Inc., 101 Lucas Valley Road #110,
% San Rafael, CA 94903, U.S.A., +1(415)492-9861.
-% $Id: pdfopt.ps 8005 2007-05-26 13:13:33Z alexcher $
+% $Id: pdfopt.ps 8251 2007-09-26 04:37:20Z alexcher $
% PDF linearizer ("optimizer").
.currentglobal true .setglobal
@@ -389,7 +389,7 @@ userdict /clostreams 20 dict put % stream -> [data endproc]
dup /Threads .knownget {
omforce dup //null ne { { omvisit } forall } { pop } ifelse
} if
- dup /AcroForm .knownget { omvisit } if
+ dup /AcroForm .knownget { omvisitnopage } if
pop
} visited
} bind def
@@ -433,7 +433,7 @@ userdict /clostreams 20 dict put % stream -> [data endproc]
exch omvisit
% Visit Annots, if any.
% We don't try to defer the drawing information.
- dup /Annots .knownget { omvisit } if
+ dup /Annots .knownget { omvisitnopage } if
% Visit beads.
dup /B .knownget { omvisit } if
% Visit resources dictionaries.