pdftt

0.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i pdftt

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

15.3 kB

Total Files

11

Last publish

Collaborators

  • ngyuki