Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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 inside main. Set it to true to enable deletion; it is off by default.