This beta feature works beautifully for that because I can present a print dialog and let the user click to download a PDF version of the form.
In one of the applications I built that's very similar, I have no issues using this exact method but in this new application I'm building I get this error.
Set(pdfBlob1, PDF(Container1,
{
Orientation: PaperOrientation.Landscape,
Size: PaperSize.Letter,
Margin: "10px",
ExpandContainers: true,
DPI:96
}));
Anyone any clues why this would break or any way to get more details about what is causing the error?
If I set the "ExpandContainers: false". The error disappears but the file never downloads.