ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<PDF reader>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
Creating an executable file
Once the development of your WINDEV application is completed (windows, reports, queries, etc.)...
<pdfDocument variable>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example).
<PDF reader>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
CertificateSignString (Function)
Creates the signature of a character string.
<pdfDocument variable>.NbSignatures (Function)
Gets the number of signatures in a PDF document.
CertificateSignExecutable (Function)
Signs an executable file with a certificate.
PDFVerifySignatures (Function)
Checks the validity of PDF signatures.
Note: This function is only available from version 2025 Update 1.
<PDF reader>.NbSignatures (Function)
Gets the number of signatures in a PDF Reader control.
<pdfDocument variable>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
PDFNbSignatures (Function)
Gets the number of signatures in a PDF document.
Managing certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity.
PDFGetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
PDFGetSignature (Function)
Gets the signature of a PDF document as a buffer.
<pdfDocument variable>.VerifySignatures (Function)
Checks the validity of PDF signatures.
Note: This function is only available from version 2025 Update 1.
XMLVerifySignature (Function)
Verifies the signature of an XML node.
Creating an executable: Manifest management
When running an executable, Windows Vista (and later) performs several checks regarding the rights...
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
8. Smart controls
Ouvre une fenêtre de type popup en précisant sa position d'ouverture et attend sa fermeture....
10. Smart controls
Smart controls...
Report controls
Several types of controls can be handled in a report created by the report editor......
SOAPAddXMLSignature (Example)
Usage example of the SOAPAddXMLSignature function
Constants for managing certificates
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW...
JWTCreateAssertion (Function)
Creates a JWT assertion. This new function is available from WINDEV Suite SaaS 2025 Update 1....
SOAPAddSAMLAssertion (Example)
Usage example of the SOAPAddSAMLAssertion function
<wsRequest variable>.AddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
1
2
3
4
5
6
10
>