Hi
We are using docx4j API for creating ppt now i want to convert the ppt to pdf as an extra step. I know Docx4J.toPDF API will convert the word doc to pdf. Is there any similar API that will help me to convert the ppt to pdf?
TIA
Thanks,
Dharma
It is currently Thu Nov 28, 2024 5:39 am
List list = getTextFromOtherFile(Path);
for (Object obj : list) {
final StringWriter stringWriter = new StringWriter();
TextUtils.extractText(obj, stringWriter);
final String paragraphString1 = stringWriter.toString();
createTableRow1(tbl, paragraphString1);
}
Total posts 10111 • Total topics 2842 • Total members 2074