diff options
author | Alon Levy <alevy@redhat.com> | 2013-06-12 22:42:58 -0400 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-06-12 21:56:25 -0500 |
commit | 376dcbb493a31e8af4de4ba05c70b17900af04e1 (patch) | |
tree | 8ea01b8b5c355d08324865dfb28cbd2442cabbbd /docs/source | |
parent | 25aad338d4921ec76484c6d2af5e40c97904917d (diff) | |
download | mediagoblin-376dcbb493a31e8af4de4ba05c70b17900af04e1.tar.lz mediagoblin-376dcbb493a31e8af4de4ba05c70b17900af04e1.tar.xz mediagoblin-376dcbb493a31e8af4de4ba05c70b17900af04e1.zip |
media-types.rst: clarify the pdf media type requirements
Explain that it works fine without libreoffice, just with reduced
functionality.
Signed-off-by: Alon Levy <alevy@redhat.com>
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/siteadmin/media-types.rst | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/docs/source/siteadmin/media-types.rst b/docs/source/siteadmin/media-types.rst index 210094b9..1527bc70 100644 --- a/docs/source/siteadmin/media-types.rst +++ b/docs/source/siteadmin/media-types.rst @@ -199,8 +199,16 @@ will be able to present them to your wide audience of admirers! PDF and Document ================ -To enable the "PDF and Document" support plugin, you need pdftocairo, pdfinfo, -unoconv with headless support. All executables must be on your execution path. +To enable the "PDF and Document" support plugin, you need: + +1. pdftocairo and pdfinfo for pdf only support. + +2. unoconv with headless support to support converting libreoffice supported + documents as well, such as doc/ppt/xls/odf/odg/odp and more. + For the full list see mediagoblin/media_types/pdf/processing.py, + unoconv_supported. + +All executables must be on your execution path. To install this on Fedora: @@ -208,6 +216,9 @@ To install this on Fedora: sudo yum install -y poppler-utils unoconv libreoffice-headless +Note: You can leave out unoconv and libreoffice-headless if you want only pdf +support. This will result in a much smaller list of dependencies. + pdf.js relies on git submodules, so be sure you have fetched them: .. code-block:: bash |