Are there any libraries out there (python, .net, c++, anything...) that can generate PDF libraries that also includes features like gradient shading?
是否有任何库(python,.net,c ++,等等......)可以生成包含渐变着色等功能的PDF库?
3 个解决方案
#2
There are a few different types of gradient fills: linear, radial etc.
有几种不同类型的渐变填充:线性,径向等。
What kind of effect are you hoping to achieve?
你希望实现什么样的效果?
Quick PDF Library supports only linear (axial) gradients: http://www.quickpdflibrary.com/help/quickpdf/NewRGBAxialShader.php
快速PDF库仅支持线性(轴向)渐变:http://www.quickpdflibrary.com/help/quickpdf/NewRGBAxialShader.php
#3
PDFSharp http://www.pdfsharp.com/ seems capable. See example pdf:
PDFSharp http://www.pdfsharp.com/似乎有能力。见例子pdf:
#1
#2
There are a few different types of gradient fills: linear, radial etc.
有几种不同类型的渐变填充:线性,径向等。
What kind of effect are you hoping to achieve?
你希望实现什么样的效果?
Quick PDF Library supports only linear (axial) gradients: http://www.quickpdflibrary.com/help/quickpdf/NewRGBAxialShader.php
快速PDF库仅支持线性(轴向)渐变:http://www.quickpdflibrary.com/help/quickpdf/NewRGBAxialShader.php
#3
PDFSharp http://www.pdfsharp.com/ seems capable. See example pdf:
PDFSharp http://www.pdfsharp.com/似乎有能力。见例子pdf: