writing continuously to pdf
in
Programming Questions
•
1 year ago
On
here it says that I can write continuously to a pdf file, and I've got that to work OK. I have two questions:
- can I split the output at all into smaller chunks? I'm getting a ginormous output pdf and it would be nice to be able to split it
- the command for getting the renderer is
PGraphicsPDF pdf = (PGraphicsPDF) g; // Get the renderer
What is the "g" for?
Thanks
1