Document & Data Automation Wordpress Plugin - Rating, Reviews, Demo & Download

Document & Data Automation Preview Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

If you need to gather end user information, generate dynamical documents, manage all collected data
or even sign contracts directly from your WordPress website this is the tool you are looking for.

This plugin is a WordPress interface for our Docxpresso cloud service (Get a free trial). It allows
for the integration of full front end Docxpresso functionality within your WordPress website.

Just by uploading a document template to Docxpresso you will convert a simple Word document
into a fullfledged app that will allow you to:
* Generate online interactive documents with “active zones” that may be edited directly from the browser.
* Generate sophisticated web forms directly tailored from the uploaded document.
* Generate dynamical documents in any format (PDF, Word, ODT or RTF) using your end user input data and the original Word template.
* Manage all collected data and export it to HTML and Excel formats.
* Anchor inmutable proof of your documents to the Bitcoin blockchain.
* Sign documents & contracts from your WordPress interface.
* Launch predefined workflows

Our “Document & Data Automation” plugin will convert your WordPress website in a sophisticated document management and
document automation system that will grow with your business.

How to use it

Publish an interactive document or web form:

  1. Create or edit a post or page as usual from your WordPress admin interface.
  2. Click the Docxpresso SaaS button located over the text editor.
  3. A pop up will open with the a full directory tree of all the documet templates available in your Docxpresso cloud installation.
  4. Click on the folder of your choice and a pop up will open with the list of available document templates.
  5. Choose insert into WordPress if you want the document/form to be embedded within your post/page or print link if you just want to forward your visitors to your Docxpresso installation.
  6. Navigate through the list and choose the desired template by clicking on the Insert button (for interactive documents) or Web Form button (for an standard web form).
  7. A shortcode [docxpresso_document] will be inserted with the selected options.
  8. Write any additional content if needed and save the post/page

Browse generated document and data directly from your WordPress interface:

  1. Click on the Docxpreso SaaS button of your main WordPress admin menu.
  2. Choose the Templates option.
  3. You will be redirected to the Data Management interface where you will be able to filter by name and category the template data and generated documents that you wish to browse.
  4. Click on the name of the desired template and you will be redirected to a page with all the uses of that template.
  5. You may, if you wish, filter the data by dates or other associated fields.
  6. You then may access bulk data in CSV format or access the data for a single use by clicking in the corresponding button.
  7. You may also, at any time, download the associated documents by clicking on the Download button located at the right of each usage.

Of course, you may also access all this data and documents from your Docxpresso installation backoffice interface where you can enjoy more sophisticated filtering options and many other goodies.

WordPress users may access the documents generated by them via the plugin from their dashboard.
Depending of the type of access granted they may:

  1. Download the generated document at any time.
  2. Continue edition until the document is set as completed.

You may also learn how to anchor the generated documents to the Bitcoin blockchain with the following video:

Advanced users

You may now forward arbitrary data to a Docxpresso template by defining the function forwardDocxpressoData($data) somewhere in your WP installation:

  • The functions.php file of your theme or preferably a child theme to avoid issues when updating the theme.
  • The custom.php file that comes bundle within your plugin. In this case you should be carefully to backup it before updating the plugin.

Within this function you may request, for example, user and post data via wp_get_current_user() and get_post() native WordPress functions as well as
Docxpresso template data like the template id stored in $data[‘template’].

The function forwardDocxpressoData($data) should return the modified $data array including a ‘varData’ key that should follow the following structure:

$data[‘varData’] = ‘{“varValues”:{“variable_1”:[“value_1″],”variable_2”:[“value_2”]}}’;

Where variable_1 and variable_2 should correspond to variables in the Docxpresso template, otherwise they will be ignored.

You may see an example on how to do it in here: Export data to a template.

Licensing

This work is licensed under GPLv2 or later.

This plugin comes bundled with:
* iFrameResizer JavaScript library (https://github.com/davidjbradshaw/iframe-resizer)
* Peity jQuery plugin (http://benpickles.github.io/peity)
* jquery.mask.js JQuery plugin (http://blog.igorescobar.com)
* sha.js (http://caligatio.github.com/jsSHA/)
All of them enjoying a MIT license (http://www.opensource.org/licenses/mit-license.php) but sha.js that enjoys a BSD license (https://opensource.org/licenses/BSD-3-Clause)

Screenshots

  1. <strong>Docxpresso SaaS button: classic editor</strong> - click on this button to insert a document into your WP post/page.

    Docxpresso SaaS button: classic editor – click on this button to insert a document into your WP post/page.

  2. <strong>Docxpresso SaaS button: block editor</strong> - click on this widget to insert a document block into your WP post/page.

    Docxpresso SaaS button: block editor – click on this widget to insert a document block into your WP post/page.

  3. <strong>Choose a template: latest templates</strong> - list of the most recent Docxpresso templates.

    Choose a template: latest templates – list of the most recent Docxpresso templates.

  4. <strong>Choose a template: directory tree</strong> - navigate through all Docxpresso available templates.

    Choose a template: directory tree – navigate through all Docxpresso available templates.

  5. <strong>Choose a template: display options</strong> - configure how the document/web form will be displayed in the page.

    Choose a template: display options – configure how the document/web form will be displayed in the page.

  6. <strong>End user interface: interactive document</strong> - the end user will be offered an interactive document to be completed.

    End user interface: interactive document – the end user will be offered an interactive document to be completed.

  7. <strong>End user interface: web form</strong> - if the web form option is selected the end user will be offered a standard web form.

    End user interface: web form – if the web form option is selected the end user will be offered a standard web form.

  8. <strong>Browse data and download documents</strong> - from the admin interface one may access all data gathered from end users as well as all documents generated.

    Browse data and download documents – from the admin interface one may access all data gathered from end users as well as all documents generated.

  9. <strong>Browse single document template usage history</strong> - you may access bulk data (CSV) for a single template or browse the data and download the document associated to a single use.

    Browse single document template usage history – you may access bulk data (CSV) for a single template or browse the data and download the document associated to a single use.


Reviews & Comments