Skip to content

Instantly share code, notes, and snippets.

@jakejackson1
Last active December 6, 2022 18:21
Show Gist options
  • Select an option

  • Save jakejackson1/997b5dedf0a5e665e8ef to your computer and use it in GitHub Desktop.

Select an option

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

josephrorr commented Jul 16, 2020 via email

Copy link
Copy Markdown

@jakejackson1

Copy link
Copy Markdown
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