Trying to convert a PDF to a PPTX like so:
public class PptxService {
public byte[] generatePresentation()
throws IOException {
try (
InputStream templateInputStream = this.getClass()
.getClassLoader()
.…... 2025, 4:03pm 1 Trying to convert a PDF to a PPTX like so: public...a null reference when the converter tries to render them as native...