- Issue created by @asigrist
- πΊπΈUnited States j-barnes
@asigrist - Thanks for the breakdown. We are facing the same issues on some of our forms that leverage "Acrobat's Extended" version. Ghostscript actually regenerates the PDF file, but also flattens it -- which results fillable forms being in a printed state.
Originally, we leveraged ExifTool with a PHP wrapper. This allowed us to not have to regenerate the entire PDF, but rather only modify the metadata. At the time, the library was not being maintained (so we switched over to Ghostscript) -- but it looks like it is now so it might be a good opportunity make this module a bit more generic and allow multiple providers.
I think we can solve this but implementing the below:
- Introduce generic providers.
- Add back Exiftool with ability to toggle between providers.
- πΊπΈUnited States asigrist
Thanks for the very speedy reply and willingness to fix!
- πΊπΈUnited States j-barnes
Unassigning myself for now due to higher priority tickets, will revisit soon.