Commit Graph

11 Commits

Author SHA1 Message Date
Tim van der Meij
0733b54e10
Update all packages to the most recent version
To support this, the following changes have to be made as well:

- Ignore `package-lock.json` since NPM creates it, but we should not
  have it in the repository.
- Switch from `babel-preset-es2015` to `babel-preset-env` to resolve
  the deprecation warning in the test logs. The latter is more recent
  and flexible, but should be the same functionality-wise.
- `transform` now needs to have the `utf-8` encoding option provided.
  If not given, it will call the callback with a `Buffer` object,
  which results in an unhandled promise rejection since what is
  returned from the callback is a string, not a `Buffer`.
2017-09-30 16:26:24 +02:00
Mukul Mishra
f885e98d20
Example for converting PDF to PNG using the Node canvas library 2017-03-26 20:24:00 +02:00
pramodhkp
0e5998a325 Added svg export tool 2014-08-14 23:18:19 +05:30
Jon Buckley
19dbeaa23e Issue #2008 - Add jshint 2013-01-31 19:12:44 -05:00
Yury Delendik
f4b677a039 Generates proxy Makefile 2012-08-27 14:17:29 -05:00
Clauber Stipkovic
bfa9dea7c5 Added .DS_Store reference in gitignore file 2012-08-07 21:49:19 -03:00
Kalervo Kujala
9114af51a1 Revert *~ .gitignore change. 2012-01-12 20:52:26 +02:00
Kalervo Kujala
f4ea550344 Clean up .gitignore and add tags to it. 2012-01-11 22:05:36 +02:00
Artur Adib
889de3fc4d make pdfjs 2011-10-24 18:13:12 -07:00
Chris Jones
eba0b18b19 allow custom rules to be defined in local.mk 2011-07-07 12:51:48 -04:00
Andreas Gal
866e59f3d0 Add pdf13-gfx.pdf to .gitignore 2011-06-27 20:31:01 -07:00