document-svg 2.0.2

Convert PDF, Word, Excel, PowerPoint, diagram and CAD files into one SVG per page, locally — a Rust library and the docsvg command
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
SRID=4326;
GEOMETRYCOLLECTION (
  POINT(-122.082 37.422),
  LINESTRING(-122.09 37.41, -122.08 37.42, -122.07 37.415),
  POLYGON(
    (-122.10 37.40, -122.06 37.40, -122.06 37.44, -122.10 37.44, -122.10 37.40),
    (-122.09 37.41, -122.08 37.41, -122.08 37.42, -122.09 37.42, -122.09 37.41)
  ),
  MULTIPOINT((-122.078 37.43), (-122.075 37.432)),
  MULTILINESTRING((-122.068 37.41, -122.064 37.413), (-122.066 37.416, -122.062 37.419)),
  MULTIPOLYGON(((-122.061 37.40, -122.055 37.40, -122.055 37.406, -122.061 37.40)))
)