For fdf_save you need to provide the complete path, such as :fdf_save($outfdf,"c:/inetpub/wwwroot/temp_sites/fdf/outtest.fdf"); and not only outtest.fdf.
![]() | fdf_createDescriptionresource fdf_create ( void )The fdf_create() creates a new FDF document. This function is needed if one would like to populate input fields in a PDF document with data.
See also fdf_close(), fdf_save(), fdf_open(). ![]()
jwadhwani at pobox dot com
06-Jun-2006 11:08
For fdf_save you need to provide the complete path, such as :fdf_save($outfdf,"c:/inetpub/wwwroot/temp_sites/fdf/outtest.fdf"); and not only outtest.fdf.
Punkisdead
04-Oct-2003 03:03
<?php
mlarke at nanuc dot ca
11-Aug-2003 08:14
Header("Content-type: application/vnd.fdf"); simply does not work in IE. The easiest method to automatically load the fdf file is to open the 'pdf' file via php. With use of Acrobat
Sergei
18-Mar-2003 03:43
I thought the following might save someone a lot of time. The example fdf snippet above, namely: | ![]() |