PdfWriteHandle


interface PdfWriteHandle : Closeable


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

Summary

Public functions

suspend Unit

Writes the contents of the PDF to destination.

Inherited functions

From java.io.Closeable

Public functions

writeTo

Added in 1.0.0-alpha13
suspend fun writeTo(destination: ParcelFileDescriptor): Unit

Writes the contents of the PDF to destination.

Parameters
destination: ParcelFileDescriptor

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