web-dev-qa-db-ja.com

PDFファイルをHTMLで表示する方法

itextによってPDFファイルを自動生成したので、そのPDFファイルをHTMLで表示する必要があります。私の質問です:pdf.jsを使ってHTMLでローカルのPDFファイルを表示するにはどうすればいいですか?そのPDFファイルはいくつかの規格で生成されるべきですか?

111
vivek

HTML WebページにPDFファイルを実装するのはとても簡単です。

<embed src="file_name.pdf" width="800px" height="2100px" />

必要に応じて幅と高さを変更してください。がんばろう!

168
Gofilord

Googleドキュメントの埋め込みPDFビューアを使用しています。ドキュメントをGoogleドキュメントにアップロードする必要はありませんが、オンラインで利用できるようにする必要があります。

<iframe src="https://docs.google.com/gview?url=https://path.com/to/your/pdf.pdf&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe>
28
Rahul Sinha

Pdf.jsを使いたいのなら、 THIS のように読むことをお勧めします。

あなたはまたどこかにあなたのpdfをアップロードすることができ(Googleドライブのように)そしてiframeの中でそのURLを使うことができます

または

<object data="data/test.pdf" type="application/pdf" width="300" height="200">
<a href="data/test.pdf">test.pdf</a>
</object>
20
user2365865

PC用のHTMLページでは実装が簡単です。

<embed src="study/sample.pdf" type="application/pdf"   height="300px" width="100%">

しかし、このコードによって携帯電話でPDF表示は不可能ですあなたはプラグインを必要とする必要があります

あなたがあなたのサイトに反応しないならば。それからコードpdfの上に携帯電話で表示されませんが、コードの後に​​ダウンロードオプションを置くことができます

<embed src="study/sample.pdf" type="application/pdf"   height="300px" width="100%" class="responsive">
<a href="study/sample.pdf">download</a>
8
pradip kor

このようなHTMLページに簡単に表示できます

<embed src="path_of_your_pdf/your_pdf_file.pdf" type="application/pdf"   height="700px" width="500">
8
harun ugur

最も単純なを使用する方法です。

<iframe src="pdf-link">
</iframe>

まだ表示されずにダウンロード済みが表示される場合は、サーバー応答ヘッダーを確認してください。Content-Disposition:Inlineではなく、Content-Disposition:Attachmentが必要です。

4
Rohith Murali

私は以前に似たようなものを持っていて、通常のタグを使用しました

<a href="path_of_your_pdf/your_pdf_file.pdf" tabindex="-1"><strong>click here</strong></a>

しかし、上記のように他の方法を見つけるのは面白いです。

4
DirWolf

Portable Document Format( PDF )。

  • すべてのブラウザ"PDFファイルをiframeに埋め込むには、埋め込み _ Googleドキュメントビューア を使用します。

    <iframe src="http://docs.google.com/gview?
        url=http://infolab.stanford.edu/pub/papers/google.pdf&embedded=true"
        style="width:600px; height:500px;" frameborder="0">
    </iframe>
    
  • プラグインを使用するクロムブラウザ"Chrome PDFビューアの場合のみ。 pluginspage=http://www.Adobe.com/products/acrobat/readstep2.html

    <embed type="application/pdf" 
    src="http://www.Oracle.com/events/global/en/Java-outreach/resources/Java-a-beginners-guide-1720064.pdf" 
    width="100%" height="500" alt="pdf" pluginspage="http://www.Adobe.com/products/acrobat/readstep2.html" 
    background-color="0xFF525659" top-toolbar-height="56" full-frame="" internalinstanceid="21" 
    title="CHROME">
    

例の断片:

<html>
   <head></head>
   <body style=" height: 100%;">
      <div style=" position: relative;">
      <div style="width: 100%; /*overflow: auto;*/ position: relative;height: auto; margin-top: 70px;">
         <p>An 
            <a href="https://en.wikipedia.org/wiki/Image_file_formats" >image</a> is an artifact that depicts visual perception
         </p>
         <!-- To make div with scroll data [max-height: 500;]-->
         <div style="/* overflow: scroll; */ max-height: 500; float: left; width: 49%; height: 100%; ">
            <img width="" height="400" src="https://Peach.blender.org/wp-content/uploads/poster_bunny_bunnysize.jpg?x11217" title="Google" style="-webkit-user-select: none;background-position: 0px 0px, 10px 10px;background-size: 20px 20px;background-image:linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee 100%),linear-gradient(45deg, #eee 25%, white 25%, white 75%, #eee 75%, #eee 100%);cursor: zoom-in;" />
            <p>Streaming an Image form Response Stream (binary data) «  This buffers the output in smaller chunks of data rather than sending the entire image as a single block. 
               <a href="http://www.chestysoft.com/imagefile/streaming.asp" >StreamToBrowser</a>
            </p>
         </div>
         <div style="float: left; width: 10%; background-color: red;"></div>
         <div style="float: left;width: 49%; ">
            <img width="" height="400" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==" alt="Red dot"/>
            <p>Streaming an Image form Base64 String « embedding images directly into your HTML.
               <a href="https://en.wikipedia.org/wiki/Data_URI_scheme">
               <sup>Data URI scheme</sup>
               </a>
               <a href="https://codebeautify.org/image-to-base64-converter">
               <sup>, Convert Your Image to Base64</sup>
               </a>
            <pre>data:[&lt;media type&gt;][;base64],&lt;data&gt;</pre>
            </p>
         </div>
      </div>
      <div style="width: 100%;overflow: auto;position: relative;height: auto; margin-top: 70px;">
      <video style="height: 500px;width: 100%;" name="media" controls="controls">
         <!-- autoplay -->
         <source src="http://download.blender.org/Peach/trailer/trailer_400p.ogg" type="video/mp4">
         <source src="http://download.blender.org/Peach/trailer/trailer_400p.ogg" type="video/ogg">
      </video>
      <p>Video courtesy of 
         <a href="https://www.bigbuckbunny.org/" >Big Buck Bunny</a>.
      </p>
      <div>
         <div style="width: 100%;overflow: auto;position: relative;height: auto; margin-top: 70px;">
            <p>Portable Document Format 
               <a href="https://acrobat.Adobe.com/us/en/acrobat/about-Adobe-pdf.html?promoid=CW7625ZK&mv=other" >(PDF)</a>.
            </p>
            <div style="float: left;width: 49%; overflow: auto;position: relative;height: auto;">
               <embed type="application/pdf" src="http://www.Oracle.com/events/global/en/Java-outreach/resources/Java-a-beginners-guide-1720064.pdf" width="100%" height="500" alt="pdf" pluginspage="http://www.Adobe.com/products/acrobat/readstep2.html" background-color="0xFF525659" top-toolbar-height="56" full-frame="" internalinstanceid="21" title="CHROME">
               <p>Chrome PDF viewer 
                  <a href="https://productforums.google.com/forum/#!topic/chrome/MP_1qzVgemo">
                  <sup>extension</sup>
                  </a>
                  <a href="https://chrome.google.com/webstore/detail/surfingkeys/gfbliohnnapiefjpjlpjnehglfpaknnc">
                  <sup> (surfingkeys)</sup>
                  </a>
               </p>
            </div>
            <div style="float: left; width: 10%; background-color: red;"></div>
            <div style="float: left;width: 49%; ">
               <iframe src="https://docs.google.com/gview?url=http://infolab.stanford.edu/pub/papers/google.pdf&embedded=true#:page.7" style="" width="100%" height="500px" allowfullscreen="" webkitallowfullscreen=""></iframe>
               <p>Embeddable 
                  <a href="https://googlesystem.blogspot.in/2009/09/embeddable-google-document-viewer.html" >Google</a> Document Viewer. Here's the code I used to embed the PDF file: 
<pre>
&lt;iframe 
src="http://docs.google.com/gview?
url=http://infolab.stanford.edu/pub/papers/google.pdf&embedded=true" 
style="width:600px; height:500px;" frameborder="0"&gt;&lt;/iframe&gt;
</pre>
               </p>
            </div>
         </div>
      </div>
   </body>
</html>
3
Yash

Javascriptを使用すると、MozillaのPDF.JSライブラリを介してPDFファイルをHTMLで表示することができます。 デモはこちら

PDFファイルを埋め込むためのPDF Viewer Javascriptプラグインもあります。 これがデモです 。 (プラグインは無料ではありません)

1
Useful Angle