2

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?

macha
  • 7,337
  • 19
  • 62
  • 84

2 Answers2

0

I'm not sure what are you trying to do. Check elfinder if you are looking for a nice UI for managing your files and folders.

Muhammad Reda
  • 26,379
  • 14
  • 93
  • 105
0

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)

Community
  • 1
  • 1
Kristian
  • 21,204
  • 19
  • 101
  • 176