create_xfdf |
./xfdf.inc |
create_xfdf |
1 |
|
fillpdf_execute_merge |
./fillpdf.module |
Utility function to allow other functions to merge PDFs with the various methods in a consistent way. |
1 |
|
fillpdf_execute_parse |
./fillpdf.module |
Utility function to allow other functions to parse PDFs with the various methods in a consistent way. |
1 |
|
fillpdf_export_form |
./fillpdf.admin.inc |
|
|
1 |
fillpdf_field |
./fillpdf.admin.inc |
|
|
1 |
fillpdf_field_delete_confirm |
./fillpdf.admin.inc |
|
|
1 |
fillpdf_field_delete_confirm_submit |
./fillpdf.admin.inc |
|
|
|
fillpdf_field_edit |
./fillpdf.admin.inc |
|
|
1 |
fillpdf_field_edit_submit |
./fillpdf.admin.inc |
|
|
|
fillpdf_field_edit_validate |
./fillpdf.admin.inc |
|
|
|
fillpdf_forms |
./fillpdf.admin.inc |
Manage your existing forms, or upload a new one |
|
6 |
fillpdf_forms_submit |
./fillpdf.admin.inc |
Creates a new Form from the uploaded PDF, including parsed fields |
|
|
fillpdf_forms_validate |
./fillpdf.admin.inc |
Makes sure the Upload was provided (want to validate .pdf here too) |
|
|
fillpdf_form_delete_confirm |
./fillpdf.admin.inc |
Delete form confirmation |
|
1 |
fillpdf_form_delete_confirm_submit |
./fillpdf.admin.inc |
Delete form submit |
|
|
fillpdf_form_edit |
./fillpdf.admin.inc |
Edit existing PDF form |
|
1 |
fillpdf_form_edit_submit |
./fillpdf.admin.inc |
Submit Edit or Delete for existing PDF form |
|
|
fillpdf_form_export |
./fillpdf.admin.inc |
Export an importable array of PDF field key -> Label, Value mappings.
The array key is the PDF field key and the value is another array containing the label and
the value (properly keyed). |
|
1 |
fillpdf_form_import_form |
./fillpdf.admin.inc |
Based loosely on Node Export's import form. Import the code and configure the DB settings. |
|
1 |
fillpdf_form_import_form_submit |
./fillpdf.admin.inc |
|
|
|
fillpdf_form_import_form_validate |
./fillpdf.admin.inc |
|
|
|
fillpdf_get_fields |
./fillpdf.module |
|
1 |
|
fillpdf_help |
./fillpdf.module |
Implementation of hook_help(). |
|
|
fillpdf_install |
./fillpdf.install |
|
|
|
fillpdf_menu |
./fillpdf.module |
Implementation of hook_menu(). |
|
|
fillpdf_merge_pdf |
./fillpdf.module |
Constructs a page from scratch (pdf content-type) and sends it to the
browser or saves it, depending on if a custom path is configured or not. |
1 |
|
fillpdf_merge_pdf_access |
./fillpdf.module |
Make sure the user has access to data they want to populate the PDF |
1 |
|
fillpdf_parse_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_parse_uri |
./fillpdf.module |
Get the data and form that need to be merged, from the $_GET, and print the PDF
@seealso fillpdf_pdf_link for $_GET params |
|
1 |
fillpdf_pdf_link |
./fillpdf.module |
Gets a link to the prinable PDF, merged with the passed-in data |
1 |
|
fillpdf_perm |
./fillpdf.module |
Implementation of hook_perm(). |
|
|
fillpdf_safe_unserialize |
./fillpdf.admin.inc |
mixed fillpdf_safe_unserialize(string $serialized)
Safely unserialize, that is, only unserialize strings, numbers, and arrays, not objects
This prevents the __wakeup method from being called since it could contain arbitrary code. |
1 |
|
fillpdf_schema |
./fillpdf.install |
@file
Install |
|
|
fillpdf_settings |
./fillpdf.admin.inc |
Settings form for user to place API Key |
|
1 |
fillpdf_token_list |
./webform_tokens.inc |
|
|
|
fillpdf_token_values |
./webform_tokens.inc |
|
|
|
fillpdf_uninstall |
./fillpdf.install |
|
|
|
fillpdf_update_6001 |
./fillpdf.install |
Add the destination_path field to {fillpdf_forms}. |
|
|
fillpdf_update_6002 |
./fillpdf.install |
Add the replacements field to {fillpdf_forms} and {fillpdf_fields}. |
|
|
fillpdf_update_6003 |
./fillpdf.install |
The people have spoken. Improve PostgreSQL support, at last. |
|
|
fillpdf_update_6004 |
./fillpdf.install |
Add database field to hold "Redirect to saved file" setting. |
|
|
fillpdf_update_field |
./fillpdf.admin.inc |
|
2 |
|
_fillpdf_admin_token_form |
./fillpdf.admin.inc |
|
1 |
|
_fillpdf_get_file_contents |
./fillpdf.module |
|
3 |
|
_fillpdf_get_tokens_from_components |
./webform_tokens.inc |
|
1 |
|
_fillpdf_process_destination_path |
./fillpdf.module |
|
1 |
|
_fillpdf_process_filename |
./fillpdf.module |
|
1 |
|
_fillpdf_replacements_to_array |
./fillpdf.module |
|
1 |
|
_fillpdf_transform_field_value |
./fillpdf.module |
Apply any field value transformations defined via the UI.
Note that the replacement arguments need to already have been run through
_fillpdf_replacements_to_array(). |
1 |
|
_fillpdf_xmlrpc_request |
./fillpdf.module |
|
2 |
|