php pdf generator supporting vector images

我的梦境 提交于 2019-12-11 08:26:24

问题


We are having an application in which we have vector image and using dompdf to convert html to pdf. But dompdf does not support vector image.

Can any one suggest me any php based pdf generator which supports table, background image and vector image.


回答1:


TCPDF have support for Vector images in PDF. That's pure PHP library for PDF generation.

Look at example #32 here on: http://www.tcpdf.org/examples.php http://www.tcpdf.org/examples/example_032.phps




回答2:


The key standard for vector graphics on the web is SVG.

Consider building a SVG document, then converting this to PDF using either of RSVG, Inkscape or Apache Batik.




回答3:


Sprint PDF supports vector images. And it does not need any server-side installation—it is a REST API that can be integrated into any application.



来源:https://stackoverflow.com/questions/10975072/php-pdf-generator-supporting-vector-images

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!