PDF no select and copy alow

Im using expo-print to generate pdf’s based on html source.
Because is important information we would like to avoid users to select and copy info and paste in other places… i tried with css but seems not to work.

-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-user-select: none;

Can somebody help?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.