Thumber
Developer
3rd Party (Free)
419 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)
Plugin
Tags
Thumber generates image thumbnails from your PDFs. You can call it using a single tag in your template.
Create image thumbnails from your PDF files.
Thumber generates thumbnails from your PDFs. You can call it using a single tag in your template.
Example usage:
{exp:thumber:create src='/uploads/documents/yourfile.pdf' page='2' extension='jpg' height='250' class='awesome' title='Click to download' link='yes'}
Parameters:
- src: The source PDF [Required]
- width: The width of the generated thumbnail [Default: 84]
- height: The height of the generated thumbnail [Default: 108]
- page: The page of the PDF used to generate the thumbnail [Default: 1]
- extension: The file type of the generated thumbnail [Default: png]
- link: Wrap the thumbnail in a link to the PDF [Default: no]
- crop: Where width and height are both specified, crop to preserve aspect ratio [Default: yes]
Any other parameters will be added to the img tag in the the generated html snippet - so if you want to add an id or class, just add them as parameters.
Requirements:
- This plugin requires ImageMagick and Ghostscript
- You must create a directory for your cached thumbnails to live. Thumber must have permissions to write to this directory. The default directory is specified as
/images/thumber
Download Thumber
EE Support | Downloads | Add-On Version | Release Date |
---|---|---|---|
Not Specified | Download | 1.2 | Jul 9, 2014 |
Thumber Links
This entry was created August 20, 2012, 8:35 am.
This entry was last updated July 9, 2014, 6:03 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.
5 Reviews:
Todd D. 07.18.14
Thanks for your work on this. Had it up and running in about 10 minutes and that included installing imagemagick. Good stuff!
Alarie Design 09.17.13
This works great except that my images were being returned with an extra “/” at the beginning of the path. There was an error log message about a depreciated function for “remove_double_slashes”. Looks like this may need an update :)
davidbehan 08.01.13
This is a great little addon. I had to fix an issue with PDFs in CMYK format coming out funny in JPEG. On line 196, change the colorspace to sRGB instead of RGB. Working great now.
-colorspace sRGB
Absolute Tech 09.28.12
The only issue I had with this plugin is that it did not auto create the image directory. Missed that in the instructions the first time. Works great now.
Bart Rylant 09.01.12
Seems like a very usable plugin, but I can’t get it working. The debug lines always say:
**Thumber** convert: missing an image filename `/var/www/vhosts/...........’.