IsTruetypeFontMapCatched Question

Hi guys,

Just going through the lastest release and I’m not quite sure about setting IsTruetypeFontMapCatched (should this not be IsTruetypeFontMapCached ? Spelling Error) and do I have to set a path with TruetypeFontMapPath and if I don’t where do the files go ?

I’ve done this so far

Pdf pdf = new Pdf();

//Make sure the images that were saved by Aspose.Word into Windows temporary

//folder are automatically deleted by Aspose.Pdf when they are no longer needed.

pdf.IsImagesInXmlDeleteNeeded = true;

pdf.IsTruetypeFontMapCatched = true;

[//pdf.TruetypeFontMapPath](https://pdf.truetypefontmappath/) ?

pdf.BindXML(xmlDoc, null);|

Regards
Toby

Dear Toby,

Thank you for considering Aspose.

Sorry for the spelling error. I have updated the product and please download it again.
If you do not set the TruetypeFontMapPath, the map file will be stored in the default folder of the application.