Xceed Words for .NET
Improves conversion from Word to PDF functionality.
Features
- PDF Converter
- Footnotes and Endnotes will now be converted from Microsoft Word to PDF.
- Page background and page borders will now be converted from Word to PDF.
- Improved conversion of Tables from Word to PDF.
- Converting a document from Word to PDF will now correctly apply the first line indent for single word paragraphs.
- Line height will now be calculated by using the font’s LineSpacing.
- Footers will now be displayed at the correct Y position in the resulting PDF file.
- Images inserted in headers or footers will now be converted to PDF.
- In Picture, new properties are now available to use different text wrappings (Square, TopBottom, Through, Tight, BehindText, InFrontOfText), horizontal and vertical alignments, offsets, and distances from text.
- The cropping of images will now be supported with the new Cropping property in the Picture class. The conversion to PDF will also manage the cropping.
- Document
- The new PageBackground property can now be set to customize the background color of all the document’s pages.
- The new PageBorders property can now be set to display up to 4 different borders in a document page.
- Inserting a chart by setting its width and height is now supported.
- Paragraph
- The MagicText property will no longer read the Xml at each call. Instead, the saved data will be used to improve the performance.
- Setting an alignment and then calling InsertPicture() with no index will no longer reset the alignment to left.
- The LineSpacingBefore will no longer be added to the preceding paragraph’s LineSpacingAfter, when those values are identical.
- The AppendPageNumber and AppendPageCount methods will now return the paragraph, in order to let users continue adding actions on the paragraph.
- Replacing a text without specifying a formatting will now replace all occurrences of that text.