ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PDFToText (Function)
Extract the text contained in an Document PDF.
<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.
<Variable pdfDocument>Sign (Function)
Applies an approval signature to an existing PDF.
<Scanner variable>.ToPDF (Function)
Saves a document from a scanner to a PDF file.
<Variable pdfDocument>ToText (Function)
Extract the text contained in an Document PDF.
<PDF reader>.Save (Function)
Saves the content of a PDF Reader to a file.
iAddBookmark (Function)
Adds a bookmark in the report viewer or when exporting to PDF.
DocToPDF (Function)
Converts a Word Processing document into a PDF file.
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
PDFReaderRotatePage (Function)
Rotates a page displayed in the PDF Reader control.
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
<PDF Reader>.RotatePage (Function)
Rotates a page displayed in the PDF Reader control.
<Word Processing>.ToPDF (Function)
Converts a Word Processing document into a PDF file.
PDFAddWatermark (Function)
Adds a watermark to all or some pages of an existing PDF file.
PDFAddImage (Function)
Adds an image to a page in an existing PDF file.
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.
PDFGetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
<pdfPage variable>.AddWatermark (Function)
Adds a watermark to a page of an existing PDF file.
<pdfDocument variable>.AddWatermark (Function)
Adds a watermark to all the pages of an existing PDF file.
<pdfPage variable>.AddImage (Function)
Adds an image to a page in an existing PDF file.
<PDF reader>.NbSignatures (Function)
Gets the number of signatures in a PDF Reader control.
<PDF reader>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
1
2
3
4
5
6
14
>