View document content by URL

1
0
-1

I realized that when searching for the context of a document through API, a URL is returned that downloads the document attached in the process.

How can I make the user first open the document (.pdf for example) and after reading its content decide whether or not to download it? With this, I want to prevent the user from downloading the document whenever he needs to check some information in its content

1 answer

1
+1
-1

Hi,

Have you tried using a file viewer widget in the form that is shown to the user? You can pass the url to the file source and it will open a window with the document that is shown.

Hope this helps.

Notifications