function fdf create

fdf_createPodręcznik PHPPoprzedniNastępnyfdf_create (PHP 3>= 3.0.6, PHP 4 )fdf_create -- Create a new FDF documentDescriptionresource 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. Przykład 1. Populating a PDF document<?php $outfdf = fdf_create(); fdf_set_value($outfdf, "volume", $volume, 0); fdf_set_file($outfdf, "http:/testfdf/resultlabel.pdf"); fdf_save($outfdf, "outtest.fdf"); fdf_close($outfdf); Header("Content-type: application/vnd.fdf"); $fp = fopen("outtest.fdf", "r"); fpassthru($fp); unlink("outtest.fdf"); ?> See also fdf_close(), fdf_save(), fdf_open().PoprzedniSpis treściNastępnyfdf_closePoczątek rozdziałufdf_errno
Wyszukiwarka

Podobne podstrony:
function fdf create
function fdf create
function fdf next field name
function fdf get file
function msession create
function fdf set version
function msql createdb
function socket create
function printer create dc
function ifxus create slob
function fdf get version
function mysql create db
function ifxus create slob
function fdf set ap
function socket create listen
function fdf errno

więcej podobnych podstron