Interface PDFWriter


public interface PDFWriter
Author:
osc
  • Field Details

  • Method Details

    • open

      void open(int pageSize)
    • close

      void close()
    • getWidth

      float getWidth()
    • getHeight

      float getHeight()
    • getGraphics2D

      Graphics2D getGraphics2D()
    • toByteArray

      byte[] toByteArray()
    • toDocument

      PDFDocument toDocument()