- out
- The output stream. Cannot be null.
Type Reason Java.IO.IOException If an error occurs while writing.
Writes the document to an output stream. You can call this method multiple times.
Note: Do not call this method after PdfDocument.Close. Also do not call this method if a page returned by PdfDocument.StartPage(.PageInfo) is not finished by calling PdfDocument.FinishPage(.Page).