I have a use case to not to allow the user to download the pdf document but he should be able to view it.Do we have any possible ways to achieve this with or without the PDF Viewer in Appian?
Discussion posts and replies are publicly visible
Hello saifalikhan13
Please refer the below documentation for better understanding.
Document Viewer Component
If your file is stored within Appian it would display. If your file is out of the system it would download or throw an error sometimes.
Konduru Chaitanya I have gone through the documentation, but there is no property to disable the user to download the document
AFAIK , if the document is non-compatible to display in the viewer then You will not have control over that.
Also you can do a validation check before passing it into the viewer component. If it is of some file type that is not supported, you can not show the viewer component.