fdf Questions

4

I know some similar issues exist (Find the field names of inputtable form fields in a PDF document?) but my question is different: I have all the field names (in fdf file). I wish I could visuall...
Quiteris asked 8/7, 2016 at 0:9

6

Solved

I'm using FDF to populate a PDF template. On my PDF template, I have a checkbox and radio field called c1 and r1 respectively. What's the syntax I should use in my FDF file to check or select the c...
fdf
Abdication asked 10/3, 2010 at 21:19

4

I'm trying to fill pdf documents using PDFTk. Script working fine, it fills inputs in form but I don't get special characters [polish charset: UTF-8 or ISO-8859-2]. Script: https://github.com/mike...
Cos asked 24/3, 2016 at 9:28

2

So I have been looking online for several hours for what I think is a very simple answer but I can't seem to find it. I am trying to understand how PDF form data submitting works. My goal is to re...
Target asked 1/10, 2017 at 19:9

1

Solved

I am seeking a way to automate PDF form filling in R. I cannot find a package written to do this. Is there an option out there? Alternative solutions I can think of: Using R to overlay a PDF co...
Lorenalorene asked 24/1, 2018 at 15:21

4

Solved

i want to extract the available fields as an array from a fillable pdf. an array like: array('firstname','secondname','address'); i do not need the values for those fields, if they are filled. w...
Ecumenicism asked 11/1, 2012 at 16:54

1

Solved

I am trying to parse a FDF file using PHP, and regex. But I just cant get my head around regex. I am stuck parsing the file to generate a array. %FDF-1.2 %âãÏÓ 1 0 obj << /FDF << /Fi...
Cablegram asked 10/8, 2013 at 12:42

1

Possible Duplicate: Flatten FDF / XFDF forms to PDF in PHP with utf-8 characters I am using pdftk to fill template pdf with data from fdf. Data has correct utf-8 characters, but when ...
Wore asked 23/1, 2013 at 8:33

3

Solved

I am doing a bulk generation of pdf files based on templates and I ran into big performance issues pretty fast. My current scenario is as follows: get data to be filled from db create fdf based o...
Townes asked 29/8, 2012 at 9:33

1

Is there a way to merge FDF file and a PDF File to create a flat format of all the data and form into 1 pdf without using PDFTK? Any light shed upon this would be greatly appreciated.
Carotenoid asked 11/1, 2011 at 1:31

4

Solved

Is it possible to merge FDF data with a PDF file using PHP alone? Or is there no option but to use a 3rd party command line tool to achieve this? If that is the case can someone point me in the di...
Candelabra asked 7/9, 2009 at 15:50
1

© 2022 - 2024 — McMap. All rights reserved.