Skip to content

Tag: javascript

nodejs- Downloading pdf, error in converting using fs (file wont open)

I make an api call , and receive a response. if i write the resposne to console i see h�l�A♂�@►�ῲ7����§�t)A0輺#n�‼�J��[#:u{☼���~�8K� �M�䖒▬����↨�8♀0����S��Z♦�h∟♂i�-♫�♂◄�0…. I then try to convert it to pdf using the below, which downloads the file (a pdf) but i cannot then open the file. (We can’t op…

How to get max and min value from Array in Javascript?

i had seen lots of another examples like Math.max(…Array1) or Math.max(null,num) or Math.max.apply(null,num) but it’s not working by my code my data size is 255 and This is what the data looks like when i print it by console.log Data was extracted from the json file and then put into the array thr…