Skip to content

Instantly share code, notes, and snippets.

@jakejackson1
Last active December 6, 2022 18:21
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jakejackson1/997b5dedf0a5e665e8ef to your computer and use it in GitHub Desktop.
Save jakejackson1/997b5dedf0a5e665e8ef to your computer and use it in GitHub Desktop.
Basic Three Column Table for Gravity PDF Header
<table autosize="1">
<tr>
<td align="left" width="33%">
<img src="http://example.com/wp-content/uploads/2015/08/logo.png" alt="Logo" />
</td>
<td align="center" width="33%">
{form_title}
</td>
<td align="right">
{date_dmy}
</td>
</tr>
</table>
@josephrorr
Copy link

josephrorr commented Jul 16, 2020 via email

@jakejackson1
Copy link
Author

Feel free to open a support ticket with details about how the PDF looks now and how you'd like it to look, as well as what variations on the max height you've tried and one of our team will be happy to assist. https://gravitypdf.com/support/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment