Java android.graphics.pdf PdfDocument fields, constructors, methods, implement or subclass

Example usage for Java android.graphics.pdf PdfDocument fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.graphics.pdf PdfDocument.

The text is from its open source code.

Constructor

PdfDocument()
Creates a new instance.

Method

voidclose()
Closes this document.
voidfinishPage(Page page)
Finishes a started page.
PagestartPage(PageInfo pageInfo)
Starts a page using the provided PageInfo .
voidwriteTo(OutputStream out)
Writes the document to an output stream.