I have developed a programm that takes an html code and produce a pdf. I used the below code to convert the html string to pdf:
The number of pages of pdf that the programm produce is not fixed. My question is how could I add at the end of every pdf page a text?
I am looking 5 days for this but I have not find something. I could also listen to solutions completely different from my approach i.e to first generate the pdf. I have seen these :
Creating multiple pages of PDF using android.graphics.pdf
PDF multipage not create in android
How to divide the webview content in multiple pages