examples/input_output/pdfExample/README.md
This openFrameworks Example is designed to demonstrate how to save PDF versions of an OF app output.
In this example, pay attention to the following code:
ofBeginSaveScreenAsPDF(...) outputs PDF file based on the following parameters that are passed through:
ofEndSaveScreenAsPDF(...) When launching this app, you should see:
Instructions for use:
This Example does not use any other classes.