Page 1 of 1
Prevent printing previews even with browsers print capabilitiy
PostPosted:Sun Aug 29, 2021 10:59 am
by mamad
Hi guys
Im using openkm 6.3 community
I want to disable all the ways a user can print a preview of a document even print by the browser itself (with ctrl + p or tools -> print menu ).I have disabled flexpaper print and download buttons but user can still print the preview with browsers print capability.
Is it possible at all ?
Thanks in advance
Re: Prevent printing previews even with browsers print capabilitiy
PostPosted:Mon Aug 30, 2021 8:36 pm
by kaajsoft
You must disable it by javascriot.
Or designe a white page for print media.
But normaly when something is in a user monitor is for him.
Re: Prevent printing previews even with browsers print capabilitiy
PostPosted:Thu Sep 02, 2021 6:34 pm
by jllort
When you are showing something in the browser is totally impossible lock download or capture screenshot etc... the best way to control documents is:
* adding stamps with the user name and date in all the documents ( for preview and download )
* preview images either full documents like PDF ( and also stamp them ) -> this is also a good protection
For this matter must modify CE or go to a professional one which comes by default with the possibility to customize download and preview. If you wish to go ahead with CE I can try ty guide about what sections of code should be modified ( I advance is not a trivial modification -> because also should implement stamp )
Re: Prevent printing previews even with browsers print capabilitiy
PostPosted:Wed Sep 08, 2021 9:39 am
by mamad
Well, thank you guys