Currently, in Asp.Net project I have two svg files (tags) on single page. I am using Svg Rendering Engine converting svg to png. it allow only one tag for image conversion. if i have multiple svg tags present in it, then it throw an error. What is best solution for this conversion. Should I use Html to Png conversion. which Html to Png conversion will help.
I used hiqpdf to convert HTML to PDF.