Categories

Partners
  • IPowerWeb Hosting

  • Free Flash Website

  • Website Templates

  • Adobe Photoshop Tutorials

  • Bittorent and
    Google desktop programs

  • Free Stock Photos and Images

  • Adobe Photoshop Tutorials

  • Photoshop, Flash, 3dsmax tutorials

  • Merry Christmas Tree
  • Search


    Advanced Search










    PSD to HTML

    Adobe PostScript Document Structuring Comments
    Published  05/8/2006 | PostScript
       




    Adobe PostScript Document Structuring Comments

    DSC is an Adobe PostScript language commenting convention which permits processing of PS files without the processing programs needing language level knowledge of the PS file's contents.

    Applications which encapsulate EPS files, PS file viewer managers, such as Ghostview, and print spoolers are such programs. Based on the comments within the PS file, these programs are able to resize, relocate or rotate images; disassemble the PS files into usable components and then reassemble selected components into other useful forms; decide required resources and select appropriate printers and printer resources to display the file.

    DSC assumes that the file prolog, an individual page description and the file epilog when concatenated together will properly print that page.

    DSC assumes that each page is independent of each other page. In particular, it assumes that the page order is not significant and that the interpreter state is restored to the conditions that existed after the file prolog had been run at the completion of each page.

    DSC and its requirements on a PostScript program are described in considerable detail in Appendix G of the second edition of the PostScript language reference manual, a.k.a. the Red and White Book.

    Article Series
    This article is part 5 of a 6 part series. Other articles in this series are shown below:
    1. How to use Adobe PostScript language files properly
    2. The Basics
    3. Adobe PostScript language
    4. Adobe EPS
    5. Adobe PostScript Document Structuring Comments
    6. About extracting illustrations from print files