joduplessis / SVGtoPDF

Simple NodeJS/Express service for converting SVG files to PDF.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVGtoPDF

Introduction

SVGtoPDF is a simple service for converting SVG files to PDF on the fly. Simply post your file to the servive and it will return the public accessible URL.

Installation

Clone the git repo & run npm install in the directory

Starting & running the service

You can use a tool like forever to start the service in the background. Alternatively you can simply start it with node index.js.

Postman example screenshot

alt text

About

Simple NodeJS/Express service for converting SVG files to PDF.


Languages

Language:JavaScript 100.0%