Image may be NSFW.
Clik here to view.
Xceed Words for .NETClik here to view.

Improves Document, PDF Conversion and Paragraph features.
Features
- Border, Document, Formatting, Image, Paragraph, Picture and Style
- Properties and method arguments for sizes, positions and scaling now use a float type.
- Document
- Getting the bookmarks now performs the search faster.
- Images now obtain a unique id to prevent possible file corruption.
- New methods are now available to add Hyperlinks based on a referenced Hyperlink.
- New methods are now available to add Hyperlinks with formatting.
- New methods now exist to insert html/rtf text (with tags), or html/rtf document, to a Word document, resulting in a docx document containing formatted html/rtf data.
- The InsertDocument method now uses the new ‘useSectionBreak’ parameter to join the new document on a new page or not.
- The new AddList(list t) method is now available to return the copy of a list.
- The new AddTable(table t) method is now available to return a copy of a table.
- The performance for adding hundreds of images was improved.
- Document and Paragraph
- It is now possible to add a CheckBox or modify the checked state of a CheckBox.
- List
- Creating lists with levels greater than 0 now restarts the numbering in each list by default.
- New items can now be added with a specific individual formatting; the Document.AddList and Document.AddListItem methods now contain a new formatting parameter.
- Paragraph
- Calling the Highlight method with Highlight.none as the parameter now removes the highlight on the paragraph.
- When the document has a default paragraph alignment different from ‘left’, setting a paragraph alignment to ‘left’ now modifies the alignment.
- PDF Conversion
- A docx containing big jpg images no longer results in a big file size pdf document.
- A new parameter is now available in the DocX.ConvertToPdf method in order to provide a list of ttf files to use when the docx to convert includes fonts that are not installed.
- Tables that follow an ‘sdt’ element are now converted to PDF.
- Picture
- The new Alpha property is now available to set the transparency of a picture.
- Table
- The new IndentFromLeft property can now be used to indent a table.
- The new RowSpan property on cells can now be used to retrieve the number of cells vertically merged.
- The performance was improved by not validating styles anymore when no style is specified.