Execute the merge to a new document and then use a macro such as the
following to "print" each record separately to your ".pdf printer"
Dim i as Long
For i = 1 to ActiveDocument.Sections.Count
ActiveDocument.PrintOut Range:=wdPrintFromTo, From:="s" & i, To:="s" & i
Next i

Signature
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.
Hope this helps,
Doug Robbins - Word MVP
> Greetings,
>
[quoted text clipped - 6 lines]
>
> Regards.