Posted 29 September 2022, 4:55 am EST - Updated 30 September 2022, 4:19 pm EST
Hi,
Please see attached SimpleReportWithSubReport.rpx, SimpleReportWithSubReport.pdf (report exported to pdf) and SimpleReportWithSubReportPdfSecection.gif (video showing how selection in PDF behaves).
SimpleReportWithSubReport contains only two TextBoxes and a subreport between them (subreport contains the third Textbox).
After the report is merged and exported to PDF…
-
It is impossible to select the text by natural way (from top to bottom). Selection behaves in a strange way.
-
If you copy all the text and paste it into notepad - the texts sequence is incorrect:
TEXT BEFORE (IN MAIN REPORT)
TEXT AFTER (IN MAIN REPORT)
TEXT IN THE MIDDLE (INSIDE SUBREPORT)
instead of the correct sequence:
TEXT BEFORE (IN MAIN REPORT)
TEXT IN THE MIDDLE (INSIDE SUBREPORT)
TEXT AFTER (IN MAIN REPORT) -
If you use screen/text reader for the PDF, it is read out loud incorrectly so such a PDF cannot be used by end-user with visual disabilities.
How can we achieve the correct/natural order of elements/texts for exported PDFs?
Thank you