Do you want to inspect the raw html output of your Gravity PDF? With this simple url argument you can do that.
Add ?html=1 to the PDF url
It’s quite easy. First open a PDF inside your browser. It will have an url like this:
https://gravitywp.com/pdf/5e3ebbb1cb8e3/18823/
Now add behind this url the arguments: ?html=1. This should look like this:
https://gravitywp.com/pdf/5e3ebbb1cb8e3/18823/?html=1
The PDF opens now without processing it to the PDF itself. This makes it way easier to inspect the HTML and styles used inside the PDF. You can only do this when you have edit rights (as an administrator you usually do) in Gravity PDF.

More about styling PDF’s
For generating PDF’s the mPDF library is used. There are some limitations and differences between writing HTML and CSS for PDF’s compared with webpages.
Read tutorials about
Gravity Flow Form Submission Step Tutorial
The Gravity Flow Form Submission step pauses a workflow until another form is submitted, then continues once the handoff is complete. This guide shows how to connect two forms, prefill fields with mapping, send the correct secure link, and troubleshoot the most common “workflow didn’t move” issues.
Gravity Flow Delete an Entry Step Tutorial
The Gravity Flow Delete Entry step lets you trash or permanently remove Gravity Forms entries as part of a workflow. This guide covers the key settings, scheduling options (delay or date-based), and safe testing tips so you can follow retention and privacy rules with confidence.
Gravity Flow Update Fields Step Tutorial
The Gravity Flow Update Fields step pulls values from another entry and writes them into the current entry, so your workflow can route using “live” data. This tutorial covers source form selection, entry lookup with filters and sorting, field mapping, and quick testing.
Gravity Flow Update an Entry Step Tutorial
The Gravity Flow Update Entry step lets you update an existing Gravity Forms entry using a stored Entry ID and field mapping. This guide shows a simple parent-child setup where a Task Tracker workflow pushes status updates back into the original Request Form entry.