-
## Requirements
#### When the output file has a `.ppt` or `.pptx` extension
- First render the url as a pdf and capture an image of each page.
- Sending to PDF honors CSS page breaks, and automatica…
-
Under NodeJs v0.10.36
1. Conversion does not work here, using the example code from the ReadMe.
Error: [Error: File is not a PDF]
1. Running tests result in an "[Error: File is not a PDF]" on your e…
-
I have found a files that fails conversion
```
TypeError: Cannot set property 'page' of null
at /[app_path]/node_modules/pdf2img/lib/pdf2img.js:66:23
```
If I echo out error right after convertP…
-
Encountered this error while trying to run in my system. Is there a solution for this issue?
`events.js:141
throw er; // Unhandled 'error' event
^
Error: spawn pdfinfo ENOENT
at expo…
-
As seen in the code, the output filename is hard-wired to "test_" (+pagenumber).
This is somewhat inconvenient and should be configurable in the output options.
This feature is listed in the Todo's