Skip to main content
16-Pearl
October 19, 2023
Solved

Collection widget not bringing all the rows in print pdf.

  • October 19, 2023
  • 1 reply
  • 1240 views

I have 35 rows populated in collection widget. We are viewing all of them using scrollbar. If i clicked microsoft edge browser print functionality, i can see only 12 rows in first page. Remaining rows are not coming in second page of print pdf. Any properties need to be fixed in collection widget? What is the workaround for this issue?

Best answer by PaiChung

Most likely because of the 'frames/dom' browser print is not capturing the fact it can be scrolled (since it isn't a page scroll but a frame scroll)

You can try it from different browers, see if any work better.

You can try maybe with a PDF converter plugin like CutePDF

Else make sure your mashup displays all entries at once without a frame scroll (page scroll would be ok)

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
October 19, 2023

Most likely because of the 'frames/dom' browser print is not capturing the fact it can be scrolled (since it isn't a page scroll but a frame scroll)

You can try it from different browers, see if any work better.

You can try maybe with a PDF converter plugin like CutePDF

Else make sure your mashup displays all entries at once without a frame scroll (page scroll would be ok)