Calling Wordpressers to help with pdf!!
January 5, 2011 12:41 PM Subscribe
Calling all Wordpress specialists (and I know there are many!). I have a small blog which is a source of business for me and I want my readers to have the option of getting a printer friendly version of each post in the form of a PDF. I need your experience on which plugin may work best for me.
The idea is to ensure that the output looks professional (removes unnecessary clutter of links and images) and ensures that my profile is included in the printed version (in order to drum up business from readers).
I know very little about WP Plugins and on doing a simple search I found the following plugins which could do the job and I am looking for personal experience with any of them:
Here is the shortlist:
oqey pdfs
Print Friendly
wp post to pdf
make pdf newspaper
Kalins PDF Creation Station/
Univermout Post Manager
Article2Pdf
Maybe you can rate these on:
a) how good is the output
b) does not say on the blog or on pdf that it is a free tool (?!)
b) how easy it is to configure it
and any other dimension that I may have missed. Also if I have missed any plugin that you particularly like please let me know.
The idea is to ensure that the output looks professional (removes unnecessary clutter of links and images) and ensures that my profile is included in the printed version (in order to drum up business from readers).
I know very little about WP Plugins and on doing a simple search I found the following plugins which could do the job and I am looking for personal experience with any of them:
Here is the shortlist:
oqey pdfs
Print Friendly
wp post to pdf
make pdf newspaper
Kalins PDF Creation Station/
Univermout Post Manager
Article2Pdf
Maybe you can rate these on:
a) how good is the output
b) does not say on the blog or on pdf that it is a free tool (?!)
b) how easy it is to configure it
and any other dimension that I may have missed. Also if I have missed any plugin that you particularly like please let me know.
Adding a simple print sheet [print.css] to your Wordpress theme will give you the most control about what a visitor will get when printing. A basic print sheet is like the stylesheet of that theme, but then much simpler, and with rules that force all the elements out of sight you don't want in print. [With the parameter display:none;}]
This is a classic article on how to make a print.css.
Adding information to a page that is printed to paper, or pdf, can be done by defining a class, say 'printtext', that is set to 'display:none;' in your style.css, but that will display according what you define to your print.css.
posted by ijsbrand at 1:28 PM on January 5, 2011 [2 favorites]
This is a classic article on how to make a print.css.
Adding information to a page that is printed to paper, or pdf, can be done by defining a class, say 'printtext', that is set to 'display:none;' in your style.css, but that will display according what you define to your print.css.
posted by ijsbrand at 1:28 PM on January 5, 2011 [2 favorites]
This thread is closed to new comments.
posted by alynnk at 1:05 PM on January 5, 2011