-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
pdffiller-stream doesn't seem to work with accents. #11
Comments
@klaczi Is the issue present when using jasonphillips/pdffiller-stream? Are you saying the field doesn't get filled out with the accent? Or you are using a regex to map the Field names to your json object? I haven't quite gotten my fork up to standards for public release yet. That's why the npm package is under my namespace, still testing and moving a lot of code around. |
I've only tried your fork atm. It does get filled out, but with random text and characters which I could no comprehend. Currently I'm trying out hummus js but pdffiller - stream seemed interesting. Thanks for the fast reply :) ! |
I see the same issue, but I thought it might be from the embedded font in
the PDF not having those characters. Haven't had a chance to embed a font
in a pdf to test it yet.
…On Thu, Aug 13, 2020, 10:29 AM Laci ***@***.***> wrote:
I've only tried your fork atm. It does get filled out, but with random
text and characters which I could no comprehend. Currently I'm trying out
hummus js but pdffiller - stream seemed interesting. Thanks for the fast
reply :) !
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABHQ6OQZCU5QU5XEDUSJPTSAP2DRANCNFSM4P3JQY5Q>
.
|
Here is my way to deal with accents |
Ok, I'll look into adding that as an option soon. |
My issue is that, when I use accents within the map such as {Név: "Patient2"}, the form fields will not get filled out. Whereas when I don't use any accents, then it works as intended. I'm I missing something or is this a bug .
Initially I was using the original pdffiller package and this issue was not present.
The text was updated successfully, but these errors were encountered: