Skip to content

Save as PDF Activity

The Save as PDF activity converts an open Word document into a PDF file. This enables users to archive documents in a universally accessible format, ensuring consistent viewing across different platforms.

Field Description Requirement
Word name The reference name of the Word file which has already been opened or created is chosen in the dropdown. Required
Pdf file name The full file path, including the file name and .pdf extension, is specified for the output PDF. Required

Action Types & Examples

Word name

  • Format: string
  • Example Result: newWord

Pdf file name

  • Format: string
  • Example Result: C:Robustanew.pdf

Implementation Examples

Field Setup - Word name: newWord - Pdf file name: C:Robustanew.pdf

Execution Parameters

Technical Notes

Ensure that the specified Word file exists and is accessible. Verify that the target PDF file path has appropriate write permissions and that the directory exists before execution to prevent runtime errors.