Bug 306855 (okular-js) - Support Javascript
Summary: Support Javascript
Status: CONFIRMED
Alias: okular-js
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: 0.15.1
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks: 223022 258941 301607 307304 177473 236302 263631
  Show dependency treegraph
 
Reported: 2012-09-15 17:48 UTC by Albert Astals Cid
Modified: 2019-07-20 13:26 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Albert Astals Cid 2012-09-15 17:48:05 UTC
We (and poppler) have a very limited javascript support. This is a metabug I'll use to link all the other javascript bugs here.
Comment 1 ssameer+bugs 2014-11-16 20:42:21 UTC
The pdf viewer mupdf (mupdf.com) has javascript support using the V8 and JavaScriptCore interpreters. They have also built their own MuJS interpreter (mujs.com). I hope we can use one of these interpreters for okular.
Comment 2 Philipp A. 2014-11-17 12:09:06 UTC
well we have Qt, which has webkit’s JavaScriptCore already embedded, so we don’t need more JS runtimes.

unless this has to be implemented in poppler because the JS API would need access to some non-public poppler API, i’d say that one should be used.