Skip to content

Commit

Permalink
Replace screenshot with text
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-litvinchik committed May 14, 2024
1 parent 5bfd8d9 commit 0f73726
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@ Download a [sample application](/viewer/java/sample-apps/developer-guide/retriev

{{< /alert >}}

The following image shows a sample console output:

![](/viewer/java/images/how-to-check-if-file-is-encrypted.png)
The following shows a sample console output:

```bash
$ mvn exec:java -q
File type is: Portable Document Format File (.pdf)
File encrypted: true
```
To learn how to open an encrypted file, please refer to [Load password-protected document]({{< ref "/viewer/java/developer-guide/loading-documents/load-password-protected-document.md" >}}) documentation topic.
Binary file removed java/images/how-to-check-if-file-is-encrypted.png
Binary file not shown.

0 comments on commit 0f73726

Please sign in to comment.