Package com.harissk.pdfium.exception
See: Description
-
Class Summary Class Description PdfiumException A base class for exceptions that can occur when using the Pdfium library. FileNotFoundException Thrown when a PDF file is not found. InvalidFormatException Thrown when the PDF file is not in a valid format. IncorrectPasswordException Thrown when the provided password is incorrect. UnsupportedSecurityException Thrown when the PDF file uses an unsupported security method. PageNotFoundException Thrown when a requested page is not found in the PDF document. UnknownException Thrown when an unknown error occurs during PDF processing. PageRenderingException Exception thrown when an error occurs during page rendering.