Trying to convert a PDF to a PPTX like so:
public class PptxService {
public byte[] generatePresentation()
throws IOException {
try (
InputStream templateInputStream = this.getClass()
.getClassLoader()
.…...PDFJAVA-45690 Is there any where to view the progress of issue: PDFJAVA-45690...