1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

wordpressでPDFを埋め込む

Posted at

完成イメージ

image.png

もくじがあって下にPDFを埋め込む。
もくじをクリックしたらそのPDFのページに飛ぶ。

worpressでプラグインインストール

インストール有効化
image.png

メディアライブラリでpdfアップロード

wordpressのPDF埋め込みたい 固定ページか投稿ページの編集画面いく
image.png

+を押す
ファイル
image.png

任意のPDFを選択
image.png

wordpress上で表示されました。
image.png

目次作成

もくじを書きたい記事の編集画面へ遷移
カスタムHTMLで書く。

<a href="your-pdf-url.pdf#page=10" target="_blank">10ページへ移動</a>

your-pdf-url.pdf これは開いてほしいPDFを書く

例えば:http://192.168.0.199:8000/wp-content/aaa/uuu/aaaw aiueo.pdf

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?