我想从 illustrator.dll 或 acrobat.dll 的 PDf 中提取 pantone 颜色。可以从 adobe Professional 获得 pantone 颜色。但我不知道如何通过代码。我也用了illustrator。你能帮我用 csharp 代码获得 pantone 颜色吗?我使用 Illustrator 从 PDF 中提取了字体大小。是否有可能获得 pantone 颜色?先感谢您
Illustrator.TextFrame tF = doc.TextFrames[i];
Illustrator.TextFont objFont = tF.TextRange.CharacterAttributes.TextFont;