ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<PDF reader>.Save (Function)
Saves the content of a PDF Reader to a file.
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
DocToPDF (Function)
Converts a Word Processing document into a PDF file.
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
<Word Processing>.ToPDF (Function)
Converts a Word Processing document into a PDF file.
iAddBookmark (Function)
Adds a bookmark in the report viewer or when exporting to PDF.
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.
<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.
<pdfDocument variable>.Save (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
Create the help system in WINDEV, WEBDEV or WINDEV Mobile
These are the main steps to create a help file (HTML, CHM or PDF)......
UseMode (Property)
The UseMode property is used to determine or change how the PDF Reader control reacts to mouse input. The mouse is used to select text in the document or to move within the document pages.
iSetAdditionalXMP (Function)
Adds XMP tags to the metadata of the generated 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.
PDFNumberOfPages (Function)
Returns the total number of pages found in a 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.
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......
1
2
3
4
5
6
152
>