I need to add an SVG image to a PDF, but not as a rasterized image. This was possible in iText5 - however, I have been unable to figure out the corresponding procedure in iText7. Any assistance will be greatly appreciated.
相关问题
- Convert svg to geojson fails with ogr2ogr
- How to get coordinates of an svg?
- Changing color of SVG which was embedded using <
- Understanding svg's viewbox attribute
- Convert an inline SVG into a SVG file
相关文章
- itext7 pdf 只读
- Make marker-end same color as path?
- How to display unicode in SVG?
- Converting svg to png with inkscape command line f
- How to create an SVG Matrix without an SVG element
- rect collision detection d3js
- My background image get cut off at the bottom
- Unwanted namespaces on SVG markup when using XMLSe
David,
SVG, at this point, isn't supported by iText. We are currently investigating and estimating the required work to add SVG support to iText7. We expect to have a minimal working prototype near the end of the first quarter of 2018. This is an estimate, I cannot make any binding promises about this.
It is true that (a small amount of) SVG support was available in iText5. However, this way of rendering SVG files was suboptimal and only worked for very basic files.