Shine PDF
Developer
3rd Party (Free)
6 downloads (last 90 days)

EE Version Support
- ExpressionEngine 2
Compatibility
If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.
- Updater
- Multi Site Manager
- Stand Alone Entry Form
- Low Variables
- Content Elements
- Better Workflow
- Matrix
- Grid
- Webservice
- Publisher
Requirements
- jQuery for the Control Panel
Add-On Type(s)
Module
Tags
Generates PDFs on-the-fly from ExpressionEngine templates.
Shine PDF uses the mPDF library to generate PDFs from your (X)HTML and CSS.
In addition to all options that can be passed to the {exp:channel:entries} tag pair, Shine PDF also accepts the following parameters:
{exp:shine_pdf:make
format=“A4”
default_font_size=“11”
default_font=“Helvetica”
margin_left=“15”
margin_right=“15”
margin_top=“16”
margin_bottom=“16”
margin_header=“9”
margin_footer=“9”
orientation=“p”
margin_top_auto=“no”
margin_bottom_auto=“no”
}
Please refer to the docs for complete usage instructions.
NB: This is a large download (~9mb) due to the fact that a slightly edited version of the mPDF Library has been included in the package. Unfortunately, this is unavoidable.
Download Shine PDF
EE Support | Downloads | Add-On Version | Release Date |
---|---|---|---|
Not Specified | Download | 0.1 | Jun 11, 2012 |
Shine PDF Links
This entry was created June 14, 2012, 11:50 am.
This entry was last updated June 19, 2012, 12:10 am.
Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!
Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.
11 Reviews:
hak_com 01.19.17
EE v2.11.x “Fatal error: Call to undefined method Channel::Channel()” in mod.shine_pdf.php.
Line 13
parent::Channel();
to
parent::__construct();
Incorrect Docs:
[page] [total_pages]
-use: {PAGENO},{nbpg},{nb}
Dev github less bugs:
https://github.com/reinos/Shine-PDF
Pen 02.05.15
Ive used this for a while and find it the best free solution. For those needing the missing documentation page (no longer on above url) its been kindly reproduced on stackexchange by user Ian - thx :) http://expressionengine.stackexchange.com/questions/21366/documentation-for-shine-pdf
AlanG 12.11.13
Doe’s any body have the user guide for this?
Have had to give this 1 star for now due to the lack of documentation.
THEMOST 07.23.13
This addon heal my life haha . it’s only make make more method for rander parent::entries() on mod.shine_pdf.php i have to control all about font face, page maring , and entries loop to quickly , css etc. awesome !!!!
artmem 06.06.13
This add-on supports css layout better than any other I’ve used, but support is nonexistent. It would be nice if there was a way to specify the file name of the pdf—it defaults to mpdf.
Robbie 01.02.13
I am trying to generate 700 pdf with this.
And it takes approx 40-45 min to generate all 700 pdf. Is this the genuine time ?
Also I am facing problem that In my evening time PDF generation goes well but during the morning hours it keeps on loading and loading, nothing comes up. Any suggestion?
Est Studio 10.23.12
Perfect add-on, saved loads of time and money in development. Note: having the domain in the image url breaks the image.
msibley 10.03.12
Brilliant - thanks for this. Once I worked out how to get it to automatically download the PDF’s (edit headers in mpdf.php) it did exactly what I needed.
NewMediaDrive.com 08.07.12
It works, but I’m getting some really odd behaviour: any content I put between the main tag pair gets repeated 3 times. In other words, if I have the text “HELLO WORLD” between the tag pair, the generated PDF looks like this:
HELLO WORLDHELLO WORLDHELLO WORLD
Carlo 07.18.12
This is the only PDF solution that worked for me (didn’t try the paid ones). It works perfectly and it’s very easy to use. The only thing I think it’s missing is something to force download PDFs like other addons have.
BillyJ 07.12.12
Really cool pdf maker but how do you open the pdf in a new window. Tried colorbox inline html but no joy. Any ideas guys?