how to view pdf file in mobile and pc using jquery or javascript in html
Loading
how to view pdf file in mobile and pc using jquery or javascript in html
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Marvin ReidPosted Apr 11, 2022, 9:34 PM
satheesh dPosted Nov 29, 2021, 12:29 PM
We can able to use the HTML elements to embed a PDF file directly in our application web page.Here we have used the URL for the data and src values.I could instead open a local file by swapping out the URL for a file path (e.g. /path/to/file.pdf). We will use the Iframe to embed the PDF in the HTML page.
Arnab MukherjeePosted Nov 28, 2021, 10:52 AM