pdf.js/src/display
Tim van der Meij e686db250c Render interactive form (AcroForm) text widget annotations
This patch is the first step towards implementing support for
interactive forms (AcroForms). It makes it possible to render text
widget annotations exactly like Adobe Reader/Acrobat.

Everything we implement for AcroForms is disabled by default using a
preference, mainly because it is not ready to use yet, but has to
implemented in many steps to avoid complexity. The preference allows us
to work with the code while not exposing the behavior by default. Mainly
storing entered values and printing them is still absent, which would be
minimal requirements for enabling this by default.
2016-09-07 15:37:28 +02:00
..
annotation_layer.js Render interactive form (AcroForm) text widget annotations 2016-09-07 15:37:28 +02:00
api.js In display/api.js ensure that we always reject with an Error in JpegDecode, and adjust a couple of other rejection sites as well 2016-09-05 16:35:32 +02:00
canvas.js Try to prevent CanvasGraphics_getSinglePixelWidth from intermittently returning incorrect values in Firefox (issue 7188) 2016-08-22 20:00:24 +02:00
dom_utils.js Various improvements for GoToR actions 2016-04-15 22:55:05 +02:00
font_loader.js Remove global window and navigator usages from the core code. 2016-04-07 13:46:07 -05:00
global.js Render interactive form (AcroForm) text widget annotations 2016-09-07 15:37:28 +02:00
metadata.js Move all PDFJS.xxx settings into display/global. 2016-04-07 13:46:07 -05:00
pattern_helper.js trivial spelling fixes 2016-07-17 14:33:41 +02:00
svg.js Move all PDFJS.xxx settings into display/global. 2016-04-07 13:46:07 -05:00
text_layer.js Optimize scale calculation in text_layer.js 2016-09-04 20:19:31 +02:00
webgl.js Move all PDFJS.xxx settings into display/global. 2016-04-07 13:46:07 -05:00