We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Where can I find more information about the PDF Export Library? I've checked here http://processing.org/reference/libraries/pdf/ but is there a javadoc for this library?
The reason behind this question is that I am wondering if I could generate a PDF file which has a simple interaction, such as mouse over and showing a text on hovering a shape... Is this possible? or Is there a library out there for this?
Answers
You can take a look at the source of the PGraphicsPDF class.
It uses the well known iText PDF Java library. You can check its documentation, too. The version in Processing is a bit old (license issues, I think), the newest version might allow interactivity (with JavaScript?) but might need to be bought, perhaps.