<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.utilspec.nontext.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'book.fdf.php',
    1 => 'FDF',
    2 => 'Forms Data Format',
  ),
  'up' => 
  array (
    0 => 'refs.utilspec.nontext.php',
    1 => 'Вивід нетекстових MIME',
  ),
  'prev' => 
  array (
    0 => 'refs.utilspec.nontext.php',
    1 => 'Вивід нетекстових MIME',
  ),
  'next' => 
  array (
    0 => 'intro.fdf.php',
    1 => 'Вступ',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/fdf/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.fdf.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.fdf" class="book">
 
 <h1 class="title">Forms Data Format</h1>
 
 
 
 
 
 
 







 





 







 








<ul class="chunklist chunklist_book"><li><a href="intro.fdf.php">Вступ</a></li><li><a href="fdf.setup.php">Встановлення/налаштування</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="fdf.requirements.php">Вимоги</a></li><li><a href="fdf.installation.php">Встановлення</a></li><li><a href="fdf.resources.php">Типи ресурсів</a></li></ul></li><li><a href="fdf.constants.php">Попередньо визначені константи</a></li><li><a href="fdf.examples.php">Приклади</a></li><li><a href="ref.fdf.php">Функції FDF</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.fdf-add-doc-javascript.php">fdf_add_doc_javascript</a> — Adds javascript code to the FDF document</li><li><a href="function.fdf-add-template.php">fdf_add_template</a> — Adds a template into the FDF document</li><li><a href="function.fdf-close.php">fdf_close</a> — Close an FDF document</li><li><a href="function.fdf-create.php">fdf_create</a> — Create a new FDF document</li><li><a href="function.fdf-enum-values.php">fdf_enum_values</a> — Call a user defined function for each document value</li><li><a href="function.fdf-errno.php">fdf_errno</a> — Return error code for last fdf operation</li><li><a href="function.fdf-error.php">fdf_error</a> — Return error description for FDF error code</li><li><a href="function.fdf-get-ap.php">fdf_get_ap</a> — Get the appearance of a field</li><li><a href="function.fdf-get-attachment.php">fdf_get_attachment</a> — Extracts uploaded file embedded in the FDF</li><li><a href="function.fdf-get-encoding.php">fdf_get_encoding</a> — Get the value of the /Encoding key</li><li><a href="function.fdf-get-file.php">fdf_get_file</a> — Get the value of the /F key</li><li><a href="function.fdf-get-flags.php">fdf_get_flags</a> — Gets the flags of a field</li><li><a href="function.fdf-get-opt.php">fdf_get_opt</a> — Gets a value from the opt array of a field</li><li><a href="function.fdf-get-status.php">fdf_get_status</a> — Get the value of the /STATUS key</li><li><a href="function.fdf-get-value.php">fdf_get_value</a> — Get the value of a field</li><li><a href="function.fdf-get-version.php">fdf_get_version</a> — Gets version number for FDF API or file</li><li><a href="function.fdf-header.php">fdf_header</a> — Sets FDF-specific output headers</li><li><a href="function.fdf-next-field-name.php">fdf_next_field_name</a> — Get the next field name</li><li><a href="function.fdf-open.php">fdf_open</a> — Open a FDF document</li><li><a href="function.fdf-open-string.php">fdf_open_string</a> — Read a FDF document from a string</li><li><a href="function.fdf-remove-item.php">fdf_remove_item</a> — Sets target frame for form</li><li><a href="function.fdf-save.php">fdf_save</a> — Save a FDF document</li><li><a href="function.fdf-save-string.php">fdf_save_string</a> — Returns the FDF document as a string</li><li><a href="function.fdf-set-ap.php">fdf_set_ap</a> — Set the appearance of a field</li><li><a href="function.fdf-set-encoding.php">fdf_set_encoding</a> — Sets FDF character encoding</li><li><a href="function.fdf-set-file.php">fdf_set_file</a> — Set PDF document to display FDF data in</li><li><a href="function.fdf-set-flags.php">fdf_set_flags</a> — Sets a flag of a field</li><li><a href="function.fdf-set-javascript-action.php">fdf_set_javascript_action</a> — Sets an javascript action of a field</li><li><a href="function.fdf-set-on-import-javascript.php">fdf_set_on_import_javascript</a> — Adds javascript code to be executed when Acrobat opens the FDF</li><li><a href="function.fdf-set-opt.php">fdf_set_opt</a> — Sets an option of a field</li><li><a href="function.fdf-set-status.php">fdf_set_status</a> — Set the value of the /STATUS key</li><li><a href="function.fdf-set-submit-form-action.php">fdf_set_submit_form_action</a> — Sets a submit form action of a field</li><li><a href="function.fdf-set-target-frame.php">fdf_set_target_frame</a> — Set target frame for form display</li><li><a href="function.fdf-set-value.php">fdf_set_value</a> — Set the value of a field</li><li><a href="function.fdf-set-version.php">fdf_set_version</a> — Sets version number for a FDF file</li></ul></li></ul></div><?php manual_footer($setup); ?>