Class PDFormContentStream

java.lang.Object
org.apache.pdfbox.pdmodel.PDAbstractContentStream
org.apache.pdfbox.pdmodel.PDFormContentStream
All Implemented Interfaces:
Closeable, AutoCloseable

public final class PDFormContentStream extends PDAbstractContentStream
  • Constructor Details

    • PDFormContentStream

      public PDFormContentStream(PDFormXObject form) throws IOException
      Create a new form XObject content stream.
      Parameters:
      form - The form XObject stream to write to.
      Throws:
      IOException - If there is an error writing to the form contents.