A Blue Prism Release Package containing an example Visual Business Object (VBO) and Process to demonstrate populate a Word document in docx format by replacing placeholder values in its xml structure.
The Release Package was created with Blue Prism 6.4.
In order to populate a Word document, you will need a document (.docx) to use as a template, with placeholder values included. An example Word document with placeholder values matching the example Blue Prism process is available here:
Download the Example Blue Prism Package
- Launch Blue Prism
- Click File -> Import
- Select the 'ShmoopySoftPopulateWordDocumentExample.bprelease' Release Package
- Follow the Blue Prism import wizard to install the package
- In Process Studio, open the process named 'Populate Word Document Process'
- Edit the 'vPathToWordTemplate' data item to set the full path of the Word document to use as a template
- Edit the 'vExtractionFolder' data item to set the name of the folder to use to temporarily save working files in
- Edit the 'vPathToWordDocument' data item to set the full path of the Word document to save with poulated values
- Click the Run button, or press F5
This project is licensed under the MIT License - see the LICENSE.md file for details