gpt4 book ai didi

c# - 如何从pdf中获取pantone色号?

转载 作者:太空宇宙 更新时间:2023-11-03 13:39:34 25 4
gpt4 key购买 nike

我想从 illustrator.dll 或 acrobat.dll 的 PDf 中提取 pantone 颜色。可以从 adobe professional 获得 pantone 颜色。但我不知道如何通过代码。我也用过插画家。你能帮我使用 csharp 代码获取 pantone 颜色吗?我使用 Illustrator 从 PDF 中提取了字体大小。有可能获得潘通色吗?提前谢谢你

Illustrator.TextFrame tF = doc.TextFrames[i];
Illustrator.TextFont objFont = tF.TextRange.CharacterAttributes.TextFont;

最佳答案

如果能获得那种信息并且仍然像现实中那样依赖它,那就太好了。

通常 Pantone 颜色只能在其官方目录中看到,因为数字表面上的颜色往往会转换为屏幕 Crystal 单元格式。

无论如何,我想你甚至在他们的网站上都有一个比较工具,但我作为设计师的建议是不要依赖这些颜色,因为对颜色的简单调整有时会毁掉数小时的工作。

这是我找到的一个简单站点:http://www.ginifab.com/feeds/pms/cmyk_to_pantone.php

祝你好运;)

关于c# - 如何从pdf中获取pantone色号?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17570338/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com