Following previous advice from support, we have packaged the groupdocs modules in a standalone Java app, the main goal being to avoid crashing the app server when document conversion crashes.
We have recently fount that…...License licenseViewer = new com.groupdocs.viewer.License();...PdfViewOptions viewOptions = new PdfViewOptions(fileOut.toPath());...