Plug-in (Function & Smart Service)Free

Document Validation

by Vuram Technology

Description

Lets the user know that a file they are trying to upload is password protected. Note: that it can only validate documents with permanent document ids, stored in an Appian folder, and of the following extensions: pdf, xls, xlsx, doc, docx.

Features

Smart Service / Function isPasswordProtected - takes a document as input and returns the boolean as output. It checks if the document that has been uploaded is protected by a password or not which is returned as output.

Release notes

Updated plugins as of Appian Version 23.2

Version history (6)

1.3.3

Updated plugins as of Appian Version 23.2

1.3.2

  1. Fixed the issue with handling the Old File format.
  2. Security patch updated.

v1.3.1

Fixed the issue in ispasswordprotected() function.

v1.3.0

Security patch updated

1.2.0

What’s new in V1.2.0

Support for Document Validation(encrypted/unencrypted validation) for zIp files

1.0.0

We have updated the plugin with apache.poi library now.

Example: When the "Read Excel Plugin" smart service is used to read the uploaded excel data, the plugin fails when a password-protected file is uploaded. To let the user know that the file they are trying to upload is password protected, we can use this function.

Note that it can only validate documents with permanent document id's and not unless the document has been stored in the Appian folder.

Returns true if the given document is protected, otherwise returns false.

Resources