hello expert,
My client would like to understand following from below piece of code:
Document doc = outputService.generatePDFOutput(xdpDoc, xmlDoc, outputOptions);// Save the result in a PDF fileFile pdfFile = new File("//user//data//pdf//Generated_" + System.currentTimeMillis() + ".pdf");doc.copy...