Skip to content

FahadYousafMahar/Gravity-PDF-Templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Free Gravity pdf Templates

FREE PDF templates to use with Gravity PDF in Wordpress Gravity Forms. PDF Template

Contributors License Repo Size

History

When I was working for Registration Letter / Data Sheet PDFs to be stored and emailed to users on my Wordpress Project,

I couldn't find FREE Gravity PDF Templates so I made some and provided them to you on GitHub.

You can save some bucks by using these templates

Getting Started

These instructions will get you a copy of the project / Templates (specifically) with the gravity form used in examples to test and later on develop the templates on your localmachine or live wordpress site.

Prerequisites

Wordpress -My Favourite CMS | Place where Gravity Forms is to be used

Gravity Forms for Wordpress -Premium Plugin Buy from Link

Gravity PDF -Free Addon for Gravity Forms

Installing

1-Just go to : wp-Admin >> Gravity Forms >> Import / Export >> Import Forms.
2-Choose File >> Gravity-Forms.JSON (File in Github Import Folder)
3-Click [Import] & Done

Now use the form and add an entry to it so that we can generate PDFs.

Befor Generation of PDFs, we need to configure PDF Templates in Gravity PDF.

For configuration of pdf templates use the following method.

1-Copy 'PHP files' from git repository and 'images' folder to 'Wordpress/wp-content/uploads/PDF_EXTENDED_TEMPLATES/' (Here)
2-Then go to : wp-Admin >> Gravity Forms >> Forms >> Student / Resident Registration (Select any Form for which you would like to use PDF).
3-Click : Settings >> PDF >> Student 
(Add New if you want to but if you imported .JSON file you need not to create a new pdf and set it. Its already set and being used from 'PDF_EXTENDED_TEMPLATES')
4-Choose pdf template from Template dropdown or click Advanced to open advanced menu.
5-In Advanced menu you can upload Templates by uploading single ZIP package of  [PHP files and 'images' folder]

Now you are ready to test download a PDF

Download the PDFs

Go to Form Entries and select any entry or click on 'view pdf' to download pdf. Check the PDF. It is superb & elegant . PDF Template

Customizing Templates

You can customize templates to handle data from your own cutom form. Just check PHP Array by visiting form entry's pdf download link and adding /?data=1 in front of it.

My download link is:

localhost/wp/pdf/5922ebc91f8c9/6/

So my PHP Array can be viewed by adding '?data=1'

localhost/wp/pdf/5922ebc91f8c9/6/?data=1

Just open any pdf template and add your custom CSS styles to style the PDF content.

Change PDF data by changing $form_data[ ] array in php. Remember $form_data[ ] will hold form data as shown in ?data=1 example.

You cand change $form_data[field][field key] as required and used in ?data=1 of your Form to show your Form field's values

If you are stuck anywhere or need any help you can ask me or feel free to check Gravity PDF documentation.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU GPLv3 License - see the LICENSE file for details

Acknowledgments

  • Gravity PDF Documentation
  • Keyboard
  • Brackets []

Releases

No releases published

Packages

No packages published

Languages