DocsMarshal.Workflow.ActivityLibrary.Office.Wordv 1.0.0.0

A group of activity that allows to make several operations on Word documents.


DocsMarshal.Workflow.ActivityLibrary.Office.From_Word_To_String

This activity returns all the text contained in a Word document as a string.


DocsMarshal.Workflow.ActivityLibrary.Office.FromWordToPdf

This sctivity converts a Word document to a PDF file.


DocsMarshal.Workflow.ActivityLibrary.Office.WordFindAndReplace

This activity finds all occurrences of some word in a Word document and replaces them with other specified words.


DocsMarshal.Workflow.ActivityLibrary.Office.WordGetBookmarksValue

This activity reads the value of all the bookmarks in a Word document.


DocsMarshal.Workflow.ActivityLibrary.Office.WordGetBookmarkValue

This activity reads the value of a bookmark in a Word document given its name.


DocsMarshal.Workflow.ActivityLibrary.Office.WordMailMerge

This activity perform mail merge operation between a DataTable and a Word document.


DocsMarshal.Workflow.ActivityLibrary.Office.WordMergeDocuments

This activity merges together two given Word document into a single one.



DocsMarshal.Workflow.ActivityLibrary.Office.WordReplaceBookmarksWithText

This activity replaces a list of bookmarks in a Word document with text. The result of the activity is an IFileValue representing the updated file.


DocsMarshal.Workflow.ActivityLibrary.Office.WordReplaceBookmarkWithDocument

This activity replaces a specific bookmark in a Word document with a given document. The result of the activity is the updated file.


DocsMarshal.Workflow.ActivityLibrary.Office.WordReplaceBookmarkWithImage

This activity replaces a specific bookmark in a Word document with a given image. The result of the activity is the updated file.


DocsMarshal.Workflow.ActivityLibrary.Office.WordReplaceMergeFields

This activity changes the names of the specified Merge Fields in a Word Document.


DocsMarshal.Workflow.ActivityLibrary.Office.WordSearch

This activity perform a search of a text or a regular expression into a Word document.