pdfpreview.info |
pdfpreview.info |
|
name = PDF Preview
description = Show a snapshot of the first page of pdf files attached to nodes
package = CCK
core = 6.x
dependencies[] = filefield
dependencies[] = imageapi_imagemagick
dependencies[] = imagecache |
pdfpreview.install |
pdfpreview.install |
|
|
pdfpreview.module |
pdfpreview.module |
|
This module creates a formatter for CCK filefields that
shows a snapshot of the first page of pdf files as link
to the file. |
README.txt |
README.txt |
|
This module lets you show a preview of PDF files uploaded through FileField.
This module uses ImageMagick to extract the first page of a PDF file to a JPEG image which is used as PDF preview link to the file.
If imagecache module is available, you can… |