-
Notifications
You must be signed in to change notification settings - Fork 6
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
Missing Glyphs #6
Comments
Update on the above issue. I misdiagnosed where the problem was. As it turns out, this is an issue with the data being inserted into the fields. For some reason, it cannot process line breaks (chr(13) and chr(10)). Is this a bug in the CFC, or is there some sort of encoding I need to apply to the text string in order to allow line breaks to be processed by cfpdfform? If I replace all the chr(13) and chr(10) in the strings, the PDF renders. Of course, the line breaks are important, so this is not a great solution. |
@spraguey Sorry for delayed response. Please PM me the PDF which you are using & reproducible steps to diagnose it. Or If you could make a PR for the issue, that is most welcome |
There seems to be a problem with missing glyphs and this extension. I get the following error... "U+000D is not available in this font's Encoding". I tried running the document through Preflight in Acrobat and it does not find any font issues. I also confirmed the fonts are embedded.
I'm using it like this...
And the error comes from /pdfform/pdfform.cfc line 148.
I confirmed that my field values do not contain any odd encoding or characters. In fact, even if I pass in an empty string as the value I get the error. I know it is probably something to do with the source document, but it does work correctly in Adobe ColdFusion with cfpdfform. I can't find anything wrong with the PDF.
If you want to see the PDF, I can send it to you privately. I'd rather not post it here.
Thanks for any help you can provide!
The text was updated successfully, but these errors were encountered: