create_xfdf |
./xfdf.inc |
Generates an XFDF file from values given in an associative array. |
1 |
|
fillpdf_action_save_to_file |
./fillpdf.module |
Save a PDF to a file. |
2 |
|
fillpdf_build_filename |
./fillpdf.module |
|
|
|
fillpdf_build_uri |
./fillpdf.module |
Constructs a URI to FillPDF's default files location given a relative path. |
2 |
|
fillpdf_context_to_link |
./fillpdf.module |
Translates a FillPDF context array into a link. |
4 |
|
fillpdf_default_rules_configuration |
./fillpdf.rules_defaults.inc |
Implements hook_default_rules_configuration(). |
|
|
fillpdf_default_scheme |
./fillpdf.module |
Returns the default scheme for PDF files populated by FillPDF. |
2 |
|
fillpdf_execute_merge |
./fillpdf.module |
Utility to allow other functions to merge PDFs. |
1 |
|
fillpdf_execute_parse |
./fillpdf.module |
Utility to allow other functions to parse PDFs. |
1 |
|
fillpdf_export_form |
./fillpdf.admin.inc |
Form for exporting FillPDF field mappings. |
|
1 |
fillpdf_field |
./fillpdf.admin.inc |
Retrieve a field from a PDF for use in editing form. |
|
1 |
fillpdf_fields_create_update |
./fillpdf.module |
Create or update a mapping record in fillpdf_fields. |
6 |
|
fillpdf_field_edit |
./fillpdf.admin.inc |
Edit a single field. |
|
1 |
fillpdf_field_edit_submit |
./fillpdf.admin.inc |
Save changes to the database. |
|
|
fillpdf_file_context_load |
./fillpdf.module |
Load a file context object. |
1 |
|
fillpdf_file_download |
./fillpdf.module |
Implements hook_file_download(). |
1 |
|
fillpdf_file_download_access_alter |
./fillpdf.module |
Implements hook_file_download_access_alter(). |
|
|
fillpdf_file_usage |
./fillpdf.module |
Helper function to find out if FillPDF manages this file. |
|
|
fillpdf_file_usage_add |
./fillpdf.module |
Adds a generated FillPDF file to {file_usage} table, along with its context. |
1 |
|
fillpdf_file_usage_delete |
./fillpdf.module |
Wrapper function for file_usage_delete(). |
|
|
fillpdf_fillpdf_merge_pre_handle |
./fillpdf.module |
Implements fillpdf_merge_pre_handle(). |
|
|
fillpdf_forms_admin |
./fillpdf.admin.inc |
Manage your existing forms, or upload a new one. |
|
1 |
fillpdf_forms_admin_submit |
./fillpdf.admin.inc |
Creates a new Form from the uploaded PDF, including parsed fields. |
|
|
fillpdf_forms_admin_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_delete_file |
./fillpdf.module |
Delete a FillPDF template file. |
2 |
|
fillpdf_form_delete_template |
./fillpdf.module |
Delete a FillPDF template and all database entries related to it. |
1 |
|
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_edit_validate |
./fillpdf.admin.inc |
|
|
|
fillpdf_form_export |
./fillpdf.admin.inc |
Export an importable array of PDF field key -> Label, Value mappings. |
|
1 |
fillpdf_form_import_form |
./fillpdf.admin.inc |
Import the code and configure the DB settings. |
|
1 |
fillpdf_form_import_form_submit |
./fillpdf.admin.inc |
Perform the import. |
|
|
fillpdf_form_import_form_validate |
./fillpdf.admin.inc |
Check the syntax of the code the user is trying to import. |
|
|
fillpdf_generate_mappings |
./fillpdf.admin.inc |
|
2 |
|
fillpdf_get_fields |
./fillpdf.module |
Retrieve the PDF's fields. |
3 |
|
fillpdf_help |
./fillpdf.module |
Implements hook_help(). |
|
|
fillpdf_import_mappings |
./fillpdf.admin.inc |
Import an array of decoded FillPDF mappings. |
2 |
|
fillpdf_install |
./fillpdf.install |
Implements hook_install(). |
|
|
fillpdf_link_to_stub_context |
./fillpdf.module |
Parse a URI into context. |
3 |
|
fillpdf_load |
./fillpdf.module |
Loads a FillPDF template by ID. |
11 |
|
fillpdf_load_entities |
./fillpdf.module |
Load entities needed to fill PDFs. |
2 |
|
fillpdf_localservice_check |
./fillpdf.module |
Check if we can reach the FillPDF LocalService instance. |
2 |
|
fillpdf_menu |
./fillpdf.module |
Implements hook_menu(). |
|
|
fillpdf_merge_handle_pdf Deprecated |
./fillpdf.deprecated.inc |
Figure out what to do with the PDF and do it. |
|
|
fillpdf_merge_pdf |
./fillpdf.module |
Constructs a page and sends it to the browser or saves it. |
4 |
|
fillpdf_merge_pdf_access |
./fillpdf.module |
Make sure the user has access to data they want to populate the PDF. |
2 |
|
fillpdf_merge_perform_pdf_action |
./fillpdf.module |
Figure out what to do with the PDF and do it. |
2 |
|
fillpdf_modules_enabled |
./fillpdf.module |
Implements hook_modules_enabled(). |
|
|