pdf.js/examples
Tim van der Meij 1d96854019 Widget annotation: implement field name according to the specification
The original code is difficult to read and, more importantly, performs
actions that are not described in the specification. It replaces empty
names with a backtick and an index, but this behavior is not described
in the specification. While the specification is not entirely clear
about what should happen in this case, it does specify that the `T`
field is optional and that multiple field dictionaries may have the same
fully qualified name, so to achieve this it makes the most sense to
ignore missing `T` fields during construction of the field name. This is
the most specification-compliant solution and, judging by opened issue #6623, also the required and expected behavior.
2016-11-02 21:44:44 +01:00
..
acroforms Widget annotation: implement field name according to the specification 2016-11-02 21:44:44 +01:00
browserify Removing "entry-loader" dependency from webpack. 2016-04-13 08:24:25 -05:00
components Better components examples. 2016-04-28 13:30:03 -05:00
helloworld Exposes all functional members via lib exports and use them in viewer. 2016-04-07 13:46:07 -05:00
learning Fixes all examples to require workerSrc to be set. 2015-11-06 07:50:21 -06:00
mobile-viewer [mobile-viewer] Add an async close method to the example, and change open to also be async (issue 7571) 2016-08-27 12:57:34 +02:00
node Remove global window and navigator usages from the core code. 2016-04-07 13:46:07 -05:00
svgviewer Examples: improve SVG viewer 2016-10-15 21:08:24 +02:00
text-only trivial spelling fixes 2016-07-17 14:33:41 +02:00
webpack Removing "entry-loader" dependency from webpack. 2016-04-13 08:24:25 -05:00