
Improves PDF, Spreadsheet and Word Processing Document APIs.
Fixes
PDF Document API
- API - The PdfDocument.Bookmarks.RemoveAt method does not remove a bookmark.
- Merge - An interactive form without fields shouldn't be appended.
- Usability - Provide a method to check if a certain point belongs to a PdfOrientedRectangle.
- Usability - Provide a method to get a word by a document position.
Spreadsheet Document API
- A specific document with a group of shapes cannot be opened.
- Documents containing comments cannot be properly loaded in Excel Android/iOS.
Word Processing Document API
- A table imported from the HTML format has an incorrect layout when the width of all cells is specified in percents.
- ArgumentOutOfRangeException on an attempt to export a specific document to PDF.
- HTML import - Row margins are not applied to headers.
- InvalidCastException on an attempt to define the Shape.RotationAngle property when the static AzureCompatibility property is enabled.
- IUriProvider returns OfficeImage with an empty Uri for images with the "In Line with Text" text wrapping.
- NullReferenceException is thrown on disposing of DWriteFontFaceProvider with a specific document.
- RTL - Bidirectional text is incorrectly ordered in the exported PDF document.
- The "'676' is not a valid value for 'logPosition'" exception is thrown on an attempt to convert a Word document to HTML.
- The last section settings are reset after appending a specific document to another empty document.