gravity-pdf
gravity-pdf copied to clipboard
Gravity PDF is a GPLv2-licensed WordPress plugin that allows you to automatically generate, email and download PDF documents using Gravity Forms.
**Description** In Gravity Forms 2.6.9 they added support for Async Notifications: https://docs.gravityforms.com/gform_is_asynchronous_notifications_enabled/ If this is enabled, PDF Background Processing should be disabled: ``` $is_asynchronous = gf_apply_filters( array( 'gform_is_asynchronous_notifications_enabled', $form_id, ),...
**Description** Currently, the Core Font Installer notice is shown on all WordPress admin pages outside of Gravity Forms, and any Gravity PDF pages. To reduce notice fatigue for users, only...
## Description Resolves #1463 TODO: Core Booster add-on needs to be updated to take into account this change. ## Screenshots ## Checklist: - [ ] I've tested the code. -...
**Description** If a multipage form contains a conditional Page Break field, and the _Show Page Names_ PDF setting is enabled in Core/Universal templates, the Page Title should **not** be displayed...
Prior to Gravity Form 2.6.9 release which introduced this new filter `gform_is_asynchronous_notifications_enabled`. We need to check its value when getting the queued task on form. If this is set to...
## Description WIP. I have only set the Core Font Installer Notice exclusively to Gravity PDF pages. I need to add this to these pages as well: 1. Form List...
## Description Resolve issues loading images / assets when using mPDF's native cURL functionality. Fixes #1440 ## Testing instructions ## Screenshots ## Checklist: - [X] I've tested the code. -...
**Description** Gravity Forms payment add-ons like Stripe offer a Free Trial Subscription. When this is enabled, the Product Table generated by Gravity Forms will include a line item called "Free...
**Description** Gravity Flow registered a number of fields for Gravity Forms. While the fallback Gravity PDF uses will correctly display these in the PDFs, some are not optimized in the...
## Description Check if the tests pass. ## Testing instructions ## Screenshots ## Checklist: - [ ] I've tested the code. - [ ] My code is easy to read,...