Hello I am generating a pdf, however after adding more rows to a table the top image disappears.
From this:
To this:
My code for html2pdf looks like this:
<vue-html2pdf:show-layout="false":float-layout="true":enable-download="true":preview-modal="true":paginate-elements-by-height="1400"filename="schedule":pdf-quality="2":manual-pagination="false"pdf-format="a4"pdf-orientation="landscape"pdf-content-width="800px"@progress="onProgress($event)"@hasStartedGeneration="hasStartedGeneration()"@hasGenerated="hasGenerated($event)"ref="html2Pdf">
`
Hello I am generating a pdf, however after adding more rows to a table the top image disappears.
From this:
To this:
My code for html2pdf looks like this:
<vue-html2pdf
:show-layout="false"
:float-layout="true"
:enable-download="true"
:preview-modal="true"
:paginate-elements-by-height="1400"
filename="schedule"
:pdf-quality="2"
:manual-pagination="false"
pdf-format="a4"
pdf-orientation="landscape"
pdf-content-width="800px"
@progress="onProgress($event)"
@hasStartedGeneration="hasStartedGeneration()"
@hasGenerated="hasGenerated($event)"
ref="html2Pdf">
`