Bug 449010

Summary: Plugin for embedding into PHP or HTML
Product: [Applications] okular Reporter: ferdymercury <fernando.hueso>
Component: New backend wishesAssignee: Okular developers <okular-devel>
Status: RESOLVED INTENTIONAL    
Severity: wishlist CC: aacid
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: All   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description ferdymercury 2022-01-23 12:16:43 UTC
SUMMARY
The new feature for digitally signing PDFs is great! As a Linux user, this was the last thing that kept me from needing a VirtualBox with Windows installed. Just for signing PDFs, so thanks so much for the implementation.
As a potential future step, I wanted to suggest the following feature.

It would be useful if there would be a way to digitally fill out PDF forms and digitally sign them directly on the web browser, within an embedded plugin for okular. So to say, that when I develop my web server using PHP (or HTML), I have the option to add a PHP or JS snippet, to offer the users filling out a PDF form and uploading their certificate using an embedded version of okular (that runs on the web server, behind the scenes). This way, any user could fill out and sign forms from the phone, etc. without needing to have anything special installed.

Thanks in advance!
Comment 1 Albert Astals Cid 2022-01-23 12:37:13 UTC
What you're asking is out of scope for okular.
Comment 2 ferdymercury 2022-01-23 12:40:17 UTC
Thanks for the prompt reply.

Would it be maybe something rather for poppler ? (To have a PHP - API that allows developers to script the calls to initiate digital signatures?)
Comment 3 Albert Astals Cid 2022-01-23 13:12:02 UTC
Poppler is a C++ library, PHP is out of scope for it.