Hi,
I am trying to convert an HTML page to .pptx using Aspose.PDF. HTML > PDF > PPT.
We are expecting the font size in ppt will be remain as the same font size show in HTML page. We use Aspose.Pdf.PptxSaveOptions to convert PDF files to PPTX format.
However, we notice that the font size reduced 25% after convert into the pptx file. Please advise?
We tried to use PdfPageEditor.Zoom to increase the font size but only apply to pdf file not in pptx.