Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
4answers
9k views

Merge FDF data into a PDF file using PHP

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 ...
2
votes
1answer
135 views

FDF to PDF Server Application Unavailable

I have a custom built CRM that is 99% written in Classic ASP/VBScript. Currently we use a FDF to PDF script that generates a bunch of PDF files (depending on which PDF you are choosing to merge.) ...
2
votes
1answer
579 views

Merge FDF and PDF without PDFTK

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.
2
votes
1answer
259 views

Any good FDF tutorial?

Does any one know of a good tutorial on how to fill a pdf document fields using the fdf file format? I could find some but mostly in php (which I don't know). If it's in any of the following ...
2
votes
1answer
111 views

How to access a FDF through a java HTTP request

I have a PDF form with a submit button. The submit button action is set up to send the FDF with the content fields to a URL. A java class is run when this URL is accessed. There is a field in the PDF ...
1
vote
0answers
55 views

mac Snow Leopard: phpize FDF Toolkit configure error (PHP, MAMP)

I am trying to install a PHP extension to my MAMP server on my MAC OS X Snow Leopard. I am trying to install the [http://www.php.net/manual/en/fdf.installation.php], which I checked out from its SVN ...
1
vote
1answer
150 views

How to name a 'group' check box in Adobe Reader when wanting to fill form by FDF / XFDF

I've managed to populate ordinary pdf text fields via an fdf file and via an xfdf file. My problem is that I need to check some checkboxes. I have read this article entitled 'FDF - how to check a ...
1
vote
1answer
246 views

Opening FDF local works, but not on server

On my LOCALHOST, I have a form that creates and FDF file... Also in that file it includes a 'full-path' -> 'http://localhost/example/example.pdf'.... So when I 'click the link' to open the FDF file ...
1
vote
1answer
441 views

using PHP to create PDF, without using PHP's FDF functions

Is there any way to create a FDF file within PHP without using the dead FDF functions? I am aware that you can use pdftk to create a PDF from an existing FDF file, but I need to create the FDF file ...
1
vote
2answers
115 views

Component not found when deployed on IIS but found when running ASP development server

We have an VB.net application that is being moved from one box to another. It runs great on the old box. The new box is configured the same as the old one but is on newer hardware. When I run the ...
1
vote
0answers
340 views

Populating a FieldType: Choice field with multiple options using an FDF via Pdftk in PHP

I am using Pdftk and pdftk-php (which is based on forge-fdf). I'd like to generate an FDF that can be merged with a PDF to fill out a dropdown text box with multiple options. The way pdftk-php works ...
1
vote
2answers
1k views

FDF - how to check a checkbox?

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 c1 ...
1
vote
0answers
533 views

Is there a native PHP class/library that supports fill_form with xfdf?

First, I have researched this on SO and Google already. In fact, based on this, I'm pretty skeptical that what I need exists. I'm almost at the point where I might give up the next 6 months of my life ...
1
vote
0answers
407 views

Adobe XFDF Format

How popular is Adobe's XFDF format? An application that I support at work is using XFDF to populate data in pdf documents. I saw a bunch of xml formats here. Shall I consider switching to some of the ...
1
vote
2answers
1k views

How to populate a PDF form such as a w-2 from data inside of the the database?

i have a w-2 form and other pdf documents and using adobe acrobat pro i have created fields with field names using the adobe application. how do i populate those fields? i have done this a few years ...
1
vote
0answers
1k views

Multipart text field in pdf form, using OpenOffice Writer

So, this might be a crazy idea, so bear with me. [warning: hackish] Using OpenOffice.org Writer, one can easily make simple pdf forms (since Writer does XForms, and can export to PDF, and embed ...
0
votes
1answer
51 views

PHP: Extract fdf fields as an array from a PDF

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. what ...
0
votes
1answer
22 views

pdf security when submitting via button fdf data

I can send data via a button in a pdf file just fine and receive it. My question is if im sending to a https site is the data encrypted? So if someone where to send there SSN would it be encrypted and ...
0
votes
0answers
85 views

C#: Import FDF/XML data via IAcroAXDocShim for a PDF

I'm trying to import form data for a PDF after the PDF has loaded. I'm using a WPF WebBrowser control to display the PDF and use the Navigate method to open my PDF. This works and I can keep calling ...
0
votes
0answers
41 views

PDF, FDF Looping output in c#

I am using the adobe toolkit in C# to generate forms. setting up output works fine using this example http://redgoose.ca/blog/adobe-fdf-tookit-with-c-net Is it possible to have repeated content ...
0
votes
0answers
57 views

Adobe Acrobat form ( converting data entered into fdf ) [closed]

Possible Duplicate: Adobe Acrobat converting data entered into fdf The following text is given in Adobe Help:- Select options for Export Format, Field Selection, and Date Options, and ...
0
votes
1answer
39 views

Adobe Acrobat converting data entered into fdf

How can i convert the data entered in Adobe Acrobat form fields (using submit button) to a fdf file? Anybody has any ideas.?
0
votes
0answers
66 views

iText save FDF data file and read from it

Can iText do the following? 1. Read FDF data and save it on a file. 2. Read the file contents later when required and set the contents to their respective fields in the PDF file. If so.. could you ...
0
votes
0answers
271 views

merge FDF content with a PDF template using itext

is it possible to merge an FDF content with a PDF templete using itext my old code is below which aims to send the FDF content to browser with the path of the PDF template then the merge will be done ...
0
votes
0answers
83 views

FDF/PDF hangs when I try to open this script in IE?

I am trying to generate this dynamic PDF file using a FDF file in my Perl script, but it hangs if there is more than TWO "<< /T ( ) /V ( ) >>" of these tags in the << /Fields section of ...
0
votes
1answer
301 views

FDF-files not opening properly

We have created a servlet that provides a FDF file for our clients. The FDF file is created by iText and the output looks fine. Whenever we open the FDF either from the Servlet, or from a local file, ...
0
votes
1answer
397 views

possible to save pdf with .net from populated form by .fdf

I have a process that creates form data in the form of an .fdf file that then has a reference to the .pdf document that is its "parent". is it possible with any .NET process to save that .pdf file ...
0
votes
1answer
314 views

Acrobat and/or Reader Error “.tmp” when using fdf

I'm populating PDF's via FDF (& php) and for the most part it works fine however some users are getting either a "Acrobat cannot open "Acrxyz.tmp" (or a "Reader cannot open "xyz.tmp", in some ...
0
votes
3answers
608 views

FDF to PDF using PHP

I was trying to create a pdf from an FDF file. I have created the FDF file succesfully. But when i try to convert it into pdf i get some errors. Below is the part of my code. the test.pdf file open in ...
0
votes
2answers
134 views

Why does pdftk chop the tops off the characters in my form fields?

When I populate acrobat form fields by importing an FDF file into NitroPDF, things look fine. When I type data into the form fields manually in Acrobat 8, things look fine. When I use pdftk (on ...
0
votes
1answer
180 views

FDF, MS CRM and iframe

I'm looking for help with using iframe with a FDF. It also has to display in IE because we use MS CRM. The PDF that the FDF is referencing is encrypted so I can't do any server side merging (I don't ...
0
votes
1answer
680 views

What is the best way to use FDF with ASP.NET?

I need to build a PDF based on FDF. I saw that Adobe has the FDF toolkit but saw others using ITextSharp. I couldn't find anything on Adobe's toolkit and ASP.NET but saw examples on ITextSharp. I ...
-1
votes
1answer
55 views

Using PHP to fill a PDF form and email it

I need some pointers on this. I'm not very good with PHP yet, but I'm trying to make a basic utility that will allow a user to fill out an HTML form and submit it, with the resulting data being filled ...