I have a requirement to download html + svg content into PDF.
- I have tried using javascript - could not succeed(it supports html -> pdf and svg -> pdf but not svg+html -> pdf)
- I tried using ruby on rails by sending the svg content to the rails framework and converting to image(using image magick) and generate PDf(wkhtmltopdf) using the image and html code. Downloaded svg has lost clarity.
Can any one help me with this, guide me if there are direct tools or technique to achieve the functionality