Essential Studio for Xamarin.Android Release Notes

v19.4.0.48
January 31, 2022

DocIO

Bug Fixes

  • #F171702, #I361312 - Inline content control is now preserved properly while resaving a DOCX format document.
  • #I358489 - Text is now preserved properly while merging a DOCX format document to DOC format document.
  • #I358177 - The ArgumentException will no longer be thrown while opening a DOC format document.
  • #I357851 - The NullReferenceException will no longer be thrown while opening a Word document.
  • #I358188 - Document will no longer be corrupted while applying shape line format.
  • #I357644 - Image is now preserved properly while converting a Word document to PDF.
  • #I349310, #I349307, #I356460, #I344316, #I347339, #I178572 - Table is now preserved properly while converting a DOCX format document to PDF.
  • #I348931 - Headers and Footers are now preserved properly while resaving a DOCX format document.
  • #I360176 - If field is now updated properly while calling UpdateDocumentFields() method.
  • #I345909 - Bookmark end is now preserved properly in Word document.
  • #I358077 - Mutated text is now preserved properly while resaving a DOC format document.
  • #I357214 – HTML tags are now preserved properly while converting a DOCX format document to HTML.
  • #I348841 - The XmlException will no longer be thrown while converting a DOCX format document to HTML.
  • #I362925 - Picture within frame is now preserved properly while converting a Word document to PDF.
  • #I361410 - Footer content is now preserved properly while converting a Word document to PDF.
  • #I359041 - Text is now preserved properly while converting a Word document to PDF.
  • #I357738 - The NullReferenceException will no longer be thrown while converting a Word document to PDF.
  • #I356590 - The ArgumentOutOfRangeException will no longer be thrown while converting a Word document to PDF.
  • #I349107 - Font substitution event is now working properly for Chinese fonts while converting a Word document to PDF.
  • #I358294 - Vertical text is now preserved properly while converting a Word document to PDF.
  • #I357661 - Font substitution event is now working properly for “BoldItalic” style while converting a Word document to PDF.
  • Hanging issue has been resolved while opening a DOCX format document.
  • Paragraph is now aligned properly while converting a Word document to PDF.
  • The ObjectDisposedException will no longer be thrown converting a Word document to PDF.

Presentation

Bug Fixes

  • #I358669 - The FormatException will no longer be thrown while converting a PowerPoint presentation to image.
  • #I361091 - The PowerPoint presentation will no longer be corrupted while resaving a PPTM format document.

SfPdfViewer

Features

  • #335385 - Implemented the support to select annotations and restrict the moving and resizing.

Breaking Changes

  • Now, the annotation can be selected if the IsLocked property is set to true for all annotations, particular annotation types, or individual annotations. The tapped and selected events will be raised, but the annotation cannot be modified or removed. As an alternate, the selection of annotations can be disabled by setting the Constraints property value to ~AnnotationConstraints.Selectable.