Start a New Discussion Ask a New Question

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Print custom PDF header and footer
  • Hi,

    I've been searching for some time without success. Please tell me is possible to insert custom header/footer to document printed with pdf creator server?

  • You can use the function AddTextToPDFFile from the pdfforge.dll.

    Frank
    Team pdfforge
  • I've used AddWatermarkToPDF script because i needed a picture in header. Works fine, just have to set top/bottom margins before printing.

    Thank you anyway!