|
|
|
|
- Overview
- Simple operations on PDF files in WLanguage
- Handling the content of a PDF file in WLanguage
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 in WLanguage Various functions allow you to perform simple operations on PDF files. These functions directly handle the PDF file:
| | PDFExtractPage | Extracts a page from a PDF file in a variable of type Image. | PDFIsProtected | Checks whether the PDF file requires a password in order to be read. | 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. | PDFNumberOfPages | Returns the total number of pages found in a PDF file. | PDFPassword | Protects a PDF document with a password. | PDFSign | Applies an approval signature to an existing PDF. | PDFToText | Extracts the text found in a PDF file. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|