Hello,
I want to change a value of a form field in a PDF document.
The field is ReadOnly, but anyway I don’t see it if I go through the fields or try to fill it.
I tried this:
Aspose.Pdf.Document pdfDocum…...Field formField in pdfDocument.Form.Fields) { if (formField.Name..."Beruf_copy1") { if (formField.ReadOnly) formField.ReadOnly = false;...