pdf-form Questions

9

Solved

In my application I have to fill a predefined PDF form with data from DB. We are using Java and Pdfbox. The filling itself is not a problem. The problem is that in resulting PDF-file all texts in ...
Supersonic asked 30/8, 2012 at 14:5

5

Solved

I need to fill pdf form in batch, so tried to write a python code to do it for me from a csv file. I used second answer in this question and it fills the forms fine, however when I open the filled ...
Saxophone asked 14/11, 2017 at 14:45

1

I'm building a web app in which I need to fill PDF forms dynamically. At the end result I want the editable PDF forms with Dynamically set values. I had used PDFTK to fill the pdf forms in PHP but ...
Ob asked 30/10, 2021 at 0:35

5

Solved

I have a PDF form created using Adobe LiveCycle Designer ES 10.4. I need to fill it using Python so that we can reduce manual labor. I searched the web and read some article most of them were focus...
Cocke asked 21/9, 2018 at 17:32

5

I would like to fill a PDF form with the PDFBox java library. The PDF form is created with Adobe Live Designer, so it uses the XFA format. I try to find resources about filling XFA PDF forms with ...
Whim asked 10/5, 2012 at 14:35

11

How do I "flatten" a PDF-form (remove the form-field but keep the text of the field) with PDFBox? Same question was answered here: a quick way to do this, is to remove the fields from the acro...
Tear asked 22/1, 2013 at 8:32

5

Solved

what I'm trying to accomplish is population of PDF form with PHP. I tried many ways, I found that FPDM (FPDF) is working well when I create a new form, or use the form from source file they provide...
Illustrative asked 31/8, 2014 at 8:41

3

Solved

Does anyone know how to call Adobe Reader from the command line to open a pre-populated Adobe Form (with Extensions enabled) e.g MRBIGSORDER0001.PDF, allow the user to alter it and then do a save a...
Indecorous asked 1/6, 2014 at 5:39

0

I'm trying to put together several different pieces, and I'm not sure if it's even possible. I know you can use the pdf-forms gem to form-fill a PDF in Ruby on Rails. I know it's possible to crea...
Nadeau asked 30/4, 2018 at 21:57

1

I am currently struggling with withing a PDF form created from a LibreOffice document. I created it like suggested in the book "iText in Action" and am now trying to pre-fill the embedded f...
Unitarianism asked 27/1, 2018 at 14:50

10

Solved

Some PDF forms can be saved, including all filled-in field data: Some others can not be saved, and all filled-in field data are lost: How do I enable saving of filled-in fields on my PDF fo...
Lighten asked 12/3, 2009 at 19:9

1

In my previous SO question PDFBox 1.8.10: Fill and Sign PDF produces invalid signatures I explained, how I failed to fill and afterwards sign a PDF-Document, using PDFBox 1.8.10. After this got s...
Hoffmann asked 8/10, 2015 at 9:37

1

Solved

I fill (programatically) a form (AcroPdf) in a PDF document and sign the document afterwards. I start with doc.pdf, create doc_filled.pdf, using the setFields.java example of PDFBox. Then I sign do...
Hebdomadary asked 1/10, 2015 at 9:55

1

Solved

I am using Apache PDFBox to read a fillable PDF form and fill the fields based on some data. I am using the below code (as per suggestions from other SO answers) to get the default Appearance Strin...
Apocryphal asked 12/5, 2015 at 3:27

1

Solved

I have a pdf form made and I'm trying to use pdfBox to fill in the form and print the document. I got it working great for 1 page print jobs but i had to try and modify for multiple pages. Basicall...
Butch asked 31/3, 2015 at 14:31

3

Solved

I'm using the "Form Filling" script from fpdf.org to fill some fields on a PDF Form I created. This appears to work properly. I want the resulting PDF form to be flattened so users can not edit t...
Deservedly asked 27/11, 2012 at 2:2

1

Solved

I have a PDF file with some form fields that I need to fill in from Java code. I use PDFBox library for this, and this code: PDDocument pdfDoc = PDDocument.load("C:\\Users\\igor\\Desktop\\test.pdf...
Cowry asked 19/11, 2012 at 10:56

2

Solved

What techniques available to fill a pdf form automatically using external data and save them. I have to use data from a database to fill a template pdf and save a copy of it on disk with that...
Apodictic asked 24/6, 2010 at 9:32

1

How to check a check box in PDF-form using Java PDFBOX api Initially I tried with the below piece of code but after the execution check box field is invisible in PDF , but it has been checked.. h...
Access asked 30/1, 2013 at 11:24

1

Solved

I want to fill a PDF form from my MS-Access 2003 .mdb project. The PDF has been created with Adobe LifeCycle Designer ES 8.2, all fields have significant names. However, the users who will run the ...
Elijaheliminate asked 13/11, 2012 at 13:56

1

Solved

I have a pdf with a form in it. I am trying to write a class that will take data from my database and automatically populate the fields in the form. I have already tried ITextSharp and their prici...
Eaglestone asked 28/7, 2011 at 14:46

1

Solved

I am building a webapp that will display PDFs. The PDFs have fillable forms. Instead of making the user save the form, and then re-upload it to the webapp, the idea is to adapt the PDF such that it...
Hanzelin asked 7/1, 2011 at 22:51

1

Solved

I would like to modify some properties for all fields in a PDF form in response to the user clicking a button. Which property or method will return me the collection of fields so that I can iterat...
Tyrannize asked 31/8, 2010 at 17:10
1

© 2022 - 2024 — McMap. All rights reserved.