Title: Make PDF Newspaper
Author: mhawksey
Published: <strong>2010 年 6 月 2 日</strong>
Last modified: 2010 年 11 月 23 日

---

搜尋外掛

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://s.w.org/plugins/geopattern-icon/make-pdf-newspaper.svg)

# Make PDF Newspaper

 由 [mhawksey](https://profiles.wordpress.org/mhawksey/) 開發

[下載](https://downloads.wordpress.org/plugin/make-pdf-newspaper.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/make-pdf-newspaper/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/make-pdf-newspaper/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/make-pdf-newspaper/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/make-pdf-newspaper/#developers)

 [技術支援](https://wordpress.org/support/plugin/make-pdf-newspaper/)

## 外掛說明

The ‘Make PDF Newspaper’ plugin replaces the [Make Tabbloid](http://www.rsc-ne-scotland.org.uk/mashe/wordpress-plugins/make-tabbloid-plugin/)
to automatically create printer friendly ‘tabloid’ editions of your WordPress blog
in an attractive 2 column magazine/newspaper format. Development of the original
plugin stopped after HP removed API access to their service. The new plugin uses
code developed for the [Five Filters PDF Newspaper project](http://fivefilters.org/pdf-newspaper/),
which in itself pulls together code from a number of other open source projects 
including [TCPDF](http://www.tcpdf.org/), [HTML Purifier](http://htmlpurifier.org/),
[SimplePie](http://simplepie.org/) and [SmartyPants](http://michelf.com/projects/php-smartypants/)

The plugin includes a widget to let you control how you advertise your ‘tabloid 
edition’. You can also choose to display a thumbnail of your custom newsletter (
powered by [Bluga.net Webthumb](http://webthumb.bluga.net/)) to let your readers
see what they are missing.

**Key features**

 * Option to generate PDF from externally hosted versions of the Five Filters code
 * Option to generate PDF editions of selected categories or archives
 * PDF generation entirely self-hosted removing reliance on 3rd party services and
   making it suitable for Intranet installations of WordPress
 * Option to include QR codes for each post (and custom text for user intructions)
 * Customisable banner text and logo
 * Option to automatically footnote all the links which appear in a post (using 
   tinyurl or bitly to shorten long links)
 * Integrated widget to display thumbnail of your publication
 * User controlled production of PDF (including secure urls to trigger pdf generation
   via cron services. See FAQ for more information)

See the ‘screenshot’ for a summary of the features.

For an example of its usage visit [http://www.rsc-ne-scotland.org.uk/mashe/](http://www.rsc-ne-scotland.org.uk/mashe/)

**Thanks to**

This plugin is made possible by the hard work of [Keyvan Minoukadeh](http://www.keyvan.net/)
creator of [Five Filters PDF Newspaper](http://fivefilters.org/pdf-newspaper/) and
Jonathan Lyon who nudged me on.

## 安裝方式

 1. Once you’ve downloaded and extracted move the make-pdf-newspaper folder to wp-content/
    plugins
 2. In the make-pdf-newspaper folder there should be a folder called ‘cache’ this needs
    write permissions
 3. In wp-content create a folder called ‘pdf’ and give it write permissions
 4. Activate ‘Make PDF Newspaper’
 5. From the ‘Make PDF Newspaper’ enter options
 6. IMPORTANT Click ‘Save settings’
 7. You can then try Test PDF or Rebuild PDF buttons – building the PDF is server intensive
    so if it looks like it has stalled wait a bit (60 seconds usually does it).

The script needs write access check out the [WordPress Codex](https://codex.wordpress.org/Changing_File_Permissions)
or have a look at the FAQ for help.

## 常見問題集

  I get an fopen error and / or permission denied

If you get permission errors make sure that the script has writing rights in your
blog directory. Try to creating a file with your chosen pdf filename (e.g. mytabbloid.
pdf) manually, upload it with a ftp program and set the rights to 777 with CHMOD.
A good tutorial for changing file permissions can be found on the [WordPress Codex](https://codex.wordpress.org/Changing_File_Permissions).

  I get a Error 500 – Internal server error

This usually indicates that your server has timed out because the PDF it is trying
to create is too big. Disabling link footnotes and QR Code generation may help.

  Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be
activated when in safe_mode or an open_basedir error

This is indicates that your host server isn’t configured to run this plugin. You
can contact your host to see if they can help or consider setting the ‘Use external
service’ option within the plugin

  How can I automatically generating new copies of the PDF documents (daily, weekly
etc)

The Make PDF Newspaper options panel includes a link which can be used to trigger
regeneration of PDFs using a ‘cron job’ via your host or with a 3rd party service.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Make PDF Newspaper〉的開發相關工作。

參與者

 *   [ mhawksey ](https://profiles.wordpress.org/mhawksey/)

[將〈Make PDF Newspaper〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/make-pdf-newspaper)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/make-pdf-newspaper/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/make-pdf-newspaper/)，或透過
[RSS](https://plugins.trac.wordpress.org/log/make-pdf-newspaper/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/make-pdf-newspaper/)。

## 變更記錄

**2.2.4** – Bugfixes (mainly provided by mgnbrunty https://wordpress.org/support/
topic/plugin-make-pdf-newspaper-bug-with-categories-i-ncludes-afix)

**2.2.3** – Improved position and instructions for ‘secret key’, which is required
to prevent malicious creation of pdfs

**2.2.2** – Fixed bug with images floating over titles. Provided secure urls to 
allow automatic regeneration of PDFs via Cron Job services. Allowed custom text 
for QR Code user instructions. Some other minor bug fixes including ‘images’ cache
folder not writeable.

**2.2.1** – Updated to use version 2.2 of FiveFilters PDF Engine. Added localised
date text (uses format set in WP General Settings)

**2.0.1** – Added option to generate PDF from external host of FiveFilters PDF engine
and to generate separate PDFs for categories and archives. Fixed some other bugs
with PDF and thumbnail generation.

**2.0.0** – Initial Release

## 中繼資料

 *  版本 **2.2.4**
 *  最後更新 **16 年前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 2.5 或更新版本 **
 *  已測試相容的 WordPress 版本 **3.0.5**
 *  語言
 * [English (US)](https://wordpress.org/plugins/make-pdf-newspaper/)
 * 標籤:
 * [newsletter](https://tw.wordpress.org/plugins/tags/newsletter/)[newspaper](https://tw.wordpress.org/plugins/tags/newspaper/)
   [pdf](https://tw.wordpress.org/plugins/tags/pdf/)[printable](https://tw.wordpress.org/plugins/tags/printable/)
   [tabloid](https://tw.wordpress.org/plugins/tags/tabloid/)
 *  [進階檢視](https://tw.wordpress.org/plugins/make-pdf-newspaper/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/make-pdf-newspaper/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/make-pdf-newspaper/reviews/)

## 參與者

 *   [ mhawksey ](https://profiles.wordpress.org/mhawksey/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/make-pdf-newspaper/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](http://fivefilters.org/pdf-newspaper/#donate)