Forms Data Format
- Introducción
- Installing/Configuring
- Constantes predefinidas
- Ejemplos
- FDF Functions
- fdf_add_doc_javascript — Adds javascript code to the FDF document
- fdf_add_template — Adds a template into the FDF document
- fdf_close — Cierra un documento FDF
- fdf_create — Crear un nuevo documento FDF
- fdf_enum_values — Call a user defined function for each document value
- fdf_errno — Return error code for last fdf operation
- fdf_error — Return error description for FDF error code
- fdf_get_ap — Get the appearance of a field
- fdf_get_attachment — Extracts uploaded file embedded in the FDF
- fdf_get_encoding — Get the value of the /Encoding key
- fdf_get_file — Obtener el valor de la clave /F
- fdf_get_flags — Gets the flags of a field
- fdf_get_opt — Gets a value from the opt array of a field
- fdf_get_status — Obtener el valor de la clave /STATUS
- fdf_get_value — Obtener el valor de un campo
- fdf_get_version — Gets version number for FDF API or file
- fdf_header — Sets FDF-specific output headers
- fdf_next_field_name — Obtener el siguiente nombre de campo
- fdf_open_string — Read a FDF document from a string
- fdf_open — Abrir un documento FDF
- fdf_remove_item — Sets target frame for form
- fdf_save_string — Returns the FDF document as a string
- fdf_save — Guardar un documento FDF
- fdf_set_ap — Establecer la apariencia de un campo
- fdf_set_encoding — Sets FDF character encoding
- fdf_set_file — Establecer el documento PDF en donde desplegar datos FDF
- fdf_set_flags — Sets a flag of a field
- fdf_set_javascript_action — Sets an javascript action of a field
- fdf_set_on_import_javascript — Adds javascript code to be executed when Acrobat opens the FDF
- fdf_set_opt — Sets an option of a field
- fdf_set_status — Establecer el valor de la clave /STATUS
- fdf_set_submit_form_action — Sets a submit form action of a field
- fdf_set_target_frame — Set target frame for form display
- fdf_set_value — Establecer el valor de un campo
- fdf_set_version — Sets version number for a FDF file
FDF
There are no user contributed notes for this page.
