Re: PDFBOX write to form question

2023-09-28 Thread sahy...@fileaffairs.de
Hello Luis, I've had a quick look at the sources of PdfPig and when I'm not mistaken you can only read from fields and get the value but not set one. So it's not a full C# port (yet). BR Maruan Am Mittwoch, dem 27.09.2023 um 21:12 -0600 schrieb Luis Angel Benitez Muñoz: > Hi! I'm working with a

Re: PDFBOX write to form question

2023-09-27 Thread Tilman Hausherr
acroForm.getField("fullyqualifiedname").setValue("value"); acroForm.getField("fullyqualifiedname").isReadOnly() or share the PDF (upload somewhere) and tell what field is the problem Tilman On 28.09.2023 05:12, Luis Angel Benitez Muñoz wrote: Hi! I'm working with a different PDF library based

PDFBOX write to form question

2023-09-27 Thread Luis Angel Benitez Muñoz
Hi! I'm working with a different PDF library based on PDFBOX called PdfPig, how can one access an Acroform field in PDFBOX and write information (string, etc) to it?. I'm currently trying to write information to an Acroform field but the field appears to be read only, maybe the process to do this i