You are here

Functions in FillPDF 5

Primary tabs

Namesort descending Location Description Direct uses Strings
createXFDF ./xfdf.inc createXFDF 1
escape_string ./xfdf.inc 1
fillpdf_admin ./fillpdf.module 1
fillpdf_field_delete_confirm ./fillpdf.module 1
fillpdf_field_delete_confirm_submit ./fillpdf.module
fillpdf_field_edit ./fillpdf.module 1
fillpdf_field_edit_field ./fillpdf.module 1
fillpdf_field_edit_submit ./fillpdf.module
fillpdf_field_edit_validate ./fillpdf.module
fillpdf_form_delete_confirm ./fillpdf.module 1
fillpdf_form_delete_confirm_submit ./fillpdf.module
fillpdf_form_edit ./fillpdf.module 1
fillpdf_form_edit_submit ./fillpdf.module
fillpdf_form_edit_validate ./fillpdf.module
fillpdf_form_overview ./fillpdf.module 1
fillpdf_generate_fields_from_pdf ./fillpdf.module This function generates the form fields from the specified PDF. It (1) sends a request to the iText servlet to parse the specified PDF, (2) iText returns an XML response with fields-mappings, this module parses the XML response & contsructs the… 1
fillpdf_generate_pdf ./fillpdf.module Generates the PDF ouput based on field values It (1) constructs the XFDF from the form's fields, (2) saves the XFDF to /files/xfdf/x.xfdf, (3) redirects to the servlet at SERVLET_URL which downloads this XFDF, merges it with the user-specified… 1
fillpdf_help ./fillpdf.module Implementation of hook_help().
fillpdf_install ./fillpdf.install
fillpdf_menu ./fillpdf.module Implementation of hook_menu().
fillpdf_perm ./fillpdf.module Implementation of hook_perm().
fillpdf_uninstall ./fillpdf.install
fillpdf_update_field ./fillpdf.module 1
print_fields ./xfdf.inc 1
print_fields_recurse ./xfdf.inc 1

Other projects