Hi all,
I googled how to covert a docm file to pdf. There were some pages where the WordprocessingMLPackage .pdf(OutputStream) is used.
But I do not have it in the package and I do not know where to find a converter.
Thanks for any help.
It is currently Sat Feb 22, 2025 9:31 pm
SlidePart slide = (SlidePart)presentationMLPackage.getParts().get(
new PartName("/ppt/slides/slide3.xml") );
Chart chart1Part = (Chart)presentationMLPackage.getParts().get(
new PartName("/ppt/charts/chart1.xml"));
Total posts 10142 • Total topics 2852 • Total members 2083