278
Views
5
Comments
[Ultimate PDF] Having distinct headers on pages
Question
ultimate-pdf
Reactive icon
Forge asset by Leonardo Fernandes

Hello, 

I am using Ultimate PDF to build reports, my client whats to have a header for the first page, and a different, smaller one, for the other pages.

How can I do this with  Ultimate PDF?

I tried to use the page count web block, but it doesn't output a value, nor could I use JS to find the value on the page.

Can you help me with that?

2022-03-01 15-42-44
Thiago Mari
Champion

Nuno Delgado wrote:

Hello, 

I am using Ultimate PDF to build reports, my client whats to have a header for the first page, and a different, smaller one, for the other pages.

How can I do this with  Ultimate PDF?

I tried to use the page count web block, but it doesn't output a value, nor could I use JS to find the value on the page.

Can you help me with that?

Hi,


You can create a custom web page and use the "Ultimate PDF" to create this custom page. Is the best way to do that.


Cheers


2024-05-03 14-03-28
Sudip Dey

By using different pages with a different header for the PDF can create a different header. This can be possible in OutSystems

Thank you,

Sudip

UserImage.jpg
José Ángel Paredes Sánchez

Hi everyone I have an issue with this plugin when I try to download it, the header or footer is not displayed correctly., I have this web screen to do that. How I can resolve it? or we have some options to print the page number or page count?

2018-03-26 21-02-10
Kit Lam

José Ángel Paredes Sánchez wrote:

Hi everyone I have an issue with this plugin when I try to download it, the header or footer is not displayed correctly., I have this web screen to do that. How I can resolve it? or we have some options to print the page number or page count?


I had the same problem, but this can be solved by using this css in combination of this Style Class for your container.


SyntaxEditor Code Snippet

.PageFooter {
    position: fixed;
    bottom: 0px;
    left: 80px;
}
2019-07-08 11-04-35
Leonardo Fernandes
 
MVP

Hi Nuno. Different headers are not supported yet.

José, could you share an example report so I can troubleshoot your issue?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.