
I'm trying to use the PDF Convertor Developer version 2.08 to embed fonts in the PDF document. The documentation that is included in the installation is out of date and not complete so it does not answer my questions.
First, the documentation doesn't say anything about the FileNameOptionsEx (long value) property of the activeX interface. They briefly talk about the FileNameOptions property only, which does not work with all options since its an integer value. This was easy enough to figure out but should be in the documentation.
Now for my questions:
If you specify to embed 'source' fonts and 'licensed' fonts, does this only embed fonts used in the document or do other licensed fonts get embedded also?
Are both options required to embed all needed fonts?
Also, do the FileNameOptionsEx values need to be hex or decimal?
Now for my problems:
Whether I used both options or not, I'm having trouble getting a licensed font (ZapfDingbats) to print in the document. I've purchased the font and have it installed, so that is not the problem. Printing in this font does not print anything and the page is blank.
If I specify to embed the fonts, the file size increased which leads me to believe that the fonts are getting embedded properly. Also, if I look at the document properties (File\Document Properties\Fonts) the fonts used in the document are displayed as expected.
Does anyone have an idea what the problem is?
Thanks,
Tom