I have disabled printing on my PDF however this also appears to apply to my print code (Javascript) attached to a button.
Is there a way of overriding the form settings with code to allow printing?
Thanks in advance.
Adrian.
I have disabled printing on my PDF however this also appears to apply to my print code (Javascript) attached to a button.
Is there a way of overriding the form settings with code to allow printing?
Thanks in advance.
Adrian.
//This code into the docReady eventapp.toolbar = false; // Hide the toolbarapp.menu = false; // Hide all menus
//This code into the docClose eventapp.toolbar = true; // Show the toolbarapp.menu = true; // Show all menus
Look unter File menu > Properties > PDF protection tab.
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs