We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/******Dose not work here ******/
pdf.html(document.getElementById('pdfModal'), { x: 0, y: 0, callback: function (pdfToSave) { try { self.saveFile(pdfToSave, self.PDFTitle); } catch (error) { self.throwErrorAndClose(); } } });
It's not entering to the callback method for larger dataset. Browser crashes before that. working fine with 100 Pages whereas fails for 150+ Page.
is there any size limit for pdf to download ?
The text was updated successfully, but these errors were encountered:
try to split html element to multiple elements
Sorry, something went wrong.
When I exported 50 + pages of pdf,try to split html element to multiple elements,but the number of downloaded PDFS is lost randomly
This issue is stale because it has been open 90 days with no activity. It will be closed soon. Please comment/reopen if this issue is still relevant.
No branches or pull requests
pdf.html(document.getElementById('pdfModal'), {
x: 0, y: 0,
callback: function (pdfToSave) {
try {
self.saveFile(pdfToSave, self.PDFTitle);
} catch (error) {
self.throwErrorAndClose();
}
}
});
It's not entering to the callback method for larger dataset. Browser crashes before that.
working fine with 100 Pages whereas fails for 150+ Page.
is there any size limit for pdf to download ?
The text was updated successfully, but these errors were encountered: