Creates and initializes new PdfWriter class instance.
| Name | Description | |
|---|---|---|
|
|
PdfWriter() |
Creates and initializes new PdfWriter class instance. |
|
|
PdfWriter(Stream) |
Creates and initializes new PdfWriter class instance. It also opens this writer on specified stream. |
|
|
PdfWriter(String) |
Creates and initializes new PdfWriter class instance. It also opens this writer on specified file. |