You are not logged in.
Our tax regulations state that invoices sent by e-mail will be the original tax invoice.
As such it must be labelled and displayed on the screen as TAX INVOICE.
Copies thereof, including printouts, must be labelled as copies, i.e. COPY TAX INVOICE.
I looked at the Adobe specs and it looks to me that there is provision for this feature.
Can this PDF engine handle this? How would it be activated in Delphi XE/XE3 with FastReport?
Offline
I'm not sure I did understand what you need.
You can set the TPdfDocument.Info members to have the expected information (title, description).
Then just create the pdf file name as expected.
For FastReport, just search in the forum.
For instance: http://synopse.info/forum/viewtopic.php?pid=4763#p4763
But if you need to have a diverse layout at printing and display, this is not handled by now.
I do not know if the pdf format is able to do this.
It can disable the printing, but AFAIK not add some objects at print time only.
Offline