Hi,
I'm building a C# Windows application that create marketing mailers for
sending to customers. This application needs to create a PDF template, a list
of customer names and addresses and churn out the PPML to send down to the
RIP. So the PDF template will be RIPed only once, and the addresses will then
be "merged" into the appropriate address fields and the printer will print
out the mailers with addresses on them.
The application I've built is already able to generate the PDF template and
a dataset of customer names/addresses. I can put the data in XML format or as
a delimited text file. However, I do not know how to proceed to create the
PPML and have the PPML sent to the designated RIP...
How can I accomplish this?
WB.