Stirling-Tools / Stirling-PDF

#1 Locally hosted web application that allows you to perform various operations on PDF files
https://stirlingpdf.com
MIT License
44.09k stars 3.6k forks source link

[Request] Add form entries to PDF #320

Open Frooodle opened 1 year ago

Frooodle commented 1 year ago

Be able to place, move and resize form elements around PDF pages and save the resultant PDF and its Forms https://jsfiddle.net/Hopding/bct7vngL/4/ as example for pdf-lib form adding

Should support createCheckBox createDropdown createOptionList createRadioGroup createTextField

I expect this to look somewhat like the sign PDF, with a add entry type button, draggable and resizable entry, which then results in a output from pdf-lib

Frooodle commented 4 days ago

there is already a base branch add-elements but its like 9 months ago and needs big rebasing Gave some feedback on it a while ago and it still needs some work Feedback was "Dropdown and Option lists are always square and take their horizontal size only Moving the entries and reseizing them is awkward, could we have the user hold shift or something to have them resize and control to move and alt to keep ratio while resizing or something... idk... trying to move a rectangle is impossible if its height or width is small as the resize takes presedent being able to edit/type/click the boxes while moving them is really awkward, would be nice if that required a double click or something"