From d558d088afc0b30615daf3e6d00a5121d727daca Mon Sep 17 00:00:00 2001 From: jiang meng Date: Sun, 5 Mar 2017 14:06:33 +0800 Subject: [PATCH] update readme.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eccc642..035c966 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ A node module to fill out PDF forms (utf8 compatible),It can support Windows、L This includes three branches.There are the ways of fill pdf form by fdf file and by xfdf file ,or use itextpdf.jar to fill pdf form. -It uses [pdftk](http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/) to fill out PDF forms. +The first way and second way you need to download [pdftk](http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/) +they use pdftk to fill out PDF forms. +The last way can be used directly. ## Dependencies You need to have the ```pdftk``` binary in your PATH.