How to prevent user to convert report from pdf to word.

0
Hello all, I need help in one development. I want to download a pdf with some data. And when user download that he unable to convert it to any other format like word and all. I have implemented download pdf functionality but I am not understanding how do I prevent user to convert it from pdf to word one he download the pdf.   Thanks
asked
1 answers
1

I don't think that this has to do with the download functionality and Mendix but with file conversions in general. You could probably make it harder by creating a secure pdf instead though.

Check

https://forum.mendix.com/link/space/app-development/questions/87558

answered