Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从 PDF 中提取颜色如果使用 itextsharp 从 pdf 中使用颜色提取和字体颜色突出显示文本。任何人都可以介绍如何从 pdf 中提取颜色。感谢你。
int r = renderInfo.GetColorNonStroke().R; int g = renderInfo.GetColorNonStroke().G; int b = renderInfo.GetColorNonStroke().B;