fill-pdf-utf8-itext-promise

A promise wrapper for package fill-pdf-utf8. Uses iText and support utf-8 as well.


Keywords
java, itext, pdf, utf8, adobe, xfdf
License
ISC
Install
npm install fill-pdf-utf8-itext-promise@1.0.4

Documentation

A promise wrapper for package fill-pdf-utf8. It uses iText so utf-8 support is well.

Prepare

You should install Java on your platfrom: jdk

Install

npm i fill-pdf-utf8-itext-promise

Usage

import {pdfFiller} from 'fill-pdf-utf8-itext-promise'
pdfFiller.generatePdf('source.pdf', 'dest.pdf', {fields: {name'姓名', age:'十九'}, {fontSize: 8.0})