Commit Graph

24 Commits

Author SHA1 Message Date
2e17443c5f Version 0.1.1 2020-11-20 21:46:38 +01:00
dfb6282d6c Version 0.1.0 2020-11-20 21:42:20 +01:00
edb7ddd318 Add ability to provide password as command line argument closes #16
- add catching errors and displaying formatted output ( optional stacktrace for debug)
- bump pdfjs-dist and minimist to latest version
- use 'pdfjs-dist/es5/build/pdf' for node v14.5.0
2020-11-20 21:39:09 +01:00
3edb27c12a Version 0.0.8 2019-08-10 06:24:05 +02:00
89bc5a9657
Update package.json keywords to match github project 2019-07-28 22:12:54 +02:00
eeef0bd126
Version 0.0.7 2019-07-28 22:08:45 +02:00
6788ac6093
Add opentype.js and extract more font information, closes #5 2019-07-28 20:57:29 +02:00
a115debd41 Update package.json keywords to match github project 2019-07-28 17:32:55 +02:00
8ae1cee785 Version 0.0.6 2019-07-28 15:12:38 +02:00
dea317eda8 Add eslint standard with small modifications
- semi always
- comma-dangle always-multiple
2019-07-28 09:40:39 +02:00
5c83ef37d6 Version 0.0.5 2019-07-26 00:41:01 +02:00
068f56db5c Version 0.0.4 2019-07-23 06:18:00 +02:00
d0a2e44cdf Update README.md with correct package url 2019-07-23 05:34:59 +02:00
10443b009b Update package.json repository url 2019-07-23 05:28:39 +02:00
44e59dfe8f Version 0.0.2 2019-07-23 05:16:41 +02:00
c2f597d899 Update README.md with documentation location and package.json keywords 2019-07-23 05:16:28 +02:00
81f4de1c29 Documentation generate scripts 2019-07-23 01:19:17 +02:00
b797a2f192 Fix package.json 2019-07-23 00:22:42 +02:00
0cf9707d86 Update package.json description 2019-07-22 22:51:49 +02:00
fc54756c50 Add option to run from command line using 'pdfdig' command 2019-07-22 22:50:26 +02:00
738aecf068 Add proper command line interface for extraction 2019-07-22 20:58:24 +02:00
195ecdad63 Add LICENSE, README update package.json with valid repository url 2019-07-22 20:20:37 +02:00
c8d15caca3 Use proper example file inside package.json 2019-07-22 20:03:59 +02:00
64a7df2f75 Start of pdf extracting nodejs library based on pdfjs
- add ability to extract text with:
  * font information
  * each line separated
  * each text have stored positions
- skipping text inside diagrams
2019-07-22 19:59:22 +02:00