home *** CD-ROM | disk | FTP | other *** search
/ Softimage 3D - Design Guide / SoftimageDG.iso / acrord32.exe / PSPROCSET / 1 next >
Text File  |  1996-11-04  |  1KB  |  28 lines

  1. %%BeginFile: l2check
  2. %%Copyright: Copyright 1993 Adobe Systems Incorporated. All Rights Reserved.
  3. /languagelevel where
  4. { pop languagelevel 1 eq }
  5. { true }
  6. ifelse
  7. {
  8. initgraphics /Helvetica findfont 18 scalefont setfont
  9. 72 600 moveto (Error: Your printer driver needs to be configured) dup show
  10. 72 580 moveto (for printing to a PostScript Level 1 printer.) dup show
  11. exch = =
  12. /Helvetica-Bold findfont 16 scalefont setfont
  13. 72 520 moveto (Windows and Unix) show
  14. /Times-Roman findfont 16 scalefont setfont
  15. 72 500 moveto (Select \252Level 1\272 in the PostScript options section) show
  16. 72 480 moveto (of the Acrobat Exchange or Reader print dialog.) show
  17. /Helvetica-Bold findfont 16 scalefont setfont
  18. 72 440 moveto (Macintosh) show
  19. /Times-Roman findfont 16 scalefont setfont
  20. 72 420 moveto (In the Chooser, select your printer driver.) show
  21. 72 400 moveto (Then select your printer and click the Setup button.) show
  22. 72 380 moveto (Follow any on-screen dialogs that may appear.) show
  23. showpage
  24. quit
  25. }
  26. if
  27. %%EndFile
  28.