我正在尝试使用Processing来编写一个离屏图形缓冲区来打印PDF文件。
问题在于,当使用createGraphics()创建pdf文件时,我无法通过pdf.nextPage()添加新页面。编译器说该方法不存在。
我从参考网站上拿了这个例子:
import processing.pdf.*;
PGraphics pdf = createGraphics(300, 300, PDF, "output.pdf");
pdf.beginDraw();
pdf.background(128, 0, 0);
pdf.line(50, 50, 250, 250);
pdf.dispose();
pdf.endDraw();
那么,如何使用PGraphics将页面添加到pdf文件?
感谢。
答案 0 :(得分:1)
只需投放到{
"error": "unauthorized",
"error_description": "An Authentication object was not found in the SecurityContext"
}
和PGraphicsPDF
即可:
nextPage()