Integration with Aspose.Word is improved. Deleting images in XML when integration with Aspose.Word is supported. Some adjustments has been made to make sure the PDF is the same as the Word document when integration with Aspose.Word.
Header and footer support is improved. When a header or footer is larger than the page margin, the “header or footer is too large” exception will no langer be thrown. The page margin will enlarge automatically when the header or footer is too large.
1) The black background of EMF and WMF image bug reported in Word to PDF conversionhas been fixed. (But complete support for vertor image has to be implemented later).
2) There is still some format which is supported in Aspose.Word but not supported in Aspose.Pdf which sometimes throw exceptions. In this fix, these exceptions are ignored to make sure customer’s application can run, but some format info will be lost.
1)A new property IsOnOddPage is added to the Paragraph class to support duplex printing. If you set "IsFirstParagraph=true" and "IsOnOddPage=true", the paragraph will be displayed on a new odd page.
2) Memory management in direct-to-file mode is improved.
A new function Bookmark is added. You can simply set two new properties IsBookmarked and BookMarkLevel of Pdf to add bookmarks for headings of the pdf. Please refer to Bookmark guide for more details.
In this fix, right-to-left language such as Arabic and Hebrew is supported. A new property TextInfo.IsRightToLeft is added. If this property is set to true, the text will be right-to-left aligned. Please refer to Right-to-left Aligned Llanguage in the programmer’s guide.