ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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.
<pdfDocument variable>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
<pdfDocument variable>.Save (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
<pdfDocument variable>.AddWatermark (Function)
Adds a watermark to all the pages of an existing PDF file.
PDFNumberOfPages (Function)
Returns the total number of pages found in a PDF file.
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.
<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.
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
TwainToPDF (Function)
Allows you to: save the document coming from the Twain device in a PDF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in PDF format (in a buffer)....
PDF Reader control and PDF file management constants
PDF Reader control and PDF file management constants...
HTMLToPDF (Function)
Converts an HTML string or buffer to a buffer containing a PDF document.
MarkdownToPDF (Function)
Converts a Markdown string (or buffer) to a buffer containing a PDF document.
PDFIsProtected (Function)
Checks whether the PDF file requires a password in order to be read.
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
1
2
3
4
5
6
15
>