I have a unique requirement to NOT allow the PDF to be printed or downloaded locally.
The below is from the AWAREIm how to guide.
A report may be generated as part of the process that uses DISPLAY DOCUMENT action. When the action is executed the report is displayed on the screen as PDF document. Note that the action can generate the report from the template as in the first option or display the document already stored as the value of the attribute of the Document type as in the second option
In my app, A user (Member BO) should be able to only view a PDF, and ONLY if I issue a Display Document (Button Process) action. Once I expire an Event (an event is "alive" for about an hour, and then I expire t), I will hide that button from the grid record operations.
Does anyone know if this is default behavior of DISPLAY DOCUMENT? If not, LockLizard has an pdf api that I can call that allows a pdf upload, and adds the above security functionality to it. However, that functionality is US $4500/year.
Dave