2.1.7 • Published 6 years ago

fill-pdf-thai v2.1.7

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

fill-pdf-utf8

Build Status

A node module to fill out PDF forms (utf8 compatible),It can support Windows、Linux、Mac platforms.

The previous version uses pdftk,but this version uses iText,so the Java environment is required, you need to download jdk and install it in your computer.

Dependencies

You need to have the java binary in your PATH.

Install

npm install fill-pdf-utf8

#Usage

var fill_pdf = require('fill-pdf-utf8');

fill_pdf.generatePdf({fields:{name:'张三',age:12}},'test.pdf','need_appearances','result.pdf',function (error, stdout, stderr) {
	if(error){
		throw error;
	}
	console.log(stdout);
})
2.1.7

6 years ago

2.1.6

6 years ago

2.1.5

6 years ago

2.1.4

6 years ago

2.1.3

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago