このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Hacklog Down As PDF

説明

This plugin generates PDF documents for visitors when they click the “Download as PDF” button below the post. Very useful if you plan to share your posts in PDF format.
Note: You can replace the logo file logo.pngunder wp-content/plugins/down-as-pdf/images/ with your own.
注意:请将wp-content/plugins/down-as-pdf/images/目录下面的logo.png文件替换成你自己网站的logo

スクリーンショット

  • screenshot-1.png
  • screenshot-2.png
  • screenshot-3.png
  • screenshot-4.png

インストール

  1. Upload the whole fold down-as-pdf to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configiure the plugin via Settings ==> Down As PDF menu

評価

このプラグインにはレビューがありません。

貢献者と開発者

Hacklog Down As PDF はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Hacklog Down As PDF” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

2.3.6

  • updated TCPDF lib to version 5.9.172

2.3.5

  • corrected some translation error.

2.3.4

  • use writeHTMLCell other than MultiCell (fixed the bug that can not correctly print copyright info in version 2.3.3)
  • add auto make cache dir feature
  • upated TCPDF lib to version 5.9.153
  • correct the plugin name in readme.txt

2.3.3

  • updated TCPDF lib to version 5.9.152

2.3.2

  • updated TCPDF lib to version 5.9.145

2.3.1

  • changed: set display download button default.if you’d like to control the button display or not in each post,set private static $allow_down_default = 1; to private static $allow_down_default = 0;

2.3.0

  • changed: added meta value to control if a post is allowed to be downloaded as PDF format.
  • fixed: fix a typo in sprintf function on line 81 in previous version.
  • added: added shortcode support to control the display posistion of the “Download as PDF” button.

2.2.6

  • added: memory limit and time limit php ini settings

2.2.5

  • added: show backtrace to Administrator

2.2.4

  • fixed: allow Administrator to download private posts as PDF

2.2.3

  • added: password protected posts and not published posts checking
  • added: custom font adding tool( upload font file to wp-content/plugins/down-as-pdf/cache/ and then ,via addf.php?font=the-font-filename.ttf )
  • fixed: disabled Disk caching ,for it may takes more than 60s to handle a post.

2.2.2

  • enabled Disk cache by default,added more English language country fonts.
  • added “clear cache” button
  • TCPDF Lib upgraded to 5.9.142

2.2.1

  • added: Janpanese , Korean ,and Traditional Chinese support.
  • added: font selection option
  • changed: only show download button in singular pages.
  • changed: formated table and block HTML block
  • improved: added backtrace action to help to detect the error.

2.2.0

  • fixed: bug when generating PDF for some articles,some words are lost.
  • fixed: upgraded the TCPDF lib to 5.9.139

2.1.0

  • fixed: add more options.

1.0.0

  • released the first version.