Yury Delendik
a18caa730d
Adds gulp dist-install command; using pdfjs-dist package in examples.
2017-06-12 10:22:16 -05:00
Jonas Jenwald
c5f73edcd2
Convert the DOMCanvasFactory
to an ES6 class
...
For consistency, also updates the `pdf2png.js` example to use the slightly less verbose `canvasAndContext` parameter name.
2017-05-11 20:15:22 +02:00
巴里切罗
8d5d97264e
fix(svg) adjust strategy for decoding JPEG images
2017-05-08 11:32:44 +08:00
Jonas Jenwald
d76cfc0610
Disable the NativeImageDecoder
in the node/pdf2svg.js
example (issue 7901)
...
It doesn't really make sense to attempt to utilize the `NativeImageDecoder` in Node, since there's no native image support available, hence building on PR 8035 we can easily disable it in the example.
Fixes 7901.
2017-04-04 17:24:29 +02:00
Mukul Mishra
f885e98d20
Example for converting PDF to PNG using the Node canvas library
2017-03-26 20:24:00 +02:00
Yury Delendik
1e4886a15a
Remove global window and navigator usages from the core code.
2016-04-07 13:46:07 -05:00
Yury Delendik
1e3e14e6b2
Exposes all functional members via lib exports and use them in viewer.
2016-04-07 13:46:07 -05:00
Tim van der Meij
b8aaa24257
Convert all node make
instances to gulp
2016-03-04 20:30:36 +01:00
Yury Delendik
79c2f69c32
Adds/modifies examples for node.js and webpack.
2015-12-21 13:46:50 -06:00
Yury Delendik
06c1904675
Refactors FontLoader to group fonts per document.
2015-11-24 13:27:22 -06:00
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: */
2015-11-14 07:32:18 +05:30
Collin Anderson
54e984c763
cleaned whitespace
2015-02-17 11:07:37 -05:00
Yury Delendik
6048c8a910
Minor node/pdf2svg.js fixes.
2014-10-22 09:59:20 -05:00
Yury Delendik
de23d3791e
Fixes image and font embedding
2014-08-14 15:11:27 -05:00
Yury Delendik
bc574aa629
Refactors SVG api
2014-08-14 12:56:11 -05:00
pramodhkp
0e5998a325
Added svg export tool
2014-08-14 23:18:19 +05:30
Yury Delendik
b8344a543c
Basic node.js example that demostrate pdf.combined.js file use
2014-04-19 15:43:16 -05:00