Skip to main content
Participant
April 27, 2023
Question

View PDF form in print preview or view PDF in full screen mode with all buttons hidden

  • April 27, 2023
  • 0 replies
  • 421 views

Hello,

 

I have a button that allows users to view my PDF form in Full Screen Mode. However, the users would like all the buttons/radio buttons to be hidden as if the document was in print preview mode. Does anyone know of a way to view the PDF form in Full Screen Mode with the buttons hidden, maybe with a script? Or is there an easier way without javascript? 

 

It should be noted, once the user exits out of Full Screen Mode, they will need the buttons visible again. I know I could hide the buttons with the following script:

 

this.getField("Button").display=display.hidden;

 

The problem with that is I have multiple buttons within this document that will show or hide based off javascripts from other buttons so I don't want to mess those up. Any ideas on how to view the PDF form full screen in print preview?

This topic has been closed for replies.