Loading...
Logo
Processing Forum
Hello

I'm trying to render a sketch to a PDF file but I'm getting this error: 

No get() for PGraphicsPDF

yeah, I'm using the get() function somewhere in my sketch, but is there another way to render vectors to a file if I'm using get() (at least that's what I'm understand from the error message).

Many thanks

Nausk

Replies(1)

Anyway

I realized that in order to get something first I need to draw something to the screen so this can't be used with NO display when generating the PDF file.

Nausk