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
{
  "specversion": "1.0",
  "type": "com.example.order.created",
  "source": "https://events.example.invalid/orders?token=very-secret&tenant=private",
  "id": "evt-123",
  "time": "2024-05-12T10:00:00Z",
  "subject": "orders/42",
  "datacontenttype": "application/json",
  "dataschema": "https://schema.example.invalid/order.json",
  "traceparent": "00-very-secret",
  "data": {"order_id": 42, "customer": "private customer"}
}