Hello I am looking to see if there are any modules for drupal 6 or 7, which would allow basic document management functionalities and allow to view .docx and pdf documents?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For viewing PDF: http://drupal.org/project/fileviewer or A PDF viewer with a toolbar actions
Concerning .docx files, I think you may need to actually add mime type support at the webserver level in order for it to work with a viewer (http://drupal.org/node/177256)
Here’s your standard drupal file management plugins: http://drupal.org/node/265416
If you’re not opposed to integrating google docs, you may be able to do more with it. If so try this module for integrated file viewing: http://drupal.org/project/gdoc_field and this for basic integration with google docs http://drupal.org/project/google_docs (not maintained past 6x)