Package org.apache.pdfbox.examples.interactive.form
AcroForms samples for PDFBox.
-
Class Summary Class Description AddBorderToField Add a border to an existing field.CreateCheckBox Example to create a checkbox.CreateMultiWidgetsForm An example of creating an AcroForm and a form field from scratch, with two widgets for one field: This means that the same field is visible on two separate pages, but can be on different positions and different size and colors.CreatePushButton CreateRadioButtons Example to create radio buttons.CreateSimpleForm An example of creating an AcroForm and a form field from scratch.CreateSimpleFormWithEmbeddedFont An example of creating an AcroForm and a form field from scratch with a font fully embedded to allow non-WinAnsiEncoding input.DetermineTextFitsField Determine if text length fits the field.FieldTriggers Show usage of different field triggers.FillFormField Example to show filling form fields.PrintFields This example will take a PDF document and print all the fields from the file.SetField This example will take a PDF document and set a form field in it.UpdateFieldOnDocumentOpen Update field automatically when the document is opened.