Interface PDFBox.Writer<T>

Enclosing class:
PDFBox

public static interface PDFBox.Writer<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(org.apache.pdfbox.pdmodel.PDDocument doc, T dto)
     
  • Method Details