Hello,
cmaaniah:
- Ability to show a popup in case a checkbox is selected
- Selectively show/hide text box, check box / radio button based upon a previous response question
Hi Cenot,
Thanks for your interest in our API’s.
In order to accomplish your requirements, please try using following code snippet.
[C#]
FormEditor formEditor = new FormEditor();
formEditor.BindPdf(TestSettings.GetInputFile("34248.pdf"));
//set JavaScript
formEditor.SetFieldScript("CB1",
"this.getField('CB1').display =
display.hidden;");
//set JavaScript
formEditor.SetFieldScript("bt1",
"this.getField('bt1').display =
display.hidden;");
//save update document
formEditor.Save(TestSettings.GetOutputFile("34248.pdf"));
cmaaniah:
3. Ability for Duplex printing
Please visit the following link Printing pages in Simplex and Duplex mode