We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I'm trying to convert a PDF to a PNG with a DPI = 150 but doesn't work, by default it's exporting not matter the DPI value to 96.
To Reproduce Steps to reproduce the behavior:
images = convert_from_bytes( pdf_file_bytes, dpi=DPI, fmt=FMT, thread_count=8, )
the FMT = 'PNG' and the DPI = 150
Expected behavior Each file should be converted to the desired DPI value
Desktop (please complete the following information): OS : Windows & tested on AWS Lambda
Additional context Version used: 1.17.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I'm trying to convert a PDF to a PNG with a DPI = 150 but doesn't work, by default it's exporting not matter the DPI value to 96.
To Reproduce
Steps to reproduce the behavior:
images = convert_from_bytes(
pdf_file_bytes,
dpi=DPI,
fmt=FMT,
thread_count=8,
)
the FMT = 'PNG' and the DPI = 150
Expected behavior
Each file should be converted to the desired DPI value
Desktop (please complete the following information):
OS : Windows & tested on AWS Lambda
Additional context
Version used: 1.17.0
The text was updated successfully, but these errors were encountered: