Embedding SVG in PDF (exporting SVG to PDF using JS)

后端 未结 5 1377
感动是毒
感动是毒 2020-11-28 05:44

The starting points: I don\'t have a server that can provide anything but static files. And I have an SVG element (dynamically created) in my that

5条回答
  •  Happy的楠姐
    2020-11-28 06:09

    I'll reply to my own question. I ended up using DocRaptor that can be called client-side from JavaScript. This technically solves my problem, even though it is a non-free solution. If I the answer could be a server-side-solution, I could use wkhtmltopdf as proposed by Mic.

提交回复
热议问题