Get Postscript Name of used Fonts in Document
Hi,
I need to get postscript font name of fonts used in InDesign Document. Document Contains both text font and graphic fonts. When I am using the below code its returning text fonts used in document with "MT-Extra" font but "MT-Extra" font is showing as graphic. This line of code is returning text font with "MT-Extra" alone but other graphic fonts are missing.
alert("Fonts Used in Doc \n" + app.activeDocument.fonts.everyItem().postscriptName)
How can I get all fonts (both text and graphic fonts) name using scripting. Can anyone help me.
Thanks in advance,
Sudha K
