Title: Make PDF Newspaper
Author: mhawksey
Published: <strong>جون 2, 2010</strong>
Last modified: نومبر 23, 2010

---

پلگ انز تلاش کریں

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](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://ur.wordpress.org/plugins/make-pdf-newspaper/#description)
 * [جائزے](https://ur.wordpress.org/plugins/make-pdf-newspaper/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/make-pdf-newspaper/#installation)
 * [ڈیولپمنٹ](https://ur.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.

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“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/)،
[ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/make-pdf-newspaper/) کو
چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/make-pdf-newspaper/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/make-pdf-newspaper/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

**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

## میٹا

 *  Version **2.2.4**
 *  Last updated **16 سال پہلے**
 *  Active installations **10+**
 *  WordPress version ** 2.5 یا اس سے جدید **
 *  Tested up to **3.0.5**
 *  Language
 * [English (US)](https://wordpress.org/plugins/make-pdf-newspaper/)
 * Tags
 * [newsletter](https://ur.wordpress.org/plugins/tags/newsletter/)[newspaper](https://ur.wordpress.org/plugins/tags/newspaper/)
   [pdf](https://ur.wordpress.org/plugins/tags/pdf/)[printable](https://ur.wordpress.org/plugins/tags/printable/)
   [tabloid](https://ur.wordpress.org/plugins/tags/tabloid/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/make-pdf-newspaper/advanced/)

## درجہ بندیاں

No reviews have been submitted yet.

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

[See all reviews](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)