ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PDFGetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
FocusColor (Property)
The FocusColor property gets and sets the color used to highlight input fields in a PDF form (displayed in a PDF Reader control). This new property is available from WINDEV Suite SaaS 2025 Update 3....
iSequencingAddPDF (Function)
Adds a print of PDF document into a sequence of report prints.
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
HTMLEditorToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
PDFNumberOfPages (Function)
Returns the total number of pages found in a PDF file.
<HTML editor>.ToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
iSetAdditionalXMP (Function)
Adds XMP tags to the metadata of the generated PDF file.
<PDF reader>.GoToBookmark (Function)
Sets the position directly on the desired bookmark in the PDF document.
PDFReaderGoToBookmark (Function)
Sets the position directly on the desired bookmark in the PDF document.
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
<Variable pdfDocument>PageExtract (Function)
Extracts a page from a PDF file in a variable of type Image.
PDFIsProtected (Function)
Checks whether the PDF file requires a password to be read.
1
3
4
5
6
7
26
>