You are here

README.txt in Export document 7

/**
 *  Export document
 *  Update: 2014/12/10
 */


Summary
-------
This module simply export nodes into word file (by formatted html)
using VBO to bulk export. This module also borrow some function of
print module, so which field would like to export can adjust at
cck print display page.


Basic Functionality
-------------------
Here is feature list of this module:

 * Integrate with Views
 * Export node to Word


Requirements and Dependencies
-----------------------------
 * Views Bulk Operations (VBO)       --- http://drupal.org/project/views_bulk_operations
 * Printer, e-mail and PDF versions  --- http://drupal.org/project/print


Installation and Settings
-------------------------
According to the following steps:

1) create your views and view type must be "Node".

2) Add title field.

3) Setting this "Bulk Operations" and look at fieldset of "Selected operations",
   you can find and select "Export node to Word (export_doc_export_action)" option.

4) This should be suffice.


Author
------
Jimmy Huang (jimmy@jimmyhub.net, http://drupaltaiwan.org, user name jimmy) and
Deepak Kumar (https://www.drupal.org/u/deepakaryan1988)
If you use this module, find it useful, and want to send the author a thank
or you note, feel free to contact me.

The author can also be contacted for paid customizations of this and other modules.

File

README.txt
View source
  1. /**
  2. * Export document
  3. * Update: 2014/12/10
  4. */
  5. Summary
  6. -------
  7. This module simply export nodes into word file (by formatted html)
  8. using VBO to bulk export. This module also borrow some function of
  9. print module, so which field would like to export can adjust at
  10. cck print display page.
  11. Basic Functionality
  12. -------------------
  13. Here is feature list of this module:
  14. * Integrate with Views
  15. * Export node to Word
  16. Requirements and Dependencies
  17. -----------------------------
  18. * Views Bulk Operations (VBO) --- http://drupal.org/project/views_bulk_operations
  19. * Printer, e-mail and PDF versions --- http://drupal.org/project/print
  20. Installation and Settings
  21. -------------------------
  22. According to the following steps:
  23. 1) create your views and view type must be "Node".
  24. 2) Add title field.
  25. 3) Setting this "Bulk Operations" and look at fieldset of "Selected operations",
  26. you can find and select "Export node to Word (export_doc_export_action)" option.
  27. 4) This should be suffice.
  28. Author
  29. ------
  30. Jimmy Huang (jimmy@jimmyhub.net, http://drupaltaiwan.org, user name jimmy) and
  31. Deepak Kumar (https://www.drupal.org/u/deepakaryan1988)
  32. If you use this module, find it useful, and want to send the author a thank
  33. or you note, feel free to contact me.
  34. The author can also be contacted for paid customizations of this and other modules.