Class wwPDF

This class is an abstract class and the specific implementations of the subclasses listed below implement PDF generation with the various technologies.

Several different classes are provided that support various different versions of PDF generation tools. In the samples here substitute the appropriate version:

  • wwPdfPrinterDriver- generic PDF Printer drivers like the built-in Microsoft Print to PDF or FoxIt, Nitro etc.

  • wwXFRX - using the powerful XFRX VFP based report imaging engine

  • wwDistiller - Acrobat 4.0 - 7.0 using the Distiller package

  • wwGhostScript - Using the free open source GhostScript engine

  • wwPDFAmyUni - AmyUni PDF driver

  • wwActivePDF - ActivePDF product

Custom wwPdf

Class Members

MemberDescription
PrintReport This method prints a report to a PDF file. It sets the printer driver to the PDFWriter software, writes out the temporary files that the PDF software generates and renames these files to the one you…
o.PrintReport(lcReport, lcOutputFile, lcExtraReportClauses)
PrintReportToString This method works like the [PrintReport](vfps://Topic/wwPDF40%3A%3APrintReport) except that the final output is not a file, but rather a string.
o.PrintReportToString(lcReport, lcExtraClauses)
cErrorMsg Contains any error messages if PrintReport returns .F. or PrintReportToString returns an empty string.
cPrinterDriver This is the name of the printer driver that is used to print the document. Note for GhostScript and Distiller users: You need to install a PostScript printer to use

Assembly: wwPDF.prg



© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic