16
Views
2
Comments
[Ultimate PDF] Acrobat Reader Chrome Extension
ultimate-pdf
Reactive icon
Forge asset by Leonardo Fernandes
Application Type
Reactive

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

2019-07-08 11-04-35
Leonardo Fernandes
 
MVP

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/

2024-10-25 09-14-42
Christopher Bautista

Hey Leo,

As always, many thanks for the help. Will try tomorrow.

All the best,

Chris

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.