Skip to main content
February 13, 2026
Question

How do I disable edit mode on a a!documentViewerField?

  • February 13, 2026
  • 4 replies
  • 0 views

We have an a!documentViewerField component to display a PDF document, but the problem is that it shows editing options to download and print it, and we have been asked to disable these options.

 Is there another component that allows PDF documents to be viewed in read-only mode, i.e., only displaying the document without allowing it to be downloaded or printed? Or is there a way to configure this from Appian?

4 replies

shubhama926776
February 13, 2026

You can try this plugin https://community.appian.com/b/appmarket/posts/apryse-webviewer-component-plug_2d00_in#
Use the webviewer() function and use the disabledElements property to disable download and print.

mikes0011
Brainy
February 13, 2026

Note that this plug-in is paid (but previewable for free), but in the past when I've tried it I've found its feature-set to be pretty impressive.  It's also the only solution I've seen so far for previewing MS Office files on-form.

stefanhelzle0001
February 15, 2026

Appian uses the PDF function built into the browser. And, as of now, there is no way to configure this.

adityag9712
February 15, 2026

. You can do one thing if this is single paged document then covert the PDF into Image and display the document in Image display field.