Web студия "GrandView"
  Главная   Написать Контакты
   
   
О проекте
Руководство php
 

fdf_set_file

(PHP 3 >= 3.0.6, PHP 4, PHP 5)

fdf_set_file -- Set PDF document to display FDF data in

Description

bool fdf_set_file ( resource fdf_document, string url [, string target_frame] )

The fdf_set_file() selects a different PDF document to display the form results in then the form it originated from. The url needs to be given as an absolute URL.

The frame to display the document in may be selected using the optional parameter target_frame or the function fdf_set_target_frame().

Пример 1. Passing FDF data to a second form

<?php
 
/* set content type for Adobe FDF */
 
fdf_header();

 
/* start new fdf */
 
$fdf = fdf_create();
   
 
/* set field "foo" to value "bar" */
 
fdf_set_value($fdf, "foo", "bar");

 
/* tell client to display FDF data using "fdf_form.pdf" */
 
fdf_set_file($fdf, "http://www.example.com/fdf_form.pdf");

 
/* output fdf */
 
fdf_save($fdf);

 
/* clean up */
 
fdf_close($fdf);
?>

See also fdf_get_file() and fdf_set_target_frame().



add a note add a note User Contributed Notes
fdf_set_file
There are no user contributed notes for this page.

fdf_set_flags> <fdf_set_encoding
Last updated: Sat, 27 Jan 2007
 
 
Новости
11 июля 2007
Сайт запущен
© 2007 info@grandviewstudio.com

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/sites/grandviewstudiocom/www/65f67d67a94ad980786580ae69e11c07/sape.php on line 324

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/sites/grandviewstudiocom/www/65f67d67a94ad980786580ae69e11c07/sape.php on line 330
Z058440144362 Z348613067571