Closed (fixed)
Project:
FileField
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2009 at 00:02 UTC
Updated:
20 Dec 2009 at 02:30 UTC
Here is the dream. Uploading a ms .doc file as an attachment will produce a .doc, .pdf, cover image in .jpg, and plain text version. I'm using the File Framework that somewhat supports this. However it does not index the file content even though it creates a plain text version. It also doesn't do .doc to pdf.
Is there anyway too add this into FileField?
here is something that look promising...
http://www.lampdeveloper.co.uk/linux/converting-doc-to-pdf-txt-or-html-u...
- Jayson
Comments
Comment #1
quicksketchFileField will not support this directly, as it's way out of scope for what this module provides (essentially a way to upload files). Manipulation of those files would be provided by another module, just as ImageCache provides such manipulations for images.
Comment #2
timefor commentedI'm not a programmer so excuse my ignorance if this sounds completely wrong. My understanding is that the software available at the link provides all of the conversion. It would only require the input field to direct the file to run through the program. Would it be that difficult to develop an addon module that pushes files from FileFeild through that program?
I figured it was outside FileFeild core module but it was something I found and thought I would ask about. I think .doc to .pdf is a feature many people are looking for.
Comment #3
quicksketchNo I don't believe it would, like I said it can work just like ImageCache and provide file conversion similar to the way that ImageCache reads images and creates different sizes. Or a really simple implementation that would provide a single formatter for "Convert to PDF" or something. However asking for a new project in the FileField queue is not the appropriate place. I'd suggest posting over in http://drupal.org/paid-services or hiring a developer from http://drupal.org/drupal-services.
Comment #4
quicksketchThis feature will not be added directly to FileField, closing as a support request.