Android-PdfMyXml
Android-PdfMyXml copied to clipboard
Creating pdf with multipages dynamically
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 did you find any solution?
nope , you have to break the pages statically
@sparkOverfl0w can you share the code?
please share the code buddy. we are still facing the issue in 2023
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.