CHANGELOG.txt |
CHANGELOG.txt |
|
2011-02-20 dman
== Feature changes ==
Removed constraint on image-field-must-be-multiple.
Single-value fields mean that only the cover page will be processed.
Fixed behavior on one-page PDFs - previously they would not process correctly.
… |
pdf_document.features.content.inc |
pdf_document/pdf_document.features.content.inc |
|
|
pdf_document.features.inc |
pdf_document/pdf_document.features.inc |
|
|
pdf_document.info |
pdf_document/pdf_document.info |
|
core = "6.x"
dependencies[] = "features"
dependencies[] = "pdf_to_imagefield"
dependencies[] = "strongarm"
description = "Document container type for managing PDFs, with image… |
pdf_document.module |
pdf_document/pdf_document.module |
|
|
pdf_document.strongarm.inc |
pdf_document/pdf_document.strongarm.inc |
|
|
pdf_to_imagefield.info |
pdf_to_imagefield.info |
|
name = PDF to Imagefield
description = Imports PDF file and split pages into ImageField files
core = 6.x
dependencies[] = imagefield
dependencies[] = imageapi
dependencies[] = imageapi_imagemagick
package = CCK |
pdf_to_imagefield.install |
pdf_to_imagefield.install |
|
PDF to ImageField install and enable hooks. |
pdf_to_imagefield.module |
pdf_to_imagefield.module |
|
PDF to ImageField core hooks and menu callbacks. |
README.txt |
README.txt |
|
= PDF To ImageField =
The PDF To ImageField module provides automatic conversion of
uploaded PDF files to images.
It can be used either to create a snapshot of the front page,
or to generate a gallery of images from each page in the document.
The… |