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
Michał Gołębiowski
1a8fc8d2b6
Use jQuery 2 in examples
...
Since pdf.js doesn't work in IE8 anyway, it doesn't make sense to use
jQuery 1 with it. jQuery 2 should be used in every example that needs
jQuery.
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
b8344a543c
Basic node.js example that demostrate pdf.combined.js file use
11 years ago
Yury Delendik
e128081857
Adds text-only example
11 years ago
Yury Delendik
9c84bfa416
Fixes text-selection example
11 years ago
Yury Delendik
f57c6935d7
Implements WebGL support
11 years ago
Cristihan
9613ba2e22
Update index.html
11 years ago
Tim van der Meij
1b1a9f1b81
Making all examples adhere to the style guide
11 years ago
Samuel Chantaraud
4eb7c04034
Fixed examples/acroforms/forms.js
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
Sebastian Kruse
041671f81b
BugFix: Missing var (context) in function call getOutputScale of text-selection example
12 years ago
Vivin Paliath
f3d1f20652
issue #3346
...
squashing commits.
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
Matt Raible
8c6847eb27
Fixes Util is not defined in acroforms example when running in prod mode
13 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
notmasteryet
8288b17edc
move inputHint to examples
14 years ago
notmasteryet
6011b5b4db
Moving forms UI into examples
14 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