Skip to content

Missing Glyphs #6

@spraguey

Description

@spraguey

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions