pdf2svg
PDFをSVGに変換
するCLIアプリ
https://github.com/dawbarton/pdf2svg
PDF形式からSVG形式にベクタ変換
pdf2svg - TeX Wiki
実装
cairo
でSVGを組み立てている
poppler_page_render_for_printing
が描画函数?
poppler
を使っている
https://poppler.freedesktop.org/api/glib/poppler-Poppler-Page.html#poppler-page-render-for-printing
cairo_show_page
https://www.cairographics.org/manual/cairo-cairo-t.html#cairo-show-page
https://magazine.rubyist.net/articles/0019/0019-cairo.html
https://github.com/lambdaclass/cairo-rs-wasm
cairo-rs
https://github.com/lambdaclass/cairo-rs
https://github.com/DMSrs/poppler-rs/blob/master/src/lib.rs
同様のコードをRustで書いている
wasm-pdf
https://github.com/jussiniinikoski/wasm-pdf
自前でparserを書いている?
pdfcpu
https://github.com/pdfcpu/pdfcpu
#2024-08-22
23:13:10
#2023-06-14
12:20:32