Docx Protection

Parameters For Protected Copy Docx Document Smart Service:

Inputs

  • Source Document (Document) - The docx file to be protected with a password.
  • New Document Name (Text) - Name for the newly created Docx Document.
  • New Document Desc (Text) - Description of the output Docx Document.
  • Password (Text) - Password to be applied on the Document.
  • Save In Folder (Folder) - Folder to which the output Docx Document to be saved in.

Outputs

  • New Document Created (Document) - The output Docx file.
  • Error Message (Text) - Error message received.
  • Error Occurred (Boolean) - Set to true on the occurrence of error.


Parameters For Unprotected Copy Docx Document Smart Service:

Inputs

  • Source Document (Document) - The docx file to be unprotect.
  • New Document Name (Text) - Name for the newly created Docx Document.
  • New Document Desc (Text) - Description of the output Docx Document.
  • Password (Text) - Password to be applied on the Document for Unprotection.
  • Save In Folder (Folder) - Folder to which the output Docx Document to be saved in.

Outputs

  • New Document Created (Document)  - The output Docx file.
  • Error Message (Text) - Error message received.
  • Error Occurred (Boolean) - Set to true on the occurrence of error.

Parameters For Write Protected Copy Docx Document Smart Service:

Inputs

  • Source Document (Document) -The docx file to be Write Protected.
  • New Document Name (Text) - Name for the newly created Docx Document.
  • New Document Desc (Text) - Description of the output Docx Document.
  • Password (Text) - Password to be applied on the Document.
  • Save In Folder (Folder) - Folder to which the output Docx Document to be saved in.

Outputs

  • New Document Created (Document) - The output Docx file.
  • Error Message (Text) - Error message received.
  • Error Occurred (Boolean) - Set to true on the occurrence of error.

Parameters For Removed Write Protected Copy Docx Document Smart Service:

Inputs

  • Source Document (Document) - The docx file to be remove write protection.
  • New Document Name (Text) - Name for the newly created Docx Document.
  • New Document Desc (Text) - Description of the output Docx Document.
  • Save In Folder (Folder) - Folder to which the output Docx Document to be saved in.

Outputs

  • New Document Created (Document) - The output Docx file.
  • Error Message (Text) - Error message received.
  • Error Occurred (Boolean) - Set to true on the occurrence of error.
Anonymous