javascript - PDFjs custom file name with blob -


i using pdf js out of box. problem using blob "blob:http://localhost:9001/12fc5fc1-bd5f-4af1-a434-0e38cb55ead"

because of this, url doesnt contain ".pdf" when viewer.js parses it, dowloads "document.pdf"

if there anyway use custom file name in situation?

thanks


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -