Hello there,
We see that we can save notes to pdf and tiff. We need the PowerPoint notes to be in Rich Text Format (RTF) and HTML for web rendering. Can we do it using Aspose.Slides? What are other export options Aspose provides for the notes rendering.
We’re also seeing that when we try to get the text from notes text frames, the plain text could be lossy.
For ex:
If "Notes for slide" is-
Hello first A=πr^2 note. 55
where, A= <span style=“font-family:“Cambria Math”;mso-ascii-font-family:“Cambria Math”;
language:en-US;font-style:normal;vertical-align:baseline;mso-text-raise:0%”>A=<span style=“font-family:“Cambria Math”;mso-ascii-font-family:“Cambria Math”;
language:el;font-style:normal;vertical-align:baseline;mso-text-raise:0%”>π<span style=“font-family:“Cambria Math”;mso-ascii-font-family:“Cambria Math”;
language:en-US;font-style:normal;vertical-align:baseline;mso-text-raise:0%”>r^2 is equation.
When we get the plain text String it’s - Hello first ?=??^2 note. 55
We want to render it on web without losing anything (as is).
Any ideas would be appreciated.
Thanks.