Skip to content
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

will it convert multiple page pdf to image, like png #1

Open
kvvaradha opened this issue Mar 9, 2021 · 2 comments
Open

will it convert multiple page pdf to image, like png #1

kvvaradha opened this issue Mar 9, 2021 · 2 comments

Comments

@kvvaradha
Copy link

hi, its good library, through i wanted to try it with multiple page pdf to png , is it possible to convert it.

@janbarasek
Copy link
Member

Hi, thank you very much for the issue!

Multi-page PDF conversion is not yet supported, but I could add it. What should the ideal output of a function look like?

I suggest either:

  • The function saves all pages as images in the specified directory (given by argument)
  • The function saves images to the temp directory and returns an array of image paths (string arrays)
  • Other solutions (suggest, please)

Thank you. :)

@kvvaradha
Copy link
Author

thank you for the prompt response.

i would suggest you to try with saving them in a directory and provide an array of files absolute path. that would be nice one to use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants