Rails 7
One of the requirements for my application, is to have the user fill out some tax information, using a fillable PDF form. While there are some gems that allow me to create a PDF, I only saw one recommendation:
But the post is 7+ years old, and when I checked the pdf-form gem, it seems the last time anyone did work on it, was about 7 years ago.
I don't necessarily want to create my own solution, and I would be happy to crate a frame, within my app, that takes the user to another site where they can edit the PDF, as long as it could be saved back to my own server.
Any recommendations?