I’m building an application that needs to dynamically generate 1099 tax forms for contractors. I’d love to be able to just lay text on top of the existing PDF form from the IRS, even if it’s just by using x and y coordinates to target the specific fields, since the file is not directly editable.
Is there an easy way of doing this? I’m very familiar with the Laravel-dompdf package (
https://github.com/barryvdh/laravel-dompdf), but I don’t believe this is possible.
Should I just build my own version of the IRS form and generate the entire thing from scratch? I’m just not sure if that’s frowned upon by the IRS and/or compliant.
Any direction would be appreciated. Thanks! submitted by /u/brycematheson
[link] [comments]
0 comments:
Post a Comment
Thanks