6

I need to create a document, which I will use as a template for many other documents, that contains a header that appears on the first page only, and a footer on the last page only. The length of the document will vary.

I've seen a number of different ways doing this using fields and conditions, and this works great for headers & footers that are text based.

However, this document requires that both the header & footer are images, and no text at all.

Is there any way that this can be achieved?

Dave
  • 147

2 Answers2

5

This can be done by including in the footer a field that contains :

{ IF { PAGE } = { NUMPAGES } { INCLUDEPICTURE "FileName" [Switches] } }

For more information see :

Using Last-page Headers and Footers
Field codes: IncludePicture field

harrymc
  • 498,455
0

Put a "Section Break (Continuous)" into the template.  Put the image into the footer of Section 2.  Tell your users to insert all their text above the section break (and don't delete it).