Hi
you can use Html2PdfConverter to add header and footer to your PDF by include in the Generate PDF Action the property otherarg .you can add setting for print like choose your header HTML or footer HTML and other options like page size,
setting will be like
" --background -T 50mm -L 10 -R 10 -B 23mm -O Portrait --page-size A4 --header-spacing 0 --header-html youheaderHTML --footer-spacing 5 --footer-html yourfooterHTML "
