utf8-fdf-generator-lite

0.0.5 • Public • Published

UTF-8 FDF File Generator

(Lite version - uses iconv-lite so that there are no binary dependencies).

PDF file form filler file (FDF) generator.

Generates FDF files based on UTF-16 (you don't have to convert anything) so they support UTF-8 characters.

General Information

Usage

Its is synchronous, just call it, upon return, the file will be already created and you can use it:

generator = require('utf8-fdf-generator').generator;
generator({ myField01: "Gabriel Medina", myField02: "Ciudad Juárez, Chihuahua, México" }, "output.fdf");
// Do whatever you need with file output.fdf here.

You usually do something like:

user@server:~ $ pdftk template.pdf fill_form generated.fdf output final_output.pdf flatten

Where:

  • template.pdf is the original PDF form
  • generated.fdf is the file we generated
  • final_output.pdf is the PDF file with fields filled using data from generated.fdf

Regards,

Gabriel Medina

Twitter: @Rha7

License

MIT

Free Software, Hell Yeah!

Package Sidebar

Install

npm i utf8-fdf-generator-lite

Weekly Downloads

107

Version

0.0.5

License

MIT

Last publish

Collaborators

  • cian-chambliss