Top > PDF2SVG

PDF | SVG

City in the Sky

かなり再現度高そう。

  • Homebrew で試せる。
    $ brew info pdf2svg
    pdf2svg: stable 0.2.3 (bottled)
    PDF converter to SVG
    http://www.cityinthesky.co.uk/opensource/pdf2svg
    /usr/local/Cellar/pdf2svg/0.2.3 (8 files, 55.5K) *
      Poured from bottle
    From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/pdf2svg.rb
    ==> Dependencies
    Build: pkg-config ✔
    Required: cairo ✔, poppler ✘
    $

petermr

$ hg clone  ssh://hg@bitbucket.org/petermr/pdf2svg
$ cd pdf2svg
$ mvn verify
$ pwd
/Users/yoya/hg/pdf2svg
$ java  -classpath target/pdf2svg-1.1-SNAPSHOT-jar-with-dependencies.jar org/xmlcml/pdf2svg/PDF2SVGConverter
Usage: pdf2svg [-password <pw>] [-nonseq] [-pages <page-ranges>] [-pub <pub>] [-outdir <dir>] [-mkdir] [-nosvg]
               [-storesvg] [-infofiles] [-logger] [-logfile <filename>] [-logmore] [-logglyphs] [-exitonerr] <input-file(s)> ...
$ java  -classpath target/pdf2svg-1.1-SNAPSHOT-jar-with-dependencies.jar org/xmlcml/pdf2svg/PDF2SVGConverter ~/tmp/vision.pdf

試したけど日本語表示できなかったしアルファベットも崩れてた。

。。。

関連


Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes
Last-modified: Tue, 17 May 2016 00:48:29 JST (2900d)