Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-ASCII characters not being filled in form #95

Open
lagavuliner opened this issue Jul 12, 2020 · 4 comments
Open

Non-ASCII characters not being filled in form #95

lagavuliner opened this issue Jul 12, 2020 · 4 comments

Comments

@lagavuliner
Copy link

lagavuliner commented Jul 12, 2020

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 čćšđž"
};

pdfFiller.fillForm( sourcePDF, destinationPDF, data, function(err) {
if (err) throw err;
console.log("In callback (we're done).");
});

@terrisgit
Copy link

I'm going to try https://github.com/eemeli/pdf-form-fill

@michaeldoubek
Copy link

Same issue here for Czech characters

@rbadr
Copy link

rbadr commented Mar 1, 2021

Hello @SnowLep @MikeOaklet 👋
Did you find a solution to your problem ? I'm encountering the same issue 😅

@lagavuliner
Copy link
Author

@rbadr No, and I scrapped my project for other reasons so I didn't find a work-around.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants