You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Graphics2Dvg2d_1 = newVectorGraphics2D();
// plotcontent Graphics2Dvg2d_2 = newVectorGraphics2D();
// plotcontentProcessorpdfProcessor = Processors.get("pdf");
// Can I write vg2d_1 and vg2d_2 in the same pdf file?// ...
The text was updated successfully, but these errors were encountered:
Unfortunately, there is no support for pages in the Graphics2D interface of Java. That’s why VectorGraphics2D also does not support this at the moment.
It’s on my list of planned features, but I don’t have any time frame yet. I will leave this issue open to track the progress.
The text was updated successfully, but these errors were encountered: