Merge 8.0.5
branch into main
#69
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
✨ PR Overview
This PR introduces fixes for three issues.
🛠️ Fixes
1️⃣ Print Button Does Not Work
Due to incorrect internal state handling, the Print button was not working in some cases.
This issue can be reproduced with package version
8.0.4
when rendering to image.2️⃣ Presentation Shows Two Pages on One Slide
This issue occurred in package version
8.0.4
due to a failed attempt to use the Shadow DOM API to enhance presentation rendering in some cases.It has been resolved in this version.
3️⃣ App Ignores
ApiPath
andApiDomain
ValuesThe following values, when set in
Program.cs
, were ignored by the internal code that generates links to the pages displayed in the UI:This issue has been fixed.
Additionally, the samples
GroupDocs.Viewer.UI.SelfHost.Api.App.Sample
andGroupDocs.Viewer.UI.SelfHost.Api.Service.Sample
were updated to reflect this fix.