Description
Creates a copy of the Word document and generates a PDF document based on the specified Word document.
Attributes
Common
ContinueOnError - The Boolean value to specify whether to continue executing the next activities even if there is an error thrown on this activity.
Misc
- DisplayName - Renames the activity.
- FilePath - The PDF output file path.
Example
- Add a Word Sequence activity inside the initial Sequence.
- In the Word Sequence File Path field, browse by clicking the browse button and then select your Word document.
- Inside the Word Sequence activity, add an Export to PDF activity.
- In the Export th PDF File Path field, browse and then select the location where you want to place the PDF file. (Note: Don't forget to type your preferred file name at the end of the file path.)
The use case should look like the following screenshot:
The output should be a PDF file named SamplePDF located in the specified file path.