PHP Library To Convert HTML Containg SVGs To PDF
Is there any library or combination of Libraries I can use to Generate PDF from HTML containing SVGs. Thanks in Advance
Solution 1:
- Convert SVG image to PNG with PHP
- Use PHP PDF library
- To add a photo use
PDF_load_image
Solution 2:
Using TCPDF PHP Code PHP Code Execution
Post a Comment for "PHP Library To Convert HTML Containg SVGs To PDF"