Hello,
We are using Aspose.slides v17.5 to generate Responsive HTML output of a PPT document and we are rendering the output in IE-11. The HTML output is not responsive. When you reduce the size of IE window, after a point the size of slides become extremely small compared to the window size.
The following code is used to generate the output:
ResponsiveHtmlController controller = new ResponsiveHtmlController();
HtmlOptions htmlOptions = new HtmlOptions();
htmlOptions.setHtmlFormatter(HtmlFormatter.createCustomFormatter(controller)); presentation.save(“aspose response 17.5.htm”, SaveFormat.Html, htmlOptions);
htmlOptions.setHtmlFormatter(HtmlFormatter.createCustomFormatter(controller)); presentation.save(“aspose response 17.5.htm”, SaveFormat.Html, htmlOptions);
Can you please look into this.
Thanks,
Neha