@SriranjiniNv
We are sorry for the inconvenience caused. Unfortunately, it is not resolved yet and the ETA requests were logged under the tickets ID SLIDESNET-43218 and SLIDESNET-43219. We have linked your post to these ticket and will keep you informed regarding any available updates.
Hello,
are there any news on this issue?
@SriranjiniNv,
The issues have not been resolved yet. Unfortunately, I don’t have any additional information.
Hello,
can you please provide any closer information when this issue will be addressed? Currently it’s not allowing us to switch to latest version of your library and causing us quite big issues.
@SriranjiniNv,
The issues you found earlier were blocked by another issue. Our developers are working on the blocking problem. Unfortunately, I don’t have any additional information yet.
Hi! Are there any updates / ETA on this?
@arnoldbeilandevozon,
I asked our development team to update the ETA for the issues you found. We will provide information as soon as possible. Thank you for your patience.
@arnoldbeilandevozon,
Our development team has updated ETA for the issue to version 22.9. This release will be published in the second half of September. We apologize for any inconvenience.
Can you please confirm that this issue was indeed released as part of 22.9?
We are sorry but the ETA for the ticket(s) was shifted to v24.1. Currently, the status is “Under Review”. Hopefully the upcoming release will include the fixes for the issue(s).
We apologize for the inconvenience caused.
As 24.1 release is available, can you please confirm if this issue is solved there?
@SriranjiniNv,
The issue SLIDESNET-43218 (displaying notes in HTML5 document) has been resolved. A fix will be included in Aspose.Slides for .NET 24.2. This release will be published in the second half of February. You will be able to display slide notes in an output HTML document as follows:
using (Presentation presentation = new Presentation("test.pptx"))
{
presentation.Save("index.html", SaveFormat.Html5, new Html5Options()
{
OutputPath = "test_pptx",
NotesCommentsLayouting = new NotesCommentsLayoutingOptions() { NotesPosition = NotesPositions.BottomTruncated }
});
}
Unfortunately, the issue SLIDESNET-43219 (displaying comments in HTML5 document) is still open. We apologize for any inconvenience caused.
@SriranjiniNv,
Our developers will begin working on the issue SLIDESNET-43219 this week. Thank you for your patience.
The issues you found earlier (filed as SLIDESNET-43218) have been fixed in Aspose.Slides for .NET 24.2 (ZIP, MSI).
You can check all fixes on the Release Notes page.
You can also find the latest version of our library on the Product Download page.
@arnoldbeilandevozon, @SriranjiniNv,
With Aspose.Slides for .NET 24.2, you can convert PowerPoint presentations to HTML5 documents with slide notes as follows:
using (Presentation presentation = new Presentation("test.pptx"))
{
presentation.Save("index.html", SaveFormat.Html5, new Html5Options
{
OutputPath = "test_pptx",
NotesCommentsLayouting = new NotesCommentsLayoutingOptions
{
NotesPosition = NotesPositions.BottomTruncated
}
});
}
@arnoldbeilandevozon, @SriranjiniNv,
The issue SLIDESNET-43219 (displaying comments in a generated HTML5 document) will be resolved in Aspose.Slides for .NET 24.4. This release will be published in the second half of April, and you will be notified. Thank you for your patience.
Hello!
The solution with the options on html 5 is only available in .net 6 ? I tried to use it in .net4.7 and i get an error that says NotesCommentsLayouting
it doesnt exist
@afaluta,
Unfortunately, I couldn’t reproduce the error you described. Please check the problem carefully again. If the issue persists, please share a sample project or describe the issue in more detail.
The issues you found earlier (filed as SLIDESNET-43219) have been fixed in Aspose.Slides for .NET 24.8 (ZIP, MSI, NuGet, Cross-platform).
You can check all fixes on the Release Notes page.
You can also find the latest version of our library on the Product Download page.