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
[
  {"op": "add", "path": "/metadata/owner", "value": "Alice"},
  {"op": "replace", "path": "/config/retries", "value": 4},
  {"op": "move", "from": "/old/name", "path": "/new/name"},
  {"op": "copy", "from": "/labels/version", "path": "/metadata/version"},
  {"op": "test", "path": "/status", "value": "very-secret"},
  {"op": "remove", "path": "/temporary"}
]