Difference between revisions of "SUNScholar/Media Filters/4.X"
Jump to navigation
Jump to search
m (→References) |
|||
| Line 7: | Line 7: | ||
==Step 2 - Install the "xpdf" package== | ==Step 2 - Install the "xpdf" package== | ||
Type the following: | Type the following: | ||
| − | sudo apt-get install xpdf-utils | + | sudo apt-get install xpdf poppler-utils |
| + | |||
==References== | ==References== | ||
*https://wiki.duraspace.org/display/DSDOC4x/Mediafilters+for+Transforming+DSpace+Content | *https://wiki.duraspace.org/display/DSDOC4x/Mediafilters+for+Transforming+DSpace+Content | ||
*https://wiki.duraspace.org/display/DSDOC4x/Configuration+Reference#ConfigurationReference-XPDFFilter | *https://wiki.duraspace.org/display/DSDOC4x/Configuration+Reference#ConfigurationReference-XPDFFilter | ||
*http://packages.ubuntu.com/precise/xpdf | *http://packages.ubuntu.com/precise/xpdf | ||
Revision as of 21:30, 21 December 2014
Back to Media Filters
Step 1 - Login to the server
Step 2 - Install the "xpdf" package
Type the following:
sudo apt-get install xpdf poppler-utils