Hello,
Experiencing strange behavior with the PDF Function. When I run the canvas app in the edit designer, the pdf generates the full pdf, however - when i run the canvas app normally (not in the edit designer) it only generates the 1st page of the pdf. Anyone else experiencing this?
here's my pdf function:
Set(varPDFContent, PDF(
scrnFinalEval,
{
Orientation: "Landscape",
ExpandContainers: true
}
))
I then have the pdf displayed in the PDF viewer control, and am also saving it to a Sharepoint library. In both cases, the issue described above is occurring.