thunderclient / thunder-client-support

Thunder Client is a lightweight Rest API Client Extension for VS Code.
https://www.thunderclient.com
Other
3.62k stars 127 forks source link

Support showing/opening PDF as response #1457

Closed Pimpnase closed 8 months ago

Pimpnase commented 8 months ago

Please describe feature/problem details and the solution you'd like. I have an API which responds with a PDF and Thunder Clients show the response as "The response is binary file, display not supported". Of course I can save the file to my file-system and open it, but other api-clients show the PDF natively within their response-window.

Describe alternatives you've considered Show a button "Open in default-app"

Are you using the free version/paid version/trial: paid version

rangav commented 8 months ago

@Pimpnase

Please install PDF viewer extension and Click Open in Code link button

Pimpnase commented 8 months ago

Not a real fan of extensions for an extension and it's another click, but it works and is way easier, than saving the file and opening it 👍