Change PDF name programmatically when saving

R

Rick Allison

Can I change the PDF file name when printing a report to PDF?

I want to automatically send the same report to PDF but it will be a
different set of information. Therefore, a different report.

For example, from the exact same report but based on code I will be
generating a new report each time the customer changes. Each time
the customer changes I want to "print" the report out to a PDF but
with a different PDF name, one that identifies the customer. Right
now, the report is "printed" with the name I have given it, rptCust.

Thanks,

Rick
 
S

Stewart Tanner

have a look at using name to update the pdf file after the printing is
complete.
name filename as filename


Can I change the PDF file name when printing a report to PDF?

I want to automatically send the same report to PDF but it will be a
different set of information. Therefore, a different report.

For example, from the exact same report but based on code I will be
generating a new report each time the customer changes. Each time
the customer changes I want to "print" the report out to a PDF but
with a different PDF name, one that identifies the customer. Right
now, the report is "printed" with the name I have given it, rptCust.

Thanks,

Rick
 

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