Android-PdfMyXml icon indicating copy to clipboard operation
Android-PdfMyXml copied to clipboard

Creating pdf with multipages dynamically

Open sparkOverfl0w opened this issue 6 years ago • 3 comments

Can you please post a code sniffet on how to create a pdf with multiple.pages dynamically , i mean if someone has a scrollview than how he/she will be able to get the whole long content in the pdf devided in devided in multiple pages , Thanks

sparkOverfl0w avatar Apr 17 '18 01:04 sparkOverfl0w

@sparkOverfl0w did you find any solution?

murwa avatar Apr 27 '18 12:04 murwa

nope , you have to break the pages statically

sparkOverfl0w avatar Apr 28 '18 05:04 sparkOverfl0w

@sparkOverfl0w can you share the code?

ahmadbilalctech avatar Jun 30 '20 19:06 ahmadbilalctech

please share the code buddy. we are still facing the issue in 2023

aeiou-st avatar Feb 01 '23 10:02 aeiou-st

Hi guys,

There is no concept of flow with views like in HTML.

I suggest you break the view statically with some math calculation and then add dynamically more views with a window of items.

HendrixString avatar Sep 02 '23 18:09 HendrixString