I have developed a service that allows users to create a SVG diagram (I've used d3.js), also together with the diagram some text content is created using ace.js.
Summarizing I have :
- SVG Content generated by D3
- Text Content generated by ACE Editor
In particular, I have been offering this service to client using node.js .
Do you know any ways to create a PDF which includes both SVG picture and text ?
EDIT: I can accept both client and server-side solution to address my issue.