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
Using React 17
const pdfRef = createRef(); <div id="page" ref={pdfRef}> <div className="page page-1"> {reportHeader()} </div> <div className="page page-2"> {reportContent()} </div> <div className="page page-3"> {reportSummary()} </div> <div className="page page-4"> {reportMain()} </div> <div className="page page-5"> {reportConclusion()} </div> </div>
I can't get it to separate using the custom separation protocol
Any help?
The text was updated successfully, but these errors were encountered:
hi, need to confirm how and where did you call the html2pdf function?
html2pdf
Sorry, something went wrong.
No branches or pull requests
Using React 17
I can't get it to separate using the custom separation protocol
Any help?
The text was updated successfully, but these errors were encountered: