Questions tagged [acrofields]

Refers to form fields used in Adobe Acrobat

124 questions
2
votes
0 answers

Issue with iText RadioCheckField when displayed on multiple pages

I am creating a PDF in which the AcroForm fields will be rendered inside a table. I am having issue with RadioButtons when they spread across two pages. I have modified example shown on this link…
2
votes
3 answers

The filling of form fields is not supported(Firefox only)

I have an editable PDF in which I want to bind some fields in my controller. It was working fine in chrome but firefox shows below message. "This PDF document contains forms. The filling of form fields is not supported. Open with different Viewer."
Chaitanya
  • 95
  • 6
  • 15
2
votes
1 answer

Can I use the BaseColor class in old iText versions?

I am trying to set BorderColor to an AcroField of my PDF. We are using an iText version that is at least 5 years old. I dont see any class named BaseColor in that version, whereas I've seen the following code being used in more recent versions of…
javaAndBeyond
  • 520
  • 1
  • 9
  • 26
2
votes
0 answers

Can Acrofield value be set to null in iTextSharp for C#

In code below for iTextSharp in C#, will a null value for field value be acceptable i.e. can the second parameter be null or it must be a non-null string? I am setting the values for various acrofields in this code. I could not find any suitable…
Sunil
  • 20,653
  • 28
  • 112
  • 197
2
votes
0 answers

Move Acrofield to a different page

Similar to iTextSharp - move Acrofield but without Reputation I can't write comments there. How can a RadioButtonItem be moved to a different Page? I've tried several things including the use of the internal method "ForcePage", the Property…
Schmafuh
  • 21
  • 3
2
votes
1 answer

How can i programatically read in the both AcroFields and XFA fields for filling?

I am writing a C# application that will need to read in both XFA and AcroField templates. Due to the size of the company and the number of existing PDF documents that may be hooked up to the application, picking one and going with it is out of the…
Mike
  • 186
  • 3
  • 14
2
votes
1 answer

Edit PDF programatically in c# (Non-Fillable PDF)

Is it possible to Edit PDF that is not Forms Fillable in C# Details : An Existing PDF contains Images, Tables filled with Data and Text. Already tried itextsharp but couldn't able to identify any AcroFields to Manipulate the data. When tried to…
lollol
  • 95
  • 1
  • 2
  • 13
1
vote
1 answer

Fill pdf form using react

I have this form standard form of lease and i need to fill this with dynamic values using javascript. I tried using pdf-lib to get all the fields but it gives me empty array with some warning Trying to parse invalid object: in console. const…
1
vote
1 answer

How to fill a table dynamically using PDFBox in a pdf form template

I have searched a lot but couldn't find appropriate answer to my problem. I am working on a solution with PDFBox library where I have a predefined pdf form template. This template is designed in Adobe InDesign and given to me as an editable pdf…
1
vote
0 answers

Radio buttons are not showing up the value in Acrobat Reader after the values set programmatically

I am upgrading com.lowagie:itext:2.1.7 libraries to com.itextpdf libraries. It is decided not to use com.itextpdf version 5 series (Example, com.itextpdf:itextpdf:5.5.13.2)as it has reached EOL(End Of Life). So the latest iText version 7.x is…
Rcee
  • 11
  • 1
1
vote
0 answers

AcroForm not visible when merging documents

I'm trying to merge documents side by side with PDFBox, using the following code: function void generateSideBySidePDF() { File pdf1File = new File(FILE1_PATH); File pdf2File = new File(FILE2_PATH); File outPdfFile = new…
1
vote
1 answer

How to fill PDF textbox annotations

I'm able to fill a textbox annotation with the following code, but the text won't appear in certain readers like Adobe Acrobat, though it does appear in Chrome and other Webkit-based browsers. The PDFs I'm trying to fill do not use AcroForms or FDF.…
Andrew
  • 13
  • 4
1
vote
1 answer

PDFBox inconsistent PDTextField behaviour after setValue

PDFBox setValue() is not setting data for each PDTextField. It is saving few fields. It is not working for fields which have similar appearance in getFullyQualifiedName(). Note: field.getFullyQualifiedName() { customdutiesa, customdutiesb,…
Abubakar
  • 31
  • 1
  • 6
1
vote
0 answers

Programatically added picture in PDF picture field not being displayed

I have created a PDF with Adobe, which contains an image field called "logo" Now if i want to add a picture using PDFBox it won't be displayed in the created pdf. However no error message is thrown and debugging looks completely fine with a…
Nico
  • 1,727
  • 1
  • 24
  • 42
1
vote
0 answers

AcroField changes made using itext7 in C# do not commit/are not visable due to hybrid AcroForm-XFA issues

Project is to fill existing forms programmatically from a database/datagridview and allow the user to edit the forms afterwards as the database does not hold all values needed. I am able to get the values, and put them into the form…
Talldave
  • 11
  • 4
1 2
3
8 9