Recommended way to embed PDF in HTML?

前端 未结 24 1997
天命终不由人
天命终不由人 2020-11-21 04:54

What is the recommended way to embed PDF in HTML?

  • iFrame?
  • Object?
  • Embed?

What does Adobe say itself about it?

In my

24条回答
  •  情话喂你
    2020-11-21 05:32

    1. Create a container to hold your PDF

    2. Tell PDFObject which PDF to embed, and where to embed it

      
      
      
    3. You can optionally use CSS to specify visual styling, including dimensions, border, margins, etc.

      
      

    source : https://pdfobject.com/

提交回复
热议问题