92 Commits (7e1d92461a6d2e877699d65b50d4fda333035f7a)

Author SHA1 Message Date
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
Jonas Jenwald 297f760dce Add a `PDFLinkService` instance to the "simpleviewer" component example 10 years ago
Tim van der Meij 70cba472e0 Improve the instructions for the 'hello world' example 10 years ago
Tim van der Meij fcefcb7e7e Remove broken links from hello world example 10 years ago
Collin Anderson 54e984c763 cleaned whitespace 10 years ago
Yury Delendik 81649b00a9 Base64 example and be more flexible what type of data is passed. 10 years ago
Yury Delendik 513a3d8c91 Replaces text selection example 10 years ago
Yury Delendik 6048c8a910 Minor node/pdf2svg.js fixes. 11 years ago
Yury Delendik 88d5fa0fc3 Fixes examples comments. 11 years ago
Yury Delendik 5740b96020 Introduces 'pagesinit' event. 11 years ago
Yury Delendik b16a406f3a Packages PDFViewer as a UI component. 11 years ago
Yury Delendik de844a8826 Removes examples from jsbin.com 11 years ago
Yury Delendik de23d3791e Fixes image and font embedding 11 years ago
Yury Delendik bc574aa629 Refactors SVG api 11 years ago
pramodhkp 0e5998a325 Added svg export tool 11 years ago
pramodhkp 6d53fc4db7 Minor changes for api.js, font_loader.js and svg.js 11 years ago
Yury Delendik c6f8244ce5 Simplify text-selection example. 11 years ago
pramodhkp 7efd50e64d Added paintJpegXObject 11 years ago
Tim van der Meij c7e614323a Removing unnecessary includes from text selection example 11 years ago
Yury Delendik 9a28b8a412 Misc UI improvements for the SVG Viewer 11 years ago
pramodhkp dd253aadeb SVG Viewer example demo 11 years ago
Yury Delendik bdeca30fbf Splits shared/annotation.js into core/ and display/ 11 years ago
Yury Delendik fcc4dfd9b5 Moves shared/function.js to core/ 11 years ago
Yury Delendik 7a19085159 Moves shared/colorspace.js into core/ 11 years ago