Set Submit Flag
Contents
[
Hide
]
The Java FormEditorExamples.setSubmitUrl(...) method includes:
Configure a submit flag
- Bind the source PDF to the
FormEditorfacade. - Set the submit URL for the button field.
- Set the submit flag for the required format.
- Save the updated document.
editor.setSubmitUrl("Script_Demo_Button", "http://www.example.com/submit");
editor.setSubmitFlag("Script_Demo_Button", SubmitFormFlag.Xfdf);
Use that combined example as the source-backed Java workflow for configuring a submit flag in this repository.