PdfDocument
is the class that is used by PdfWriter
to translate a Document
into a PDF with different pages. A PdfDocument
always listens to a Document
and adds the Pdf representation of every Element
that is added to the Document
.
@see com.itextpdf.text.Document
@see com.itextpdf.text.DocListener
@see PdfWriter
@since 2.0.8 (class was package-private before)
|
|