PDF Encoding in Chrome plugin
I created a PDF with a fillable form (textfields), some of who have default values. These values are in Unicode text (that is, they're stored internally as UTF-16BE). When I open the document in Acrobat Reader, it works fine. But when I mail it and try to open it in Google Chrome, it doesn't. When Chrome opens it directly (that is, when I click the attachment), the form is hardly shown, and the JavaScript doesn't seem to be running. When I save the document to the local drive and click it, it opens it with Chrome, but differently. Now the form is shown and the JS is running, but the text is shown incorrectly, as if it was iso-8859-1 or windows-1250 encoded.
Is there any way to get the form and JS running in Chrome without the need to save and re-open? is there any way to get the Chrome plugin to treat the encoding correctly?
Also, are there other browesers with more surprises? I want my file to be mailable, so that every browser will be able to open it correctly. Is it possible?
Thanks a lot!
