- Overview
- Simple operations on PDF files
- Advanced operations on PDF files
PDF is one of the most widely used formats for transmitting and storing electronic documents. Several methods can be used to create or manage PDF files: Simple operations on PDF files Various functions allow you to perform simple operations on PDF files. These functions directly handle the PDF file:
| | PDFIsProtected | Checks whether the PDF file requires a password in order to be read. | PDFExtractPage | Returns an Image type variable containing a page from a PDF file. | PDFMerge | Merges several existing PDF files into a single PDF file. The files are merged one after another. The paths of PDF files can be found in an array. | PDFMergeWithPassword | Merges several existing and password-protected PDF files into a single PDF file. | PDFPassword | Protects a PDF document with a password. | PDFNumberOfPages | Returns the total number of pages found in a PDF file. | PDFToText | Extracts the text found in a PDF file. |
This page is also available for…
|
|
|
|