先端はpdfobjectを利用する.jsはpdfファイルを処理する
1428 ワード
プラグインの説明
プラグインpdfobject.js公式リンク:https://pdfobject.com/
プラグインの導入
a、箱を作成し、箱example 1にstyleでスタイルを追加できる
構成の初期化
PDFObject.embed(url [string], target [mixed], options [object])
a、url[string]はpdfのリンクである.b、target[mixed]はdomノードを指定する.c、options[object]初期化構成オプション page(初期化時に何ページ目にジャンプ) id(埋め込み要素にid値を1つ与える) width(埋め込み要素の幅) height(埋め込み要素の高さ) fallbackLink(コールバックリンク、ブラウザがサポートしていない場合、プロンプト文字とファイルダウンロードリンクを与える) pdfOpenParams(adobeオープンパラメータの使用を許可) オープンインタフェースview: PDFJS_URL(pdf.jsの表示ページリンク) forcePDF JS(pdf.jsの統合を許可するかどうか、trueは許可する) 参照リンク:1、https://pdfobject.com/2、pdf公式オープンインターフェース:https://www.adobe.com/content...3、https://blog.csdn.net/badgirl...
プラグインpdfobject.js公式リンク:https://pdfobject.com/
プラグインの導入
a、箱を作成し、箱example 1にstyleでスタイルを追加できる
b、引入插件
PDFObject.embed(
"/pdf/sample-3pp.pdf",
"#example1"
);
構成の初期化
PDFObject.embed(url [string], target [mixed], options [object])
a、url[string]はpdfのリンクである.b、target[mixed]はdomノードを指定する.c、options[object]初期化構成オプション
: Fit
FitH
FitH, top
FitV
FitV, left
FitB
FitBH
FitBH, top
FitBV
FitBV, left
: https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf