Please see this original document at https://github.com/delphian/drupal-convert-file/wiki
Drupal Convert File is a Drupal 7 module to automatically or manually convert existing or newly uploaded files into different formats. Conversion is done with a plugin system; "providers" each contribute various "formats" to which a file may be converted. The core module comes with providers: Google Drive, and ImageMagick. Two widgets will be installed: Convert File for file field types, and Convert Image for image field types. Field settings will have two new drop down options. The first selects the provider that will deal with transformation, the second specifies what format the provider should convert to.
- Inline conversion of existing files
- Automatic conversion of uploaded files
- Custom field formatters
- File conversion based on rules
- Programmatic file conversion
- File conversion done inside validators
- Drupal modules: Rules, Entity tokens, Entity API
- cURL PHP extension
- Clone repository into sites/all/modules/custom/
git clone --recursive git://github.com/delphian/drupal-convert-file.git
. - Enable modules
drush en convertfile cf_googledrive cf_convertfile cf_imagemagick -y
. - Configure providers Google Drive or ImageMagick.
- Assign Convert File widget to file field.
- Admin Interface
- Developer Guide.
- Issue Queue.
- Providers
- Convert File .gz
- Google Drive .docx .odt .pdf .txt
- ImageMagick .jpg .png .pdf
Feel free to contact me bryan.hazelbaker@gmail.com with any questions.