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

Convert pdf to png in windows #148

Open
aben20807 opened this issue Apr 23, 2024 · 0 comments
Open

Convert pdf to png in windows #148

aben20807 opened this issue Apr 23, 2024 · 0 comments

Comments

@aben20807
Copy link
Owner

install ghostscript from: https://ghostscript.com/releases/gsdnld.html

gswin64.exe -sDEVICE=pngalpha -o output.png -r144 input.pdf

if multiple pages, change output.png to output-%03d.png

https://stackoverflow.com/a/3379649

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

No branches or pull requests

1 participant