acrofields Questions

2

Solved

I'm using LibreOffice 4.1.3.2 to produce a fillable PDF: Created a Writer document Set some text and test fields Exported to PDF Opening pdf file with Acrobar Reader shows a correct fillable...
Horehound asked 11/12, 2013 at 18:2

2

I have a problem with import exist acrofield from a pdf into another pdf. The two pdf are similar. I tried to import and save the file (code below). if I open it from the file system I do not see t...
Howarth asked 25/1, 2018 at 11:46

2

I have created simple PDF document with 3 labels: First Name, Last Name and Photo. Then I added AcroForm layer with 2 'Text Fields' and one 'Image Field' using Adobe Acrobat PRO DC. So if I want...
Rianon asked 17/10, 2017 at 20:55

1

I have PDF with acroForm that was created using Adobe Acrobat Standard DC. There is Chekcbox field that I populate using Java iText 5. When I was creating it in Properties I set it up Check Box S...
Tabethatabib asked 12/1, 2018 at 2:23

1

Solved

I need help with adding Cyrillic value to a field using the PDFBox API. Here is what I have so far: PDDocument document = PDDocument.load(file); PDDocumentCatalog dc = document.getDocumentCatalog(...
Associate asked 27/12, 2017 at 15:56

1

I need to create a new template PDF file with acrofields. Replace them with data from database and save it in a new file as PDF. I found out that it can be implemented using itextsharp. But ...
Unruffled asked 24/10, 2013 at 11:0

1

Solved

I am trying to add a fillable form (so the end-user can insert information into it using acrobat reader and then save it) to a PDF I generate using Apache FOP. I can't seem to find any information ...
Royo asked 14/8, 2015 at 10:57

1

Using itextsharp, I'm attempting to set the font size of my form's text fields to auto. I'm currently doing something like this: Object d = 0.0; PdfReader reader = new PdfReader(path); byte [] ...
Woodnote asked 24/7, 2014 at 21:14

2

I am using iTextSharp to fill in a PDF template. The data I am using is kept in a database and is formatted HTML. My problem is that when I load the AcroField with this text I get it to do the line...
Ivories asked 26/3, 2013 at 18:25

3

Solved

I'm trying to fill PDF using acrofields, I'm able to add string data perfectly, but having issues in adding images to acrofields. This is my code for adding string data.. File f = new File("F:/T...
Rest asked 17/4, 2013 at 5:15

1

Solved

Following this SO solution here to notify clients of a click event in a PDF document, how is it possible to notify the client when the PDF gets submitted by the client using this.myPDF.submitForm("...
Prothonotary asked 12/12, 2012 at 9:49
1

© 2022 - 2024 — McMap. All rights reserved.