export-doc.tpl.php |
templates/export-doc.tpl.php |
|
Template for exporting the doc file. |
export_doc.info |
export_doc.info |
|
name = Export node to word
description = A custom module for export node to word document
core = 7.x
dependencies[] = print
dependencies[] = views_bulk_operations |
export_doc.module |
export_doc.module |
|
The main file of export_doc. |
print_node.tpl.php |
templates/print_node.tpl.php |
|
Template for print_node. |
README.txt |
README.txt |
|
/**
* 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… |