Belval / pdf2image

A python module that wraps the pdftoppm utility to convert PDF to PIL Image object
MIT License
1.6k stars 194 forks source link

Is there way to control rotation? #281

Open romanvelichkin opened 5 months ago

romanvelichkin commented 5 months ago

I have horizontal .pdf files (width > height). Converting them with convert_from_path rotates them in 90 degrees. Is there way how I can stop or control it?