Change PDF name programmatically when saving

  • Thread starter Thread starter Rick Allison
  • Start date Start date
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
 
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
 
Back
Top