Hi all,
I am trying to download a pdf document using ultimate pdf, and I need to create it using a list. The document contains a page template (having a details table) which I created in a webblock. The webblock resides in a list and each iteration of the block would consume 1 page. the document needs to generate pages based on the data inputed into the block by the list. The document generates fine for and shows pages if my list size is small, eg - 10 items. However if my list contains more elements, my document starts generating blank pages, with the first pages having content and the major portion of my document blank. I verfied my aggregate is fetching all data, and even rendered the entire page, all the content is showing in webpage. However upon pdf generation its just not coming in my pdf document. I already tried using style class display:content to the list widget however it didnot work. Please advise.Thanks!
Hi,
on the "Properties" Tab of the list widget use "Attributes". Write disable-virtualization as "Attributes" and set it to True. This will cause that the list is not virtualized at the internal (PDF-)Screen and by this it is much faster for generating the PDF.
Hope that will solve the problem. For me it worked.
regards
Christine