mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
![]() Add a doc that contains an MP4 video in it, which has an audio and video
stream. This type of document could not be converted with the latest
Dangerzone releases, because PyMuPDF threw this error in the container's
stdout:
MuPDF error: unsupported error: cannot create appearance stream for
Screen annotations
This error message was treated literally by our client code, which
parsed the first few bytes in order to find out the page height/width.
This resulted to a misleading Dangerzone error, e.g.:
A page exceeded the maximum height
This issue started occurring since 0.6.0, which added streaming support,
and was fixed by commit
|
||
---|---|---|
.. | ||
sample-bmp.bmp | ||
sample-doc.doc | ||
sample-docm.docm | ||
sample-docx.docx | ||
sample-epub.epub | ||
sample-gif.gif | ||
sample-jpg.jpg | ||
sample-mime-application-zip.xls | ||
sample-mime-octet-stream.xls | ||
sample-mime-spreadsheet-template.ods | ||
sample-mime-text-template.odt | ||
sample-mime-x-ole-storage.xls | ||
sample-odg.odg | ||
sample-odp.odp | ||
sample-ods.ods | ||
sample-odt-mp4.odt | ||
sample-odt.odt | ||
sample-pbm.pbm | ||
sample-pdf.pdf | ||
sample-png.png | ||
sample-pnm.pnm | ||
sample-ppm.ppm | ||
sample-ppt.ppt | ||
sample-pptx.pptx | ||
sample-svg.svg | ||
sample-xls.xls | ||
sample-xlsx.xlsx | ||
sample_bad_max_height.pdf | ||
sample_bad_max_width.pdf | ||
sample_bad_pdf.pdf |