Access our premium support and let us know your problems, we will help you solve them.

0
No products in the cart.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Recommended way to embed PDF in HTML? #9325
    blankahmedakhtar11
    Participant

    You can use the relative location of the saved pdf like this:

    Example1

    <embed src="example.pdf" width="1000" height="800" frameborder="0" allowfullscreen>
    

    Example2

    <iframe src="example.pdf" style="width:1000px; height:800px;" frameborder="0" allowfullscreen></iframe>
    
Viewing 1 post (of 1 total)