You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compares/comparesLaunch.php – Launches a PDF comparison process between two specified documents and downloads the result.
php UsesCases/Compares/comparesLaunch.php
Compares/comparesHelper.php – Provides helper functions for file upload, download, and path management in PDF comparison tasks.
CompressDocument
CompressDocument/compressPdf.php – Uploads a PDF document, compresses it with specific optimization settings (images, fonts, streams), and downloads the smaller file.
php UsesCases/CompressDocument/compressPdf.php
CreateDocument
CreateDocument/createPdf.php – Creates a new multi-page PDF document with custom page dimensions, display properties, and document metadata.
EncryptDecrypt/decryptDocument.php – Uploads a password-protected PDF, decrypts it using a provided password, and downloads the unlocked document.
php UsesCases/EncryptDecrypt/decryptDocument.php
EncryptDecrypt/encryptDocument.php – Uploads a PDF, encrypts it with specified user and owner passwords using an encryption algorithm, and downloads the secured document.
php UsesCases/EncryptDecrypt/encryptDocument.php
HeaderFooter
HeaderFooter/appendImageFooter.php – Uploads a PDF and an image, then appends the image as a background footer to all pages of the document.
php UsesCases/HeaderFooter/appendImageFooter.php
HeaderFooter/appendImageHeader.php – Uploads a PDF and an image, then appends the image as a background header to all pages of the document.
Tables/add/appendTable.php – Uploads a PDF and appends a new formatted table with a header and data rows to a specified page.
php UsesCases/Tables/add/appendTable.php
Tables/get/getTablesAndShow.php – Uploads a PDF and retrieves the list of all tables or the detailed structure of a specific table by its ID.
php UsesCases/Tables/get/getTablesAndShow.php
Tables/remove/removeTables.php – Uploads a PDF and deletes a specific table by its ID or removes all tables from a specified page, then downloads the result.
php UsesCases/Tables/remove/removeTables.php
Tables/replace/replaceTable.php – Uploads a PDF and replaces an existing table with a new, formatted table using the specified table ID.