SVG, PNG, PDF converters using external tools as ImageMagick
Project description
This package provides utilities to convert images and PDF files using ImageMagick.
Installation
zc.buildout
If you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this:
Update your buildout.cfg file:
Add eea.converter to the list of eggs to install
Tell the plone.recipe.zope2instance recipe to install a ZCML slug
[instance] ... eggs = ... eea.converter zcml = ... eea.converter
Re-run buildout, e.g. with:
$ ./bin/buildout
You can skip the ZCML slug if you are going to explicitly include the package from another package’s configure.zcml file.
Dependencies
pdfinfo to parse pdf metadata (part of the xpdf package):
yum install xpdf (fedora) apt-get install xpdf (debian)pdftk to generate a cover image from a pdf file:
yum install pdftk (fedora) apt-get install pdftk (debian)ImageMagick (6.3.7+):
yum install ImageMagick apt-get install imagemagick
Source code
- Latest source code (Zope 2 compatible):
Documentation
See the doc directory in this package.
API Doc
Copyright and license
The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.
The EEA Exhibit (the Original Code) is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
More details under docs/License.txt
Funding
EEA - European Environment Agency (EU)
Changelog
6.0 - (2012-10-08)
Fixed dependencies, cleanup and make the package run on a clean Zope [ghicaale #5426]
1.1 - (2012-06-12)
Added watermark utility [szabozo0]
1.0 - (2012-03-05)
Initial release [voineali]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file eea.converter-6.0.zip
.
File metadata
- Download URL: eea.converter-6.0.zip
- Upload date:
- Size: 24.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f628e330d4d49bf1e35bc9de4bd33d2846ae193552cca1931a2e2b60cf90a5f |
|
MD5 | 6c15775bff0d926ba311bef44c77f4d2 |
|
BLAKE2b-256 | b21dfecec8d0abfa80f37083341fc1e6b2d925ef3aed57ac13ea149633cf70bf |