Class PDFDPart

All Implemented Interfaces:
PDFWritable

public class PDFDPart extends PDFDictionary
  • Constructor Details

  • Method Details

    • addPage

      public void addPage(PDFPage p)
    • output

      public int output(OutputStream stream) throws IOException
      Description copied from class: PDFDictionary
      Write the PDF represention of this object
      Overrides:
      output in class PDFDictionary
      Parameters:
      stream - the stream to write the PDF to
      Returns:
      the number of bytes written
      Throws:
      IOException - if there is an error writing to the stream