PDFCreate()
Użyj tego polecenia, aby utworzyć dokument PDF.
string PDFCreate();
Example:
Create PDF document and show in PDF viewer
local PDFData = PDFCreate();
PAGE('UNLOCKPAGE');
PAGE('OPENFILE', PDFData, 'TestPDF.pdf', 'file');
Użyj tego polecenia, aby utworzyć dokument PDF.
string PDFCreate();
Example:
Create PDF document and show in PDF viewer
local PDFData = PDFCreate();
PAGE('UNLOCKPAGE');
PAGE('OPENFILE', PDFData, 'TestPDF.pdf', 'file');