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

后端 未结 5 1385
感动是毒
感动是毒 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条回答
  •  我在风中等你
    2020-11-28 06:07

    jsPDF has a plugin for that: svgToPdf:

    https://github.com/ahwolf/jsPDF/blob/master/jspdf.plugin.svgToPdf.js

    I haven't tried it, but this could allow discarding the use of an external API and/or having to rely on a server-side solution.

提交回复
热议问题