fill-pdf icon indicating copy to clipboard operation
fill-pdf copied to clipboard

A node module to fill out pdf forms (utf8 compatible).

Results 5 fill-pdf issues
Sort by recently updated
recently updated
newest added

I'm facing issue with pdftk on mac. Apparently it cannot generate pdf: ``` fillPdf.generatePdf({ name: 'alex' }, `${__dirname}/fixtures/form.pdf`, (err, output) => { if (err) { console.log(err) } else { console.log(output)...

I'm doing some form filling and have to accommodate Japanese text. This does not seem to be supported with the default options. ``` let FillData = { text: 'ベルゼルグ王国第一王女 アイリス'...

Hello, I can't check thecheckboxes of this PDF: https://www.formulaires.service-public.fr/gf/cerfa_14952.do The name of the checkboxes are: - FieldName: topmostSubform[0].Page1[0].Case_?_cocher12[0] - FieldName: topmostSubform[0].Page1[0].Case_?_cocher29[0] - FieldName: topmostSubform[0].Page2[0].Case_?_cocher8[0] - FieldName: topmostSubform[0].Page2[0].Case_?_cocher14[0] I tried to...

It gave an error on running the tests