ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / PDF functions
  • Overview
  • Simple operations on PDF files in WLanguage
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Overview
PDF is one of the most widely used formats for sending and storing electronic documents.
There are several ways to create or manipulate PDF files:
Simple operations on PDF files in WLanguage
Several functions can be used to perform simple operations on PDF files. These functions allow you to directly manipulate a PDF file:
PDFExtractPageExtracts a page from a PDF file in a variable of type Image.
PDFIsProtectedChecks whether the PDF file requires a password to be read.
PDFMergeMerges several PDF files into a single PDF file. Files are merged one after the other. The paths of the PDF files can be included in an array.
PDFMergeWithPasswordMerges several password-protected PDF files into a single PDF file.
PDFNumberOfPagesReturns the total number of pages in a PDF file.
PDFPasswordProtects a PDF document with a password.
PDFSignAdds an approval signature to an existing PDF.
PDFToTextExtracts text from a PDF file.
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/14/2025

Send a report | Local help