Obtain CopyName in PDFExport
ferraresso
Italy
Hi,
I use FastReport 4 for VCL.
I create a report and use CopyName# to print a different text on every copy.
That's work fine when I print to any printer with Report.Print();
But I need to have the same result of the report also when I use Report.Export( PDFExport);
The PDFExport doesnt care about the Report.PrintOptions.Copies
I already tried to use Report.PrepareReport(false) as many times the numer of copies,
but the CopyName# is always printed as the value of CopyName1.
The only way I have found is to install a PDF Printer Driver and print to that printer, but of course this is not good solution.
Anyone have a solution to create the PDF files with PDFExport exactly as the printed report?
Thanks,
Loris
I use FastReport 4 for VCL.
I create a report and use CopyName# to print a different text on every copy.
That's work fine when I print to any printer with Report.Print();
But I need to have the same result of the report also when I use Report.Export( PDFExport);
The PDFExport doesnt care about the Report.PrintOptions.Copies
I already tried to use Report.PrepareReport(false) as many times the numer of copies,
but the CopyName# is always printed as the value of CopyName1.
The only way I have found is to install a PDF Printer Driver and print to that printer, but of course this is not good solution.
Anyone have a solution to create the PDF files with PDFExport exactly as the printed report?
Thanks,
Loris