Hi Team,
I have a requirement in my Pega application related to attachment handling and PDF preview, and I would like to understand the best approach to implement this securely.
Requirement:
-
A user uploads or creates an attachment manually within a case (for example: Word/Excel/Image file).
-
The system should:
-
Convert the uploaded file into a PDF document
-
Display the converted PDF to the user as a preview
-
-
While previewing:
-
The user should only be able to view the PDF
-
The user should NOT be able to download the PDF
-