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
<?xml version="1.0" encoding="UTF-8"?>
<application xmlns="urn:example:application" version="2" environment="production">
  <!-- Values are previewed as data; no setting is executed. -->
  <service id="catalog-api">
    <endpoint>https://api.example.invalid/v1</endpoint>
    <listen host="127.0.0.1" port="8080" />
    <limits requests-per-minute="1200" burst="50" />
  </service>
  <feature name="search" enabled="true">full-text &amp; faceted</feature>
  <feature name="exports" enabled="false" />
</application>