pdf-export features
Hello,
are there any plans for exporting outlines or hyperlinks (referencing the same report) into the pdf?
I also noticed that bands/objects with Printable=false are "printed" on pdf-export, is this controllable in any way?
There is a property PDFExport.Outline which I already have set to true but there is no outline in the resulting pdf?
are there any plans for exporting outlines or hyperlinks (referencing the same report) into the pdf?
I also noticed that bands/objects with Printable=false are "printed" on pdf-export, is this controllable in any way?
There is a property PDFExport.Outline which I already have set to true but there is no outline in the resulting pdf?
Comments
We have such plans for further versions. I can't tell the timeframe for this because we have other higher-priority tasks.
The Printable flag is used when printing. It is ignored when exporting.
Could you introduce a property PDFExport(or its base).OnlyPrintableObjects ?
BTW: A page with only one band (data) with Printable=false still gets printed: You get an entirely blank page.
2) I will consider adding the Exportable flag to all report objects. It will be after v1.3 release.
3) That's correct, isn't it? You have the "Page" object which will be printed in any case.