ExQPDF.Handle (ExQPDF v0.1.0)

View Source

A handle to a PDF file that has been successfully opened.

This struct contains information about a PDF file and is used for operations that require continued access to the same file.

Summary

Types

t()

@type t() :: %ExQPDF.Handle{password: String.t() | nil, path: String.t()}