-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Iterating PDF file #8
Comments
hi, this is not possible with my project yet, but you can fork and modify it ti make it possible. When I habe time I will do it as well. I described how to modify it here: |
I also need to convert multiple pdf page into pngs. |
I implemented pdf2png.js by followed thnew's opinion.
api.js ( calling pdf2png.convert() function )
|
How to convert nth page of a pdf file to png image?
which I mean.
I converted a PDF file which holds 8 pages in it, but resulted by converting only first page of a pdf file to a png image, but I need a whole.
Thanks in advance.
The text was updated successfully, but these errors were encountered: