Skip to content Skip to sidebar Skip to footer

Php Pdf Generator Supporting Vector Images

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 p

Solution 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

Solution 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.

Solution 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.

Post a Comment for "Php Pdf Generator Supporting Vector Images"