| Changed Constructors |
PdfWriter(
File)
|
Change in exceptions thrown from java.io.FileNotFoundException to java.io.IOException. |
Create a PdfWriter writing to the passed File and with default writer properties. |
PdfWriter(
OutputStream,
WriterProperties
)
|
Documentation changed from old to new. |
Creates PdfWriter instance, which writes to the passed OutputStream, using provided WriterProperties. |
PdfWriter(
String)
|
Change in exceptions thrown from java.io.FileNotFoundException to java.io.IOException. |
Create a PdfWriter writing to the passed filename and with default writer properties. |
PdfWriter(
String,
WriterProperties
)
|
Change in exceptions thrown from java.io.FileNotFoundException to java.io.IOException. |
Create a PdfWriter writing to the passed filename and using the passed writer properties. |