ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PDFReaderSeekFirst (Function)
Initializes the search for a text in a PDF file displayed by the PDF Reader control and positions on the first occurrence found (from the current page).
<PDF Reader>.SeekFirst (Function)
Initializes the search for a text in a PDF file displayed by the PDF Reader control and positions on the first occurrence found (from the current page).
pdfSignature (Type of variable)
The pdfSignature type is used to define the advanced characteristics of the signature that will be applied to a PDF file when signing an existing PDF (via PDFSign).
Downloading a report in PDF format on the computer of the Web user
To propose to download a report in PDF format on the computer of the Web user, you must......
PDF Reader control events
PDFToText (Function)
Extracts text from a PDF file.
<pdfDocument variable>.ToText (Function)
Extracts text from a PDF file.
PDFPassword (Function)
Protects a PDF document with a password.
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
PDFReaderSave (Function)
Saves the content of a PDF Reader to a file.
ScanToPDF (Function)
Saves a document from a scanner to a PDF file.
iParameterPDF (Function)
Defines the options for the generated PDF file.
PDFNbSignatures (Function)
Gets the number of signatures in a PDF document.
PDFGetSignature (Function)
Gets the signature of a PDF document as a buffer.
<Scanner variable>.ToPDF (Function)
Saves a document from a scanner to a PDF file.
<pdfDocument variable>.NbSignatures (Function)
Gets the number of signatures in a PDF document.
<pdfDocument variable>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
<PDF reader>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
PDFSign (Function)
Applies an approval signature to an existing PDF.
1
2
3
4
5
6
26
>