accounts icon indicating copy to clipboard operation
accounts copied to clipboard

spike: generate call report PDF with static values

Open adamdecaf opened this issue 5 years ago • 1 comments

There's a template PDF that needs to be submitted. This is the "Call Report" required by regulations.

Let's try and fill in the fields (yellow boxes) with static values ($1.00 or something) just to make sure we can. I've only worked with PHP pdf libraries, so this'll be new for everyone.

PDF template and guidelines: http://www.ffiec.gov/forms051.htm

Call Report Search: https://cdr.ffiec.gov/public/ManageFacsimiles.aspx (try Wells or Chase)

I found some Go/PDF projects on Github, but haven't tried any of them.

  • https://github.com/signintech/pdft
  • https://github.com/jung-kurt/gofpdf / https://godoc.org/github.com/jung-kurt/gofpdf#DeserializeTemplate
  • https://github.com/unidoc/unidoc

adamdecaf avatar Jan 17 '19 22:01 adamdecaf