You are here

README.txt in Webform2PDF 7.4

Same filename and directory in other branches
  1. 6.2 README.txt
  2. 6 README.txt
  3. 7.3 README.txt
Installing webform2pdf Drupal module

0. Module license:
   GNU GPL v2.0

1.Software requirements in the order of the installation:
 - Drupal 7.x - available for download from http://drupal.org/project/drupal
 - Webform Drupal module - available for download from http://drupal.org/project/webform
 - Webform2pdf Drupal module - available for download from http://drupal.org/project/webform2pdf
 - TCPDF - PHP class for generating PDF documents - available for download from http://www.tcpdf.org/

2.Webform2pdf module installation with the TCPDF class:
  2.1 Extract downloaded webform2pdf.tar.gz file:
    $ tar - xvvzf webform2pdf-7.x-*.tar.gz

  2.2 Copy extracted directory to Drupal module directory

  2.3 Extract downloaded TCPDF zip file:
    $ unzip tcpdf_*.zip

  2.4 Copy extracted directory to sites/all/libraries directory

  2.5 Log in to Drupal, as an administrator, and enable webform2pdf module.

3.First steps
  3.1 General settings are available at ?q=admin/settings/webform2pdf.

  3.2 Create a form (or open an existing one), using webform Drupal module.

  3.3 If the installation was successful, "Generate PDF" submenu item will
      appear, when the form is opened for editing. After enabling
      "Generate PDF Document", settings of the generated PDF document will
      appear.

File

README.txt
View source
  1. Installing webform2pdf Drupal module
  2. 0. Module license:
  3. GNU GPL v2.0
  4. 1.Software requirements in the order of the installation:
  5. - Drupal 7.x - available for download from http://drupal.org/project/drupal
  6. - Webform Drupal module - available for download from http://drupal.org/project/webform
  7. - Webform2pdf Drupal module - available for download from http://drupal.org/project/webform2pdf
  8. - TCPDF - PHP class for generating PDF documents - available for download from http://www.tcpdf.org/
  9. 2.Webform2pdf module installation with the TCPDF class:
  10. 2.1 Extract downloaded webform2pdf.tar.gz file:
  11. $ tar - xvvzf webform2pdf-7.x-*.tar.gz
  12. 2.2 Copy extracted directory to Drupal module directory
  13. 2.3 Extract downloaded TCPDF zip file:
  14. $ unzip tcpdf_*.zip
  15. 2.4 Copy extracted directory to sites/all/libraries directory
  16. 2.5 Log in to Drupal, as an administrator, and enable webform2pdf module.
  17. 3.First steps
  18. 3.1 General settings are available at ?q=admin/settings/webform2pdf.
  19. 3.2 Create a form (or open an existing one), using webform Drupal module.
  20. 3.3 If the installation was successful, "Generate PDF" submenu item will
  21. appear, when the form is opened for editing. After enabling
  22. "Generate PDF Document", settings of the generated PDF document will
  23. appear.