You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@gabriel-vasile When the content of docx, xlsx, pptx is been protected, the content is been encrypted, and the file is no longer a valid zip file (yes, it looks like a .doc but it is still a .docx if you decrypt it)
Still, if we use the ubuntu file command we'll get the following:
Attach the file for which the detection is inaccurate
protected_xlsx.xlsx
protected_docx.docx
Expected MIME type
xlsx , docx, pptx
Returned MIME type
application/vnd.ms-powerpoint
.ppt
Version of the library you are using
Output of
go version
go version go1.20.6 darwin/amd64
Additional context
I notice there is a problem with detecting lock xlsx , docx, pptx they are detected as ppt
The text was updated successfully, but these errors were encountered: