-
Notifications
You must be signed in to change notification settings - Fork 5
Description
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...
<cfpdfform
source="myfile.pdf"
destination="c:\mydestination"
action="populate"
overwrite="yes">
<cfpdfformparam name="myfield" value="#fieldvalue#" />
</cfpdfform>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!