Package-level declarations

Types

Link copied to clipboard

Thrown when a PDF file is not found.

Link copied to clipboard

Thrown when the provided password is incorrect.

Link copied to clipboard

Thrown when the PDF file is not in a valid format.

Link copied to clipboard

Thrown when a requested page is not found in the PDF document.

Link copied to clipboard
class PageRenderingException(val page: Int, throwable: Throwable) : Exception

Exception thrown when an error occurs during page rendering.

Link copied to clipboard
sealed class PdfiumException : Exception

A base class for exceptions that can occur when using the Pdfium library.

Link copied to clipboard

Thrown when an unknown error occurs during PDF processing.

Link copied to clipboard

Thrown when the PDF file uses an unsupported security method.