PDF printing adjustment

Fix pdf printing if it doesn't print correctly (printToFantomPdf)

If the PDF you are printing does not look as it should, but there are some problems (e.g. an external image is not added), then you need to set the third parameter to true in the lib.printToFantomPdf() function.

//Původní zápis
lib.printToFantomPdf(POform, "Purchase Order " + vars['POnumber'].getValue() + ' (' + lang + ')' + ".pdf");

//Nový zápis
lib.printToFantomPdf(POform, "Purchase Order " + vars['POnumber'].getValue() + ' (' + lang + ')' + ".pdf", true);

Anna Gernát Updated by Anna Gernát

Dynamic conditions migration

Editing Task Description vs Task Instructions

Contact

Syca (opens in a new tab)

Powered by HelpDocs (opens in a new tab)