0.0.1 • Published 4 years ago

pdftt v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

pdftt

Example

node bin/pdftt.js template.pdf output.pdf \
  '[{"page":0, "x":100, "y":200, "size":20, "text":"this is test"}]'

Docker build

docker build . -t ngyuki/pdftt
docker run --rm -i ngyuki/pdftt \
  pdftt - - '[{"page":0, "x":100, "y":200, "size":20, "text":"あいうえお"}]' \
  < template.pdf > output.pdf

Refs