PDFDocument: Adding PDF Forms

Originally published at: https://blog.xojo.com/2021/11/18/pdfdocument-adding-pdf-forms/

Added to PDFDocument in Xojo 2021r3 is the ability to create PDF Forms (aka AcroForms) in your PDFs. This means that it is possible to add the following Form controls to a PDF: PDFButton, PDFTextField, PDFTextArea, PDFCheckBox, PDFRadioButton, PDFPopupMenu, PDFComboBox, PDFListBox

2 Likes