You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for your script.
I can't get the non-ASCII characters into the completed PDF, do you know how I can troubleshoot and/or fix this problem?
var pdfFiller = require('pdffiller');
var sourcePDF = "test/test.pdf";
var destinationPDF = "test/test_complete.pdf";
var data = {
"firstName" : "String with some special characters čćšđž"
};
Hi, thank you for your script.
I can't get the non-ASCII characters into the completed PDF, do you know how I can troubleshoot and/or fix this problem?
The text was updated successfully, but these errors were encountered: