In this directory, you will find sample calls to single endpoints as well as more advanced workflows presented in Java.
Optional deletion toggle
- Some samples include an optional delete step to remove uploaded/generated files from pdfRest servers. This is controlled by a local
final boolean DELETE_SENSITIVE_FILES = false;flag insidemain. Set it totrueto enable deletion; it is off by default.