Answers for "view pdf file html"

0

show pdf in html

<iframe
    src="https://drive.google.com/viewerng/viewer?embedded=true&url=http://infolab.stanford.edu/pub/papers/google.pdf#toolbar=0&scrollbar=0"
    frameBorder="0"
    scrolling="auto"
    height="100%"
    width="100%"
></iframe>
Posted by: Guest on July-27-2021

Browse Popular Code Answers by Language