Closed adarshmadrecha closed 1 year ago
Currently the software assume that all the attachments for a notice is PDF file. However in rare cases even zip file can be served. In this case it should not "attempt" to render it as PDF file. Instead download the zip file to PC.
PDF
zip
Reported by Bhadresh Doshi
Bhadresh Doshi
Development Note: Use this to determine the content-type. Ref
Note: There can be Word files too with doc or docx extention. In these cases, the files should be downloaded rather than being opened.
Word
doc
docx
Implemented in v2.65.0
Currently the software assume that all the attachments for a notice is PDF file. However in rare cases even zip file can be served. In this case it should not "attempt" to render it as
PDF
file. Instead download thezip
file to PC.Reported by
Bhadresh Doshi