11 ms·
Hate PDF Forms? Check out my No Code solution! Create a form using text markup. Get an URL pointing to the form and mail it to your customers. I recently rece
by pheasantquiff 4y ago
Hate PDF Forms? Check out my No Code solution!
Create a form using text markup. Get an URL pointing to the form and mail it to your customers.
I recently received a PDF form (created by M$ Word). I use Linux and managed to open it with Libreoffice (Draw!).
The text entry boxes were misaligned or just missing. Digits each had a separate text field. Tiresome...
By the time I had re-exported it to PDF with the fields filled, some of the formatting had been changed/lost.
So I made this.
I'd rather fill out forms in my browser. Browsers can print PDF. What could go wrong?
Tell me in the comments below.
- focusedone 4y agoReally cool! Nice work solving a problem and putting it out there for people to see! Will the code be out somewhere so others can contribute to it?
- julius 4y ago> or view the form here https://sayitwith.ink/form/d59de7609590d1da1cd24fb5ddd6a775 https://sayitwith.ink/form/d59de7609590d1da1cd24fb5ddd6a775 bad form id
- pheasantquiff 4y agoThanks. I did a re-release and deleted the database of forms. Link is now updated.
- turtlebits 4y agoI like PDF forms, they're just hard to create. You don't need a specialized app like Libreoffice to open and fill out a PDF form, just use any modern browser.
- pheasantquiff 4y agoEditing in PDF sounds like a good idea. I just tried it in Firefox (latest/postmodern, Linux) and none (not a single one) of the form's fields are editable. It's an even worse experience than Libreoffice.
- phonon 4y agoPdf.js (which Firefox uses) does support filling out Acrobat Forms (acroforms as well as XFA). Possibly the PDF you have is corrupted? You can read more about PDF.js support for forms here.[0] Libreoffice also supports creating Acrobat Forms.[1] [0] https://blog.mozilla.org/attack-and-defense/2021/10/14/implementing-form-filling-and-accessibility-in-the-firefox-pdf-viewer/ https://blog.mozilla.org/attack-and-defense/2021/10/14/imple... [1] https://www.linuxuprising.com/2019/02/how-to-create-fillable-pdf-forms-with.html https://www.linuxuprising.com/2019/02/how-to-create-fillable...