You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To install `pdfreader` as a dependency of your Node.js project:
36
+
37
+
```sh
38
+
npm install pdfreader
39
+
```
40
+
41
+
Then, see below for examples of use.
42
+
31
43
## Raw PDF reading
32
44
33
45
This module exposes the `PdfReader` class, to be instantiated. You can pass `{ debug: true }` to the constructor, in order to log debugging information. (useful for troubleshooting)
0 commit comments