Dit is een automatische vertaling. De originele post is beschikbaar in Engels.

PDFCreëren()

Gebruik deze opdracht om het PDF-document te maken.

string PDFCreate();

Example:
Create PDF document and show in PDF viewer
local PDFData = PDFCreate();
PAGE('UNLOCKPAGE');
PAGE('OPENFILE', PDFData, 'TestPDF.pdf', 'file');