i have pdf buffer data coming nodejs backend, like..
"%pdf-1.5 %����..."
how can save file using browser's javascript ?
you can save file on nodejs end, , download file using javascript. best way, javascript not have access writing file system.
i have pdf buffer data coming nodejs backend, like..
"%pdf-1.5 %����..."
how can save file using browser's javascript ?
you can save file on nodejs end, , download file using javascript. best way, javascript not have access writing file system.