Esta é uma tradução automática. O post original está disponível em Inglês .

PDFCreate()

Utilize este comando para criar o documento PDF.

string PDFCreate();

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