dompdf / php-svg-lib

SVG file parsing / rendering library
GNU Lesser General Public License v3.0
1.4k stars 77 forks source link

Creating PDF from round text svg #1

Open sachinstellen opened 9 years ago

sachinstellen commented 9 years ago

Hi, I am trying to generate PDF from a SVG that have some transformed text. Thing is I am able to generate the PDF but the text appears straight not transformed/round. I tried DOM PDF, TCPDF to create PDF. Any suggestions about the text-on-a-path.

Thanks! Sachin