Convert .fdf to .pdf


Posted on 16th Feb 2014 07:03 pm by admin

I currently have a web form that uploads the form data to an .fdf file and emails it.

However, I just realized that most people I email it to cannot open an .fdf and it needs to be in pdf.

Is there any way to convert an fdf file to pdf using php??


Here is my code which currently creates the .fdf:Code: function createFDF($file,$info){
$data="%FDF-1.2n%âãÏÓn1 0 objn<< n/FDF << /Fields [ ";
foreach($info as $field => $val){
if(is_array($val)){
$data.='<</T('.$field.')/V[';
foreach($val as $opt)
$data.='('.trim($opt).')';
$data.=']>>';
}else{
$data.='<</T('.$field.')/V('.trim($val).')>>';
}
}
$data.="] n/F (".$file.") /ID [ <".md5(time()).">n] >>".
" n>> nendobjntrailern".
"<<n/Root 1 0 R nn>>n%%EOFn";
return $data;
}

No comments posted yet

Your Answer:

Login to answer
172 Like 44 Dislike
Previous forums Next forums
Other forums

Oracle11g Patch issue
Hi all,

I'm getting the following error while installing Oracle11g Patch 11.1.0.7.0 on IBM-AI

help with multi-update
Now sure how to ask this really....
10g database if that matters.

I have a customer

Recognising Revenue daily
Hello.
Has anyone come across daily recognition of deferred income?
We want to implement R

Gantt Chart Tool
Does anyone know of a good free gantt chart creator tool

Thanks

pagination numbering pattern
Hello,

I have following code which works great for pagination. but i have small issue now.

Confusing Functions
So, I've been reading up on Functions and I like them! However, I need some help using variables in

PHP - MySQL Fail
My PHP code will only execute the first part of my code...

Code: <?php

sessio

value not going in data base
hello friends....
i am having a working javascript....when i am selecting any

Creating a custom API
I'm creating a site, and I need to create a basic API. Unfortunately I have no idea where to start.

Unique Visitor Tracking
Hello. Currently, I run a voting site where voters are tracked by their IP address and can only vote

Sign up to write
Sign up now if you have flare of writing..
Login   |   Register
Follow Us
Indyaspeak @ Facebook Indyaspeak @ Twitter Indyaspeak @ Pinterest RSS



Play Free Quiz and Win Cash