Mike
Mike

Reputation: 559

The encoding (CMap) specified by a font is missing. Error number: 537067605

Using the Datalogics.PDFL when I attempt to save some PDFs I get the following error:

The encoding (CMap) specified by a font is missing. Error number: 537067605

I can open and save other PDFs.

I tried installing all the referenced fonts I could discover but still the same error.

Upvotes: 3

Views: 5890

Answers (1)

JosephA
JosephA

Reputation: 1215

This typically occurs when you fail to specify the path to the CMap directory upon initialization. Our sample code demonstrates how to do this and if you run one of our samples you shouldn't encounter this issue as the samples are setup during initialization with the path to the CMap directory that's installed with the SDK.

If you check our sample code you can see a simple example of how this is done.

If you still have issues, please contact our Support ([email protected]) department so we can assist you more directly.

Upvotes: 4

Related Questions