Dear Ultimate PDF team,
Good day.
We have an issue where the pdf generated shows data when viewed by the pdf viewer of Google Chrome, but when we activate the Acrobat Reader chrome extension as default reader, after the pdf has been generated, the data (from 1 data action) is not displayed. Only the words from the fixed label/text/html widgets are shown in the pdf.
We tried using the combination of WaitUntilReadyBeforeCapturing and IsReadyForCapture but still fetched data is not shown.
Have tried same scenario using the Demo App (Invoice sample) and the data is being displayed
Thank you in advance for your help on this matter,
Kind regards,
Chris
Hi Christopher.
The issue is probably unrelated to the chrome extension. My best guess is that you may have a virtualized list, and those lists are meant to load content as the user scrolls. But when generating the PDF, there is no scrolling involved, so the list may be partially loaded once the PDF is rendered.
If you are using any lists, please add the attribute disable-virtualization=True as described here: https://success.outsystems.com/documentation/11/reference/outsystems_language/interfaces/designing_screens/list/
Hey Leo,
As always, many thanks for the help. Will try tomorrow.
All the best,