by Chris Hardie
4.8 (4 reviews)
Printable PDF Newspaper
Generates a printable PDF newspaper from post content.
Tested up to WP 6.6.4 (Current: 6.8.2)
v1.1.2
Current Version v1.1.2
Updated 1 year ago
Last Update on 18 Aug, 2024
Synced 19 hours ago
Last Synced on
Rank
#13,576
—
No change
Active Installs
100+
—
No change
KW Avg Position
12
—
No change
Downloads
8.8K
—
Total downloads
Support Resolved
0%
—
No change
Rating
96%
Review 4.8 out of 5
4.8
(4 reviews)
Next Milestone 200
100+
200+
245
Ranks to Climb
-
Growth Needed
195
Current Installs
Need 5 more installs to reach 200+
Rank Changes
Current
#13,576
Change
Best
#
Active Installs Growth
Current
195+
Growth
Peak
195
Downloads Growth
Downloads
Growth
Peak
Reviews & Ratings
4.8
4 reviews
Overall
96%
5
3
(75%)
4
1
(25%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 2 of 2| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| journalism | 3 | — | Tag | 21 hours ago |
| newspaper | 21 | — | Tag | 21 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.1.2
- Last Updated
- Aug 18, 2024
- Requires WP
- 5.2.2+
- Tested Up To
- 6.6.4
- PHP Version
- 5.6 or higher
- Author
- Chris Hardie
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 4.8
- Reviews
- 4
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowFrequently Asked Questions
Common questions about Printable PDF Newspaper
Enter your custom style definitions in the "Custom CSS" input field when generating the PDF.
In your theme, filter the output of ppn_pdf_template_css_file_path to specify the full filesystem path to a file containing CSS styles.
In your theme, filter the output of ppn_pdf_template_css_file_path to specify the full filesystem path to a file containing CSS styles.
Here are the CSS classes you may wish to adjust:
ppn-article-title: Headlines / post titles
ppn-article-wrapper: Wrapper around the loop of all included articles
ppn-author: Author byline and display name (if included)
ppn-date: Article date (if included)
ppn-content and ppn-excerpt: article body content
ppn-permalink-text: the "Continue Reading" permalink introductory text
ppn-permalink-qr-code-image: image class for the QR Code (if included)
ppn-article-bottom-border: horizontal line dividing articles
You can view the default style definitions in the plugin file assets/admin/css/pdf-template-styles.css or in Trac.
Note that TCPDF only supports a limited subset of the full CSS specification. Also note that any fonts referenced must be available in the TCPDF library used to generate the PDF. You can view the TCPDF core font list.
There's also an experimental filter, ppn_font_file_paths, that allows you to add to or change the array of TTF font file paths being loaded.
Currently the header image size/position and subheading styles are not easily customizable, but will be in the future.
What filters and hooks are available?
These filters are available to further customize the plugin functionality:
ppn_post_query_args: override the array of arguments to WP_Query to control which posts are included
ppn_pdf_configuration: override the array of PDF configuration values specified by the admin user
ppn_pdf_template_css_file_path: override the full filesystem path to a CSS file for PDF content styling
ppn_font_file_paths: override the array of filesystem paths to TTF font files to include in the PDF
For example, to customize the number of posts included in the PDF, add something like this to your theme:
add_filter( 'ppn_pdf_configuration', function( $config ) { $config['number'] = 2; return $config; }, 10, 1 );
ppn-article-title: Headlines / post titles
ppn-article-wrapper: Wrapper around the loop of all included articles
ppn-author: Author byline and display name (if included)
ppn-date: Article date (if included)
ppn-content and ppn-excerpt: article body content
ppn-permalink-text: the "Continue Reading" permalink introductory text
ppn-permalink-qr-code-image: image class for the QR Code (if included)
ppn-article-bottom-border: horizontal line dividing articles
You can view the default style definitions in the plugin file assets/admin/css/pdf-template-styles.css or in Trac.
Note that TCPDF only supports a limited subset of the full CSS specification. Also note that any fonts referenced must be available in the TCPDF library used to generate the PDF. You can view the TCPDF core font list.
There's also an experimental filter, ppn_font_file_paths, that allows you to add to or change the array of TTF font file paths being loaded.
Currently the header image size/position and subheading styles are not easily customizable, but will be in the future.
What filters and hooks are available?
These filters are available to further customize the plugin functionality:
ppn_post_query_args: override the array of arguments to WP_Query to control which posts are included
ppn_pdf_configuration: override the array of PDF configuration values specified by the admin user
ppn_pdf_template_css_file_path: override the full filesystem path to a CSS file for PDF content styling
ppn_font_file_paths: override the array of filesystem paths to TTF font files to include in the PDF
For example, to customize the number of posts included in the PDF, add something like this to your theme:
add_filter( 'ppn_pdf_configuration', function( $config ) { $config['number'] = 2; return $config; }, 10, 1 );
Allow saving of PDF configuration for easy re-use in future runs
More customizable header size and layout
Generate QR Codes within the plugin instead of Google Chart API
Ability to auto-generate the PDF on a schedule
Better controls for limiting number of pages generated and column breaks.
Why would anyone print anything?
Some people still encounter things and ideas through engagement with objects in the physical world. If you are looking to attract readers to your WordPress-powered writing, distributing a printed "teaser" version might just help.
More customizable header size and layout
Generate QR Codes within the plugin instead of Google Chart API
Ability to auto-generate the PDF on a schedule
Better controls for limiting number of pages generated and column breaks.
Why would anyone print anything?
Some people still encounter things and ideas through engagement with objects in the physical world. If you are looking to attract readers to your WordPress-powered writing, distributing a printed "teaser" version might just help.