Class PdfPSXObject


public class PdfPSXObject extends PdfTemplate
Implements the PostScript XObject.
  • Constructor Details

    • PdfPSXObject

      protected PdfPSXObject()
      Creates a new instance of PdfPSXObject
    • PdfPSXObject

      public PdfPSXObject(PdfWriter wr)
      Constructs a PSXObject
      Parameters:
      wr -
  • Method Details

    • getFormXObject

      PdfStream getFormXObject() throws IOException
      Gets the stream representing this object.
      Overrides:
      getFormXObject in class PdfTemplate
      Returns:
      the stream representing this object
      Throws:
      IOException
    • getDuplicate

      public PdfContentByte getDuplicate()
      Gets a duplicate of this PdfPSXObject. All the members are copied by reference but the buffer stays different.
      Overrides:
      getDuplicate in class PdfTemplate
      Returns:
      a copy of this PdfPSXObject