|
- Overview
- Printing a report created with the report editor
- Printing a report in PDF format
- Remarks
- Examples
- Printing a programmed print
- Printing a WLanguage print in PDF format
- Remarks
- Examples
- Notes and limitations
- Remarks
- General advice
- Availability of controls in the reports
- Control in RTF format
- PDF in report background
- Print in PDF/A-1b format
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print. This PDF file can be created: from a report created in the report editor. - from a print performed with the WLanguage functions.
Printing a programmed print Examples
// Create the PDF file iDestination(iPDF, "C:\Temp\MyPDF.PDF") // Print code iCreateFont(1, 16, iBold, iRoman) //Call to procedures used to print the content PrintTitle() PrintText() // End of print and close the created PDF file iEndPrinting()
General advice For a better rendering, use TrueType or OpenType fonts. Caution: the OpenType fonts are not incorporated in the generated PDF. These fonts must be installed on the user computer to get a correct rendering. Control in RTF format General limitations: - The static control in RTF format may be truncated during a page break.
- The arrays found in an RTF control are not printed.
- The images used in the RTF controls are not printed.
Versions 17 and lateriParameter associated with the "RTFWINDOWS=NO" parameter or with the iRTFWithImagesAndTables constant is used to properly print the tables and images found in RTF controls. New in version 17iParameter associated with the "RTFWINDOWS=NO" parameter or with the iRTFWithImagesAndTables constant is used to properly print the tables and images found in RTF controls. iParameter associated with the "RTFWINDOWS=NO" parameter or with the iRTFWithImagesAndTables constant is used to properly print the tables and images found in RTF controls. Versions 21 and later New in version 21
This page is also available for…
|
|
|
| |
| Click [Add] to post a comment |
|
| |
|
| |
| |
| |
| |
| |
| |
| | |
| |