cancel
Showing results for 
Search instead for 
Did you mean: 

How can i hide the PRINT BUTTON in an Adobe Form

Former Member
0 Kudos

Hi forum

How can i hide the print button in an Adobe Form, this is because i need to count the times that the user print the form.

Thnks

Josué Cruz

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Josue Cruz,

Please refer to the Thread "[Hide the Save button in tool bar in pdf form|]".

Regards

Pradeep Goli

Former Member
0 Kudos

Thnks Pradepp..

In mentioned post was the solution.

IWDPDFDocumentInteractiveFormHandler iFormHandler = WDPDFDocumentFactory.getDocumentHandler(wdThis.wdGetAPI(),

"InteractiveForm");

IWDPDFDocumentAppearance appearance = iFormHandler.getDocumentContext().getAppearance();

// Hide menu bar.

Thnks

Answers (0)