117 Commits (ef4a13534dde2b10d115c56b1add59ec636734d6)

Author SHA1 Message Date
pixel 484ec3d09c Added component example for single page viewer 8 years ago
Tim van der Meij d4309614f9
Replace `DOMParser` with `SimpleXMLParser` 8 years ago
Tim van der Meij cc654fd38d
Provide a stub for `setAttribute` in order to use the SVG back-end with 8 years ago
FAREAST\wenxh 585cd933b7 Fix the helloworld example by setting the PDFNetworkStream class (PR 8712 follow-up) 8 years ago
Mukul Mishra d16709f5e4 Adds tests for node_stream 8 years ago
Rob Wu 9b5086d649 pdf2svg.js: Serialize the SVG to a stream 8 years ago
Jonas Jenwald 1f6de75585 Fix the helloworld example by importing the `network.js` file (PR 8617 follow-up) 8 years ago
Rob Wu 18566091aa Fix display_svg_spec tests. 8 years ago
Rob Wu 3479a19bf0 Remove btoa from domstubs.js 8 years ago
Rob Wu 9caaaf3a91 Add setStubs/unsetStubs to domstubs to support testing 8 years ago
Rob Wu 0cc1735809 Reduce concurrent memory footprint of pdf2svg.js 8 years ago
Rob Wu 849d8cfa24 Improve memory-efficiency of DOMElement_toString in domstubs 8 years ago
Rob Wu 4f22ba54bf Add getAttributeNS to domstubs for SVG example 8 years ago
Yury Delendik a18caa730d Adds gulp dist-install command; using pdfjs-dist package in examples. 8 years ago
Yury Delendik 5438ce9b98 Wraps mozL10n to async calls; splits firefox and generic l10n libs. 8 years ago
Jonas Jenwald c5f73edcd2 Convert the `DOMCanvasFactory` to an ES6 class 8 years ago
巴里切罗 8d5d97264e fix(svg) adjust strategy for decoding JPEG images 8 years ago
Jonas Jenwald d76cfc0610 Disable the `NativeImageDecoder` in the `node/pdf2svg.js` example (issue 7901) 8 years ago
Mukul Mishra f885e98d20
Example for converting PDF to PNG using the Node canvas library 8 years ago
Yury Delendik 5b50e0d414 Replaces RequireJS to SystemJS. 8 years ago
Yury Delendik facefb0c79 Move compatibility code to the shared/compatibility.js. 8 years ago
Tim van der Meij 63fa26843b Interactive forms: rewrite AcroForms example 8 years ago
Yury Delendik 2049cf01db Moves preprocessor stuff to the gulpfile. 8 years ago
Jonas Jenwald c850968fa7 Remove `globals` that are now unnecessary thanks to the use of various ESLint environments (e.g. Node, ShellJS, Jasmine) 8 years ago
Tim van der Meij 1d96854019 Widget annotation: implement field name according to the specification 9 years ago
Tim van der Meij de6c92a96d Examples: improve SVG viewer 9 years ago
Jonas Jenwald 65e9ff68aa [mobile-viewer] Add an async `close` method to the example, and change `open` to also be async (issue 7571) 9 years ago
Tim van der Meij a20f814265 Refactor the mobile viewer example 9 years ago
Tim van der Meij a9dd2ab0ab Move B2G viewer to the examples folder 9 years ago
klemens 6f03f62327 trivial spelling fixes 9 years ago
Yury Delendik 5f883d763f Better components examples. 9 years ago
Yury Delendik 81fc46e666 Refactors FindController dependencies. 9 years ago
Yury Delendik ae415f9e80 Removing "entry-loader" dependency from webpack. 9 years ago
Yury Delendik 1e4886a15a Remove global window and navigator usages from the core code. 9 years ago
Yury Delendik 1e3e14e6b2 Exposes all functional members via lib exports and use them in viewer. 9 years ago
Tim van der Meij b293d1caf5 Update Webpack and Browserify example README files 9 years ago
Yury Delendik d7d7935648 Initial browserify example. 9 years ago
Tim van der Meij b8aaa24257 Convert all `node make` instances to `gulp` 9 years ago
Jonas Jenwald 4a6575643b [SVG] Specify the `PDFJS.cMapUrl`/`PDFJS.cMapPacked` parameters in the svgviewer example 9 years ago
Yury Delendik 85e95d34ed Use RequireJS in the viewer, examples and tests. 9 years ago
Yury Delendik 79c2f69c32 Adds/modifies examples for node.js and webpack. 9 years ago
Jonas Jenwald 3079dd937f Remove a superfluous "s" in `AnnotationsLayerBuilder` from files in web/ 9 years ago
Yury Delendik 6b60c8f4db Adds UMD headers to core, display and shared files. 9 years ago
Tim van der Meij 91274d6d2d Rename annotation_helper.js to annotation_layer.js 10 years ago
Yury Delendik 06c1904675 Refactors FontLoader to group fonts per document. 10 years ago
Yury Delendik 56ccaea99b Move text layer building logic into src/display/text_layer.js 10 years ago
Yury Delendik 2f34fd46cb Move CustomStyle. 10 years ago
Manas a2ba1b8189 Uses editorconfig to maintain consistent coding styles 10 years ago
Yury Delendik 601d29b14e Fixes all examples to require workerSrc to be set. 10 years ago
Jonas Jenwald 1f9466ea02 Add a couple of CSS hacks in order for `scrollIntoView` to work in the "simpleviewer" component example 10 years ago