Descripción
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
- 中文介绍请到插件主页
Instalación
- Upload the whole fold
down-as-pdf
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Configiure the plugin via
Settings
==>Down As PDF
menu
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
Este software es de código abierto. Las siguientes personas han contribuido a este plugin.
ColaboradoresTraduce "Hacklog Down As PDF" a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
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;
toprivate 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.