madrecha / portal

Tax notice management tool. An automated tool to fetch data from Income tax website.
https://portal.jamku.app/
9 stars 1 forks source link

Notice attachment can be zip file. Not necessarily a pdf file. #45

Closed adarshmadrecha closed 1 year ago

adarshmadrecha commented 2 years 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.

Reported by Bhadresh Doshi

adarshmadrecha commented 2 years ago

Development Note: Use this to determine the content-type. Ref

adarshmadrecha commented 1 year ago

Note: There can be Word files too with doc or docx extention. In these cases, the files should be downloaded rather than being opened.

yogeshkudikala commented 1 year ago

Implemented in v2.65.0