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
When I create new PDF with svg file, it doesn't work
svg file is from fabricjs
const svg = fabricCanvas.toSVG({ width: fabricCanvas.getWidth(), height: fabricCanvas.getHeight(), suppressPreamble: true, }) const pdf = new jsPDF() pdf.addSvgAsImage(svg, 20, 20, 30, 30) pdf.save('2D_PATTERN_EXPORT.pdf')
I use Nextjs to generate PDF
The text was updated successfully, but these errors were encountered:
Please provide the entire stacktrace.
Sorry, something went wrong.
Now I change to use add image instead, thank you
@HackbrettXXX I just opened corresponding pull request
#2981
Thank you very much
No branches or pull requests
When I create new PDF with svg file, it doesn't work
svg file is from fabricjs
I use Nextjs to generate PDF
The text was updated successfully, but these errors were encountered: