algoo / preview-generator

generates previews of files with cache management
https://pypi.org/project/preview-generator/
MIT License
226 stars 50 forks source link

On some system, pivot fix for 0.17, broke preview for office generated preview. #224

Closed inkhey closed 3 years ago

inkhey commented 3 years ago

On some system, as the pivot fix for 0.17, create file with explicit extension as wrong one (use the original extension instead of the pivot (.pdf) one, the guess of the mimetype of the pivot is wrongly guessed. We should force it at pdf.

inkhey commented 3 years ago

fixed by https://github.com/algoo/preview-generator/pull/225