Printing (or not) headers and footers

S

sainted

Here's the deal: I'd like to make printing headers and footers optional so
that writers have the option of using pre-printed letterhead stationary or
printing the header/footer (which contain the "letterhead" graphics and so
on).

Why? Because sometimes letters are never printed on paper, they're just
saved to PDF and emailed, and just as often letters are printed and
snail-mailed. The writer doesn't always know which way the letter's going
when he or she's typing it, so I want them to be able to turn the
header/footer off or on for printing.

Is there any way to do this?
 
M

macropod

Hi sainted,

You could use a field in the header, code as:
{IF{FILLIN "Print Header? (Y/N)" \* Upper}= "Y*" "Your header image goes here"}
With such a field, the user will be prompted as to whether the header image should be inserted every time the document is printed.
The field accepts anything for an answer, but only an answer consisting of or starting with 'Y' or 'y' will trigger the image
inclusion.

Note: The field brace pairs (ie '{ }') for the above example are created via Ctrl-F9 - you can't simply type them or copy & paste
them from this message. There's nothing special about the ordinary brackets, though.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top