The PDF() function is locking me to a single page pdf and cutting off rows from a gallery.
I have expanded containers set to true, I have the following typed in:
Set(PdfQuo,PDF(('Print Out'),{Orientation:PaperOrientation.Portrait,Size:PaperSize.A4,ExpandContainers:true}))
where 'Print Out' is a container in which a gallery sits which I want to create a pdf file off.
I have this PdfQuo blob placed in a pdf viewer in the app. From what I can see, for some reason, its not expanding the container vertically and cuts off the information after filling 1 page.
I know this wasn't previously an issue, because I have used this before and I remember being able to generate pdf files with more than 1 page, this did work before.
Unless I made some silly mistake, I can assume its a bug, and since this is an experimental function
Does anyone have a clue if these are generally fixed fast or should I start investigating an alternate method for creating pdfs for now?