<< Click to Display Table of Contents >> Using the PDF Export Module |
A VPE Document is exported to a PDF Document with one single call to:
VPE.WriteDoc("sample.pdf")
If VPE detects the suffix ".pdf", it will write the document automatically as PDF file.
In order to control the PDF document creation, VPE provides many properties and methods you may change prior to calling WriteDoc().
Please consult the section "PDF Export" either in the "DLL Reference" help file or in the "Control Reference (.NET / ActiveX / VCL)" help file for details.