CodingSans / billingo-client

MIT License
7 stars 0 forks source link

Character encoding issue when downloading document #5

Closed gbarany closed 3 years ago

gbarany commented 3 years ago

Current behaviour: Downloaded PDF document renders blank due to incorrect encoding setting in Axios

By adding the below parameters Axios gets the file in binary format:

Source: https://stackoverflow.com/questions/40211246/encoding-issue-with-axios

Lacka90 commented 3 years ago

Thanks for the fix! Appreciate it!