Expand my Community achievements bar.

SOLVED

Prevent "Print to File" and "Print to PDF" actions

Avatar

Level 1

Can LiveCycle Rights Management prevent a user who has the right to print from printing the document to a file or to a new PDF?

I would like to allow a user to print a hardcopy but not print to an electronic file which can then be easily distributed by email.

I discovered a product that claims it can prevent this action:

http://www.file-secure.com/      See Requirement #3 - Must prevent uncontrolled printing and redistilling PDF files

So, I was hoping Adobe's offering could also do this.

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Rights Management will block the use of the Windows native screen capture capability (Ctrl + PrtSc), but it cannot prevent screen captures from trird party utilities such as Snag it, or the new Windows Snipping Tool.

Unless the computer used to display the PDF is in a secure room where users are prevented from bringing in cell phones or digital cameras, there are ways to get a “picture” of the screen.

Rights Management has a “Dynamic Watermark” feature feature (i.e. displays the user name or ID) which can help discourage the possibility of the user wanting to distribute a screen capture of the protected document.

Regards

Steve

View solution in original post

3 Replies

Avatar

Former Community Member

Rights Management ES\ES2 prevents a user (who has permission to print) from re-distilling the encrypted PDF to a new PDF or print file.

Regards

Steve

Avatar

Level 1

Can Rights Management ES/ES2 also protect an encrypted PDF from screen capture (Alt-PrintScreen) and snapshot software such as SnagIt? 

Are these specific capabilities documented anywhere?  I have reviewed a lot of the documentation, however I have been unable to find these details.

Thanks!

Avatar

Correct answer by
Former Community Member

Rights Management will block the use of the Windows native screen capture capability (Ctrl + PrtSc), but it cannot prevent screen captures from trird party utilities such as Snag it, or the new Windows Snipping Tool.

Unless the computer used to display the PDF is in a secure room where users are prevented from bringing in cell phones or digital cameras, there are ways to get a “picture” of the screen.

Rights Management has a “Dynamic Watermark” feature feature (i.e. displays the user name or ID) which can help discourage the possibility of the user wanting to distribute a screen capture of the protected document.

Regards

Steve

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----