ajstarks / svgo

Go Language Library for SVG generation
Other
2.14k stars 169 forks source link

Pdf to SVG #46

Closed ghost closed 3 years ago

ghost commented 6 years ago

I would like to implement this.

Can anyone offer any advice e on the mapping of pdf elements to SVG.

I read that inkscape supports this so it's definitely doable, and their are some strong pdf libraries for golang.

The use case is two fold.

  1. Take an existing pdf and load it into SVG play for editing.

  2. Save from SVG play as a pdf.

ajstarks commented 3 years ago

svgo is for generation only, so this is outside its scope.