Example usage for Java android.graphics.pdf PdfDocument fields, constructors, methods, implement or subclass
The text is from its open source code.
PdfDocument() Creates a new instance. |
void | close() Closes this document. |
void | finishPage(Page page) Finishes a started page. |
Page | startPage(PageInfo pageInfo) Starts a page using the provided PageInfo . |
void | writeTo(OutputStream out) Writes the document to an output stream. |