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 >
Text File  |  1996-02-22  |  721b  |  32 lines

  1. %%BeginFile: pdfimage.prc
  2. %%Copyright: Copyright 1987-1993 Adobe Systems Incorporated. All Rights Reserved.
  3. % PDF image operators setup
  4.  
  5. PDF /PDFImage 38 dict put
  6.  
  7. PDF /PDFIVars 20 dict put
  8.  
  9. PDF /PDFImage get begin
  10.  
  11. % initialization
  12. /initialize { /BI isdefined? not { PDFImage begin } if } bd
  13. /terminate { currentdict PDFImage eq { end } if } bd
  14.  
  15. % for processing filters
  16. /nulldict 0 dict def
  17.  
  18. % Utility functions: gv and pv
  19. % Gets a key from the PDFIVars and puts a key into the PDFIVars
  20. /gv { PDFIVars exch get } bd
  21. /pv { PDFIVars 3 1 roll put } bd
  22.  
  23. % Begin image definition
  24. /BI { save /savelevel exch pv mark } bd
  25.  
  26. % End Image
  27. /EI { /savelevel gv restore } bd
  28.  
  29. end % PDFImage
  30.  
  31. %%EndFile
  32.