I am using Jupyter to generate html files and setting custom css file as :
.pagebreak
{
page-break-after: always;
}
Later on I use markdown as:
<div class="pagebreak"></div>
and convert the notebook to html and download it.
when the I use pdfcrowd to generate pdf from that html, there is no page breaks.
How can this be resolved or checked where is the issue.
.pagebreak
{
page-break-after: always;
}
Later on I use markdown as:
<div class="pagebreak"></div>
and convert the notebook to html and download it.
when the I use pdfcrowd to generate pdf from that html, there is no page breaks.
How can this be resolved or checked where is the issue.