home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 September
/
PCWK996.iso
/
sharewar
/
95
/
narzedzi
/
ambra
/
ambr32a1.exe
/
FILE
/
ARCHIVE.Z
/
ACROBAT
/
VIEWER32.EXE
/
PSPROCSET
/
7
< prev
next >
Wrap
Text File
|
1996-02-22
|
721b
|
32 lines
%%BeginFile: pdfimage.prc
%%Copyright: Copyright 1987-1993 Adobe Systems Incorporated. All Rights Reserved.
% PDF image operators setup
PDF /PDFImage 38 dict put
PDF /PDFIVars 20 dict put
PDF /PDFImage get begin
% initialization
/initialize { /BI isdefined? not { PDFImage begin } if } bd
/terminate { currentdict PDFImage eq { end } if } bd
% for processing filters
/nulldict 0 dict def
% Utility functions: gv and pv
% Gets a key from the PDFIVars and puts a key into the PDFIVars
/gv { PDFIVars exch get } bd
/pv { PDFIVars 3 1 roll put } bd
% Begin image definition
/BI { save /savelevel exch pv mark } bd
% End Image
/EI { /savelevel gv restore } bd
end % PDFImage
%%EndFile