Hello:
I have a simple HTML table with basic style, like this:
| # |
Goal |
Time |
Score |
| 1 |
Otavio |
24:10 |
1-0 |
| 2 |
L. Diaz |
36:50 |
2-0 |
| 3 |
M. Taremi |
77:20 |
3-0 |
| 4 |
Riccieli |
90:51 |
3-1 |
Originally, I want to convert it to SVG, then export it to PNG format file.
But, I found that SVG is rather complicated, even I have some tools can convert HTML table to a SVG file, but modify the SVG file, so make the table in the center of the page (both vertically and horizontally) is rather difficult.
But I found TinyVG, it seems to be better than SVG. However, I have no experience on TinyVG, I want to know if I can use TinyVG (I need API or SDK for C# on Windows 10) to convert HTML table to SVG or simply skip SVG part, and directly export HTML Table to a PNG format file, however, I also need the table in the center of a fixed size page (1280px by 720px).
Please advise if TinyVG with SDK can do this or not, if yes, give me a general idea on how to do this.
Thanks,