christopherdro / react-native-html-to-pdf

Convert html strings to PDF documents using React Native
MIT License
434 stars 264 forks source link

EXIF orientation is ignored in images with <img> tag #216

Closed m-tay closed 3 years ago

m-tay commented 3 years ago

Images often come with EXIF orientation data, so they can be displayed the correct way up. Browsers handle this automatically, however any images included in PDFs using this package are not checked and oriented appropriately based on their EXIF data.

Would be great if they did!

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.