Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
The fieldset_completion module uses jQuery/javascript to show a completion rate while a user is editing the fields in a fieldset (Drupal 7).
fieldset_completion
===================
The fieldset_completion module (Drupal 7) is an example of how to show a completion rate for all the input fields in a fieldset. It grabs the fieldset span.summary tag (inside the span.fieldset-legend) to display the completion rate.
The Flexpaper module provides the formatter for File field which is used for showing pdf files using FlexPaper pdf reader.
Version info
Currently this module uses only free Flexpaper 2.1.2 version. So, all pdfs are shown only in flash mode. In this mode Flexpaper take the swf file(s) generated from the pdf. Flexpaper module provides generating of swf files using pdf2swf converter which is part of Swftools utilities collection (see the installation guide).
Document can be loaded in two ways: as one swf file per whole pdf file and as one swf file per the document page (see formatter settings). To provide correct way to search the text in the split mode, flexpaper takes json file generated by pdf2json tool (see the installation guide).
Requirements
1. Swftools should be installed on your server, and pdf2swf tool should be available by command line.
2. To provide correct way to search the text in the split mode your server should also have pdf2json tool installed and available by command line.
3. Your server should support exec() and shell_exec() to run pdf2swf and pdf2json commands.