constant PDFPREVIEW_DEFAULT_SIZE in PDFPreview 6
Same name and namespace in other branches
- 7.2 pdfpreview.module \PDFPREVIEW_DEFAULT_SIZE
2 uses of PDFPREVIEW_DEFAULT_SIZE
- pdfpreview_admin_settings in ./
pdfpreview.module - Creates the settings form to tune how pdfpreview works.
- _pdfpreview_convert_first_page in ./
pdfpreview.module - Convert the first page of a PDF document
File
- ./
pdfpreview.module, line 15 - This module creates a formatter for CCK filefields that shows a snapshot of the first page of pdf files as link to the file.
Code
define('PDFPREVIEW_DEFAULT_SIZE', '1024x1024');