이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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.