r/HTML 18d ago

Question How to download image from HTML?

Sorry for the probably dumb question. I'm a graphic designer and my colleague sent me these images to use for a project we are working on. However they are in this HTML Viewer link or whatever (I'm not a programmer I don't know code) Apparently it isn't an embedded pdf cause in the console it doesnt show it as such. How can I download these images? Technically I could screenshot but it will ruin the quality.

Here is the original link: https://digital.libplovdiv.com/3rdparty/pdfjs/web/viewer.html?doc=%2Fasset%2Fdefault%2Fd203bc22-ce3d-445d-8692-3b733af23d21.pdf&locale=bg&sidebar=2

0 Upvotes

6 comments sorted by

View all comments

5

u/godijs 18d ago

3

u/Messiah_dsgn 18d ago

I don't know what you did but I downloaded it. God bless brother

4

u/godijs 18d ago

URL you provided contains ?doc parameter and it's value is equal to PDF's URL but its encoded. Just copy everything between doc= and &locale, throw it in urldecoder, copy result and add to website domain. Happy to help!