-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
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
saving multiple charts to a single pdf #285
Comments
It exists for bitmaps ( |
@timmolter |
iText looks good and I'd switch to it if it's faster, but the license is more restricted than the Apache License. Maybe there's a newer lib for SVG and PDF that's MIT or Apache License??? |
@timmolter pdfbox-graphics2d saves a single chart as a pdf file, a hundred times faster than erichseifert.vectorgraphics2d, and pdfbox-graphics2d can save multiple charts into a pdf file Can I replace erichseifert.vectorgraphics2d with pdfbox-graphics2d to save pdf files? |
@timmolter GitHub address: https://github.com/rototor/pdfbox-graphics2d |
yes, please replace the erichseifert PDF stuff with the pdfbox-graphics2d lib. Thanks! |
Ok |
Modify the code as suggested
[resolves #285] saving multiple charts to a single pdf
Is it possible to save
ArrayList(numCharts) to a single pdf (or even jpeg) ? Maybe this could be added or could someone point me in the direction of how this could be done ? Thanks a lot.
The text was updated successfully, but these errors were encountered: