Skip to main content
New Participant
November 1, 2023
Question

Setting custom header and footer in HTML to PDF API

  • November 1, 2023
  • 1 reply
  • 1029 views

I have downloaded the Postman Collection for HTML to PDF REST API and it works fine with Static HTML samples provided by Adobe.

I see there are options to include headers and footers but that is limited to a title and page numbers. Is there a way to add Header and Footer as HTML -- I want to add my company logo to the header and footer, how do I do it ?

 

IS there any docs or samples on how to add custom header and footer ?

This topic has been closed for replies.

1 reply

Joel Geraci
Adobe Expert
November 1, 2023

Take a look at paged.js. It lets you do a lot for page level formatting than what CSS print media module 2 does.

New Participant
November 2, 2023

Thanks for the recommendation, I will give a try and keep you posted.