Introduction
To have images render correctly in various office document types like (.pdf, .doc, .odt) using the tools like (pdftohtml, any2html, open office soffice -headless option) in Nuxeo you have to install ghostscript in your system.
General instructions
- Get a build
- Download the source and build it manually using the build instructions provided with the source OR
- Download an existing build.
- Place the built executable in the current path.
Download locations
Source: http://svn.ghostscript.com/
Build: http://sourceforge.net/projects/ghostscript/files/
Example (using the pre-built file)
- Unzip ghostscript-8.71-macosx.tar.gz which contains the pre-built executable: "gs-8.71-macosx"
- Copy the executable file to your /usr/bin directory:
Open the console and type in the following command inside the directory where you extracted your file
and execute the following command:
- Make sure that it is in executable mode:
- Restart the nuxeo server. Your images should now display correctly inside your documents in the preview tab.
CHECKME
Labels:
None
1 Comment
comments.show.hideDec 16, 2010
Anonymous
Worked perfectly!