Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/discoverygarden/islandora_solution_pack_document
Islandora document solution pack provides a collection and a content model for users’ documents. Documents are converted to the pdf format to display them. This solution pack needs OpenOffice running as a service and also the JODCoverter library installed.
https://github.com/discoverygarden/islandora_solution_pack_document
drupal-7
Last synced: 3 months ago
JSON representation
Islandora document solution pack provides a collection and a content model for users’ documents. Documents are converted to the pdf format to display them. This solution pack needs OpenOffice running as a service and also the JODCoverter library installed.
- Host: GitHub
- URL: https://github.com/discoverygarden/islandora_solution_pack_document
- Owner: discoverygarden
- License: agpl-3.0
- Fork: true (nigelgbanks/islandora_solution_pack_document)
- Created: 2014-01-08T14:00:37.000Z (almost 11 years ago)
- Default Branch: 7.x
- Last Pushed: 2019-04-16T19:02:14.000Z (over 5 years ago)
- Last Synced: 2024-05-02T21:06:51.820Z (6 months ago)
- Topics: drupal-7
- Language: PHP
- Homepage:
- Size: 459 KB
- Stars: 2
- Watchers: 24
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- islandora_awesome - Islandora Document Solution Pack - Provides a collection and a content model for users’ documents. Documents are converted to the pdf format to display them. This solution pack needs OpenOffice running as a service and also the JODCoverter library installed. (The Islandora 7.x-1.x List / Solution Packs)
README
BUILD STATUS
------------
Current build status:
[![Build Status](https://travis-ci.org/discoverygarden/islandora_solution_pack_document.png?branch=7.x)](https://travis-ci.org/discoverygarden/islandora_solution_pack_document)SUMMARY
-------
Islandora document solution pack provides a collection and a content model for users’ documents.
Documents are converted to the pdf format to display them. This solution pack needs OpenOffice running as a service and
also the JODCoverter library installed.REQUIREMENTS
------------
* [Islandora](http://github.com/islandora/islandora)
* [ImageMagick](http://drupal.org/project/imagemagick)
* [Islandora JODConverter] (http://github.com/discoverygarden/islandora_jodconverter)
* [Portable Document Format (PDF) to text converter (version 3.00)](http://poppler.freedesktop.org/)INSTALLATION
------------
Before installing be sure you've followed the instructions for each of the required modules.### Install PDF to Text on CentOS / RedHat
```sh
yum install poppler-utils
```### Install PDF to Text on Ubuntu
```sh
sudo apt-get install poppler-utils
```