Services Plugins FAQs

Bubble Page to PDF - Header Size

I know I am missing something super simple - but have worked on this a bunch today and every time I generate a PDF the Header is tiny. Is there any documentation on this? All I want to do is have a custom header verbiage based upon the filter criteria set for a repeating group and have it large and centered.
At this point I was just trying to use what was documented and it defaults to my project title but the size is still tiny. Any help would be greatly appreciated.

Found my answer by just continuing to “guess”.
My main issue is I was combining a couple of different things together plus I am old school HTML.
The below seemed to work for me.

THIS IS A TEST
Next Line

Let me know if anyone sees something I should change - but it generates what I need.

Hi @jsbooker00,
Apologies for the late reply due to the weekend. :pray:

You can try to use the following HTML as an example and change the size, alignment etc :

<div class="myDiv"> 
  <h2><span style='font-size: 40px;
margin-left: 150px'>This is a Test<span></h2><p><span style='font-size: 20px;
margin-left:150px;'>Next Line<span></p>
</div>

In case you will need any additional information, please let me know.

Best regards,
Gulce