utils.downloadPage fullscreen doesn't work?

We're using the following function to export a pdf

utils.downloadPage(
  "GlucoseUserReport", 
     { componentsToExclude : ['container12' , 'select1' , 'button3'] ,
         scale: 1,  fullscreen: true
       
     }
)

The expectation was that this would export a pdf of everything in the app. The result however is that the pdf only includes the visible portion of the app in the web browser. Changing the fullscreen option between false/true appears to have no effect at all. How could we export the full app to a pdf?

Hi @opsb thank you for posting about this and welcome to the forum! It looks like what you're describing might have been a bug that's since been resolved by our engineering team (mentioned in this other community forum post). Can you confirm whether or not you're still seeing the same behavior? Thanks! :bowing_woman:

1 Like