pdffillerjs / pdffiller

Take an existing PDF Form and data and PDF Filler will create a new PDF with all given fields populated.
MIT License
286 stars 113 forks source link

Can not recognize form fields #10

Closed Chun-Yang closed 8 years ago

Chun-Yang commented 9 years ago

I tried to get field names for thie file: http://www.irs.gov/pub/irs-pdf/f1040nr.pdf

pdfFiller.generateFDFTemplate(f1040nr, function (error, fdfData) {
  console.log(fdfData)
})

The result is always empty object.

whitef0x0 commented 9 years ago

Sorry for the wait.

I've fixed this issue (which has been tested) in Pull Request #14.

If you are impatient and don't want to wait until this PR is merged, you can always use my fork (github.com/whitef0x0/pdffiller)[github.com/whitef0x0/pdffiller] until the changes are merged.

whitef0x0 commented 8 years ago

This should be closed. Testing are passing and error reported is fixed