I want to create pdf from my .html file, so I'm using fromHTML. But when the content of the html file exceeds the height of the page, some parts of the content are not printed in new page. Also when I open the pdf file in applications other than firefox, only the first page is filled and the rest are blank pages.
I have this problem with version v1.1.135 . If I use v1.0.272, there would be no such problem. But if I do so, the styling I used in my html file, would not be shown and the resulting pdf is without any css styles.
Is there any suggestion to fix this?