Font size increased

When using our PDF generator you may notice that the font size may be larger than you would like.

To rectify this, you will need to do one of the following:

Edit your theme

To edit your theme:

  1. Go to Settings > PDF Themes > select your current theme

  2. Your current Default Theme is the one furthest left, to access its parameters and modify them simply select the icon:

Change the Font Size (Basic)

To change the font size:

  1. Go to Settings > PDF Themes > select the appropriate PDF Theme > The Basics > Font: > from the drop-down menu select your desire font size > Save & Preview

  2. If the size you set above does not meet your requirements, you can edit the font size at any point after saving by repeating the steps above.

Change the Font Size (Advanced)

If you wish to amend the font to a greater degree, then you will have to amend the CSS code for the PDF Theme.

To do this:

  1. Go to Settings > PDF Themes > select the appropriate PDF Theme > HTML & CSS > DOCUMENT.CSS

  2. Then remove the [FONTSIZE] variable within the body container (around Line 3) and amend to:

body {

font-size:*px;

}

Where * is to be replaced with a number you require.