Combines multiple PDF files into a single PDF file.
The file instance object representing the target PDF file.
The data of the files to be combined.
A boolean indicating whether the operation was successful.
Compares two PDF documents to check if they are equal.
The file instance object representing the first PDF file.
The file instance object representing the second PDF file.
The password for the PDF files, if they are encrypted.
A boolean indicating whether the documents are equal.
Deletes unused options from the given PDF file.
The file instance object representing the PDF file.
The gap parameter used in the deletion process.
A boolean indicating whether the operation was successful.
Checks if a given PDF file is encrypted.
The file instance object representing the PDF file.
A boolean indicating whether the file is encrypted.
Represents the PdfGeneralObject within the MegaScript context. Provides methods for PDF manipulation, such as deleting unused options, comparing documents, checking encryption, and combining files.