-
Goal: when I try to execute the download page utility the page gets chopped in half for some reason.
-
Details: I have a button to print a document I execute the downloadPage method inside a js query as follow
utils.downloadPage(${getData.data.sku}_Briefing_${new Date().toLocaleDateString('en-AU')}
,{
componentsToExclude: ["printButton"],
scale: 2
})
Anyone else experiencing this ?