Functionality to Enable / Add form fields #5881
-
|
To my surprice I did not find anything related to forms functionality? I would like to be able to add / convert a pdf generated from Word 365 as fillable form. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Hi @tjsuominen! I'm Dosu and I’m helping the Stirling-PDF team. Good news! Stirling-PDF actually has form functionality available. Here's what's currently supported: Existing Form Features:
Regarding your specific use case (converting a Word-generated PDF into a fillable form): This would require adding new form fields to an existing PDF. There's some backend work on form identification/creation, but there's a known issue where newly created form fields have 0x0 size, which causes rendering problems. So while filling existing forms works well, creating new form fields from scratch is still a work in progress. You might want to watch #4702 for updates on form creation capabilities. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
|
Hi, Generally, form-related tasks are tedious and involve a lot of UI fluff, which is why they take longer than expected. It is currently being worked on, but there is no official ETA. Right now, my main priority is getting viewer-side form rendering in order (which uses WASM compiled PDFium). I am also occupied with a longer-term project for SPDF, porting a some the of the codebase to native C++ to handle heavier tasks rather than relying on Java. |
Beta Was this translation helpful? Give feedback.
Hi,
Generally, form-related tasks are tedious and involve a lot of UI fluff, which is why they take longer than expected. It is currently being worked on, but there is no official ETA. Right now, my main priority is getting viewer-side form rendering in order (which uses WASM compiled PDFium). I am also occupied with a longer-term project for SPDF, porting a some the of the codebase to native C++ to handle heavier tasks rather than relying on Java.