I’ve got an issue with the Document.convert(OutputStream outputLogStream, PdfFormat format, ConvertErrorAction action) method in a concurrency scenario. Using this method in parallel throws the following exception:
com…...List<String> pathes = new ArrayList<>(); pathes.add("/opt/data/testme....pdf"); pathes.add("/opt/data/testme2.pdf"); pathes.add("/opt/data/testme3...