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
require"pp"template_file=File.join(Rails.root,"form_example.pdf")output_file="output.pdf"pdftk=PdfForms.new(`which pdftk`.chomp,utf8_fields: false,data_format: "XFdf")pppdftk.get_field_namestemplate_filepdf_data={"name"=>"różowy słoń ma usiąść na tępych gwoździach"}pdftk.fill_formtemplate_file,output_file,pdf_data
Hi,
I have test pdf: http://s000.tinyupload.com/?file_id=77431117353383489288
I am filling in data with small script:
After run got: http://take.ms/DrupC all utf8 letters dissapear (except ó)
Also attached generated pdf file: http://s000.tinyupload.com/index.php?file_id=32840734551043583650
Any idea what the problem is here? Why UTF-8 chars are not displayed?
Thanks for any help or experience.
The text was updated successfully, but these errors were encountered: