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

Hebrew letters not showing up in filled pdf #20

Open
hadassag opened this issue Jan 29, 2017 · 0 comments
Open

Hebrew letters not showing up in filled pdf #20

hadassag opened this issue Jan 29, 2017 · 0 comments

Comments

@hadassag
Copy link

Hi,
I'm using your package to generate filled pdf form, but I can't get hebrew to show up. The best I got was 􀀀􀀀􀀀􀀀􀀀
Any ideas?
I used the havarat_gemel.pdf and sample_data.txt (please change extension back to py, I couldn't upload a py file) to generate the fdf (same, I named it data.fdf but renamed to data_.pdf to upload, please rename to .fdf) and filled.pdf files using the following commands:

>>> from fdfgen import forge_fdf
 >>> from forms.sample_data import data
>>> fdf = forge_fdf("",data ,[],[],[])
>>> fdf_file = open("data.fdf", "wb")

and then:

>pdftk forms/templates/havarat_gemel.pdf fill_form data.fdf output filled.pdf flatten

filled.pdf
havarat_gemel.pdf
sample_data.txt

data_.pdf

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

1 participant