anasera3 / dompdf

Automatically exported from code.google.com/p/dompdf
0 stars 0 forks source link

Embedded SVG in HTML Capability #314

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What would you like dompdf to do:
Be able, like tcpdf, to render SVG tags into PDF

Do you have an example:
Using TCPDF
PHP Code http://www.tcpdf.org/examples/example_058.phps
PHP Code Execution http://www.tcpdf.org/examples/example_058.pdf

Original issue reported on code.google.com by mar...@mgscreativa.com on 29 Jun 2011 at 12:30

GoogleCodeExporter commented 9 years ago
Related link:
https://dev.tiki.org/Online+Publishing+House+-+SVG+Drawings#SVG_to_PDF_conversio
n

Original comment by marclaporte on 6 Jan 2012 at 1:09

GoogleCodeExporter commented 9 years ago
I would also add
http://www.godisaduck.com/svg2pdf_with_fpdf

Original comment by fabien.menager on 12 Jan 2012 at 8:13

GoogleCodeExporter commented 9 years ago
Issue 446 has been merged into this issue.

Original comment by fabien.menager on 20 Mar 2012 at 1:06

GoogleCodeExporter commented 9 years ago
why not using imagick to convert svg files in png format, as a quick workaround 
to this feature ?
I am using dompdf for several years now, i would be glad to contribute.

Original comment by ger...@bourdin.name on 28 Sep 2012 at 10:22

GoogleCodeExporter commented 9 years ago
imagick certainly converts to PNG, but is a very basic convertion and no all 
hosting services provide it. In my case, my hosting provider refused to install 
needed addons for imagick to be able to convert SVG to PNG.

Original comment by mar...@mgscreativa.com on 28 Sep 2012 at 2:06

GoogleCodeExporter commented 9 years ago
#5 did you try http://php.net/dl to manualy load the libary?

Original comment by IFa.brai...@gmail.com on 9 Apr 2013 at 12:41

GoogleCodeExporter commented 9 years ago

Original comment by eclecticgeek on 24 May 2013 at 3:00