Jake Jackson

Results 126 issues of Jake Jackson

**Describe the bug** On a budget / low resource tablet / phone, the Tap to Cancel can be unresponsive during the image transformation process. This becomes very noticable with larger...

enhancement

Gents, since it is clear the [open source version of FDPI](https://github.com/mpdf/mpdf/pull/16) won't support the ability to read PDF 1.5+ in the near future I've been looking into the "hows" of...

feature/enhancement
help wanted

This is the first attempt at decoupling the fonts from Mpdf. The code / fonts pulled out from this PR can be found here: https://github.com/jakejackson1/mpdf-unicode. In the separate package is...

### I found this bug / would like to have this new functionality Currently, mPDF only supports PDFv1.4 encryption, using RC4, [which is considered outdated and insecure](https://en.wikipedia.org/wiki/RC4#Security). Newer versions of...

feature/enhancement
help wanted

## Description Solves PDF generation problem when using the Nested Forms add-on with Gravity Forms Columns when using a lot of repeater data. This problems stems from the fact that...

**Description** When using the [Background Image feature](https://docs.gravitypdf.com/v6/users/setup-pdf#background-image) with a merge tag in the value, it is [automatically stripped out when output](https://github.com/GravityPDF/gravity-pdf/blob/development/src/View/html/PDF/core_template_styles.php#L69) in the PDF via `esc_raw_url()`. **Step To Reproduce** Steps...

Bug
priority

**Description** There are a number of missing conditional options missing from Gravity PDF's Conditional Logic feature that can be found on the Entry List search list. For example, we are...

Enhancement
priority

## Description This PR registers two new choices in the conditional logic selector: 1. Payment Status 2. Payment Amount I've opted not to include additional entry meta like Entry ID,...

**Description** When the background processing feature is enabled in Gravity PDF and a Notification is sent using the Woo GF add-on after checkout via the `GFAPI::send_notifications()` API, a critical error...

Bug

**Description** This is a race condition bug of sorts and can occur if someone opens the form editor in one browser tab and then opens the PDF settings in another...

Bug