PdfWriteHandle


public interface PdfWriteHandle extends Closeable


Represents a handle for writing the contents of a PDF to a destination.

Summary

Public methods

abstract void

Writes the contents of the PDF to destination.

Inherited methods

From java.io.Closeable
abstract void

Public methods

writeTo

Added in 1.0.0-alpha13
abstract void writeTo(@NonNull ParcelFileDescriptor destination)

Writes the contents of the PDF to destination.

Parameters
@NonNull ParcelFileDescriptor destination

The ParcelFileDescriptor to write to. The caller is responsible for closing destination.