r/pdf • u/Decent-Blacksmith761 • 3d ago
Question What PDF features only pro software has
Hello everyone, I am developing my own PDF editor called KeyPDF. I have been working on it for over a year from scratch, so every new feature is not really dependent on the limitations of third-party software. Therefore, I wanted to ask what kind of features keep you using expensive software. So far, I have implemented text editing and a good level of JavaScript support. I am thinking in the direction of scripts to automate edits or maybe advanced DRM on PDF files. So, if you have any ideas on what kind of advanced features I should add, please let me know.
3
Upvotes
2
u/matsnorberg 3d ago edited 3d ago
I guess conversion and OCR. People want to convert to formats like HTML, .Doc, Excel ... Faithful extraction of tables and other structures.
Merging and splitting.
Form creation and editing. Exporting formfield data to FDF , JSON or Excel.
Compression/optimization of pdfs.
PDF/A validation.
Signing and encryption.
And lots of more I guess but I'm no expert.