Package | Description |
---|---|
com.itextpdf.text.pdf |
Modifier and Type | Field | Description |
---|---|---|
protected PdfDocument |
PdfContentByte.pdf |
This is the PdfDocument
|
protected PdfDocument |
PdfWriter.pdf |
the pdfdocument object.
|
Modifier and Type | Method | Description |
---|---|---|
PdfDocument |
PdfContentByte.getPdfDocument() |
Gets the
PdfDocument in use by this object. |
Constructor | Description |
---|---|
PdfAWriter(PdfDocument document,
java.io.OutputStream os,
PdfAConformanceLevel conformanceLevel) |
Constructs a
PdfAWriter . |
PdfWriter(PdfDocument document,
java.io.OutputStream os) |
Constructs a
PdfWriter . |
Copyright © 1998–2018. All rights reserved.