Refers to form fields used in Adobe Acrobat
Questions tagged [acrofields]
124 questions
0
votes
1 answer
How do I read in forms from a template, and then fill them in with iTextSharp?
I am trying to read in a PDF template with iTextSharp, and then automate filling in the forms. The template was created with LiveCycle Developer. I do not know what is wrong with the following code, but it is not changing the form values.
Could…

Mike
- 186
- 3
- 14
0
votes
1 answer
Adding an Image to a PDF File
I am trying to add an image to a report template. I am adding the String values with this code:
form.setField("name", name);
But I can not add an image to the form using a similar code:
form.setField("photo", photo);
I searched the web but…

lamostreta
- 2,359
- 7
- 44
- 61
-1
votes
1 answer
PDFSharp AcroField PdfTextField formatting extraction
I am writing something that you may call notarial acts application. In this application it is extremely important to preserve the pdf templates provided by government.
I am using PDFSharp to read fields, it is pretty straight forward, however there…

Friedl Crafts
- 47
- 1
- 7
-1
votes
1 answer
itext setField duplicates the field value
I am having a strange problem with iText and acrofields. I created a PDF and added the acrofields. Now when I do form.setField ('a field name', "a value") and I display or print the PDF, the value gets duplicated (once in smaller font and once in…

Pascal DeMilly
- 681
- 1
- 6
- 16