Class PostScript

java.lang.Object
com.datalogics.PDFL.Element
com.datalogics.PDFL.PostScript

public class PostScript extends Element
An XObject stream with the subtype PostScript. A PostScript XObject is an XObject stream with the subtype entry of PostScript. The XObject contains a fragment of code expressed in the PostScript language.

PostScript External Objects are not recommended.

  • Constructor Details

    • PostScript

      public PostScript(InputStream stream)
      General constructor
      Parameters:
      stream - java.io.InputStream stream that contains PostScript code
  • Method Details

    • delete

      public void delete()
      Overrides:
      delete in class Element
    • getStream

      public PDFStream getStream()
      Retrieve the PDFStream for the PostScriptX object that contains the PostScript code.