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
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<tmx version="1.4">
  <header creationtool="demo" srclang="en"/>
  <body>
    <tu tuid="secret-1">
      <tuv xml:lang="en"><seg>Hello world</seg></tuv>
      <tuv xml:lang="ja"><seg>こんにちは世界</seg></tuv>
      <note>private note</note>
    </tu>
    <tu>
      <tuv xml:lang="en"><seg>Second source</seg></tuv>
      <tuv xml:lang="de"><seg>Zweite Quelle</seg></tuv>
    </tu>
  </body>
</tmx>