Yury Delendik
1e3e14e6b2
Exposes all functional members via lib exports and use them in viewer.
9 years ago
Tim van der Meij
b8aaa24257
Convert all `node make` instances to `gulp`
9 years ago
Yury Delendik
85e95d34ed
Use RequireJS in the viewer, examples and tests.
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
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
...
Removes the following as they unnecessary
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
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
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
Michał Gołębiowski
e625af3fef
Remove type="text/javascript" from script tags.
...
"text/javascript" is not a correct MIME type (the correct one is
"application/javascript") but it's not even needed; all browsers default
to the correct type and treat it as executable JS when type is ommited.
Since not all browsers recognize the "application/javascript" MIME type
the only way to both stay compliant and to support all popular browsers
is to omit the type. It's also shorter this way.
11 years ago
Yury Delendik
f57c6935d7
Implements WebGL support
11 years ago
Yury Delendik
bf432a37bb
Refactors shared/pattern.js into core/ and display/
11 years ago
Brendan Dahl
7563a9dfa0
Update docs on the workerSrc setting.
12 years ago
Brendan Dahl
bb2529de03
Move the creation of canvas path fonts to the worker.
12 years ago
Brendan Dahl
5ecce4996b
Split files into worker and main thread pieces.
12 years ago
Tim van der Meij
2ac858fc68
Fixing #3318
12 years ago
Mack Duan
f8f4b3f45d
Refactor code for annotations
12 years ago
Mack Duan
ef423ef30c
Implement progressive loading of PDFs
12 years ago
Yury Delendik
306092f53e
Add jbig2 references to examples and make.js
13 years ago
Yury Delendik
b312719d7e
Fixes test driver and examples
13 years ago
notmasteryet
bfd1d427c7
Adding jpx.js to examples and Makefile
13 years ago
Brendan Dahl
9bb2b881b0
Adds cmyk jpg support. Treats the cmyk jpg as a regular stream.
14 years ago
Julian Viereck
3b7829d057
Address review comments. Use only one PDFJS.workerSrc variable to specify the worker source
14 years ago
Julian Viereck
1e6d1f9922
Make worker support work again after file split. Add PDFJS_WORKER_DIR/PDFJS_WORKER_FILE to specify where to load files if worker support is enabled
14 years ago
Artur Adib
1d4e3025b6
PDF --> PDFJS, global wrapper named
14 years ago
Artur Adib
0075007d49
Production scripts
14 years ago
Artur Adib
74015f70ee
hello world fixed
14 years ago
=
2ad1e622ab
Move remaining worker.js code into pdf.js.
14 years ago
Julian Viereck
a6180830f8
Fix hello world example
14 years ago
Kalervo Kujala
de408dac70
Fix lint warnings.
...
And name anonymous functions.
14 years ago
Artur Adib
83854a085c
Implemented getPdf(). Closes #516
...
Conflicts:
examples/helloworld/hello.js
14 years ago
Kalervo Kujala
d4723cf1cf
Fix lint warnings in hello.js.
...
Also split the long lines in README.
14 years ago
Artur Adib
125c1fe473
Fixed Hello World example: PDFDoc(raw_data)
...
As per #532
14 years ago
Artur Adib
bc91b98fc8
Addressing comments by Vivien
14 years ago
Artur Adib
3476364886
Moved helloworld/ to examples/helloworld/
14 years ago