What’s New in Aspose.Total for Java Q4 2008:
Aspose.Words for Java
New Features
-
Supported loading Microsoft Office 2007 Open XML (DOCX) documents.
-
New save formats (DOCX, DOCM, DOTX & DOTM) are added in SaveFormat enumeration.
-
Add Smart Tags/Smart Document support.
-
Supports OLE embedded and linked objects.
-
Supports digital signatures for VBA projects.
-
Foreach iteration for NodeCollection children.
-
Added Comment.getDateTime() property to Java API.
-
Supports writing of styles in Word 2007 format.
-
Hacked remaining undocumented document properties.
-
Supported page border art.
-
Allow badly formatted HTML.
-
Need to ignore CSS page breaks instead of throwing.
-
Allow specifying border around floating image
-
Support mirror margins and other page setup options in the interface.
-
Workaround for JDBC drivers whose ResultSets doesn’t implement getTableName().
-
IBM’s JVM with enabled JIT fails to load optimized Aspose.Words jar.
-
Added support for outline numbered lists.
-
Supported comment date,
-
Added Name property to Shape class.
-
All collection classes such as Paragraphs, Runs, Tables & Bookmarks etc. have been renamed into ParagraphCollection, RunCollection, TableCollection & BookmarkCollection etc. respectively.
Bug Fixes
-
Image is not visible in Word 97.
-
Embedded image is not displayed after saving document in DOC format.
-
“IllegalArgumentException” exception occurs during mail merge if merge field date switch contains uppercase YYYY.
-
“NullPointerException” exception occurs while setting PaperSize.CUSTOM.
-
Pattern or texture fills are not saved to DOC.
-
TestChuckChanCrash Out.doc is too big.
-
Table borders are read incorrectly by Aspose.Words.
-
Setting Document.ProtectionType to ReadOnly is lost after opening or saving the document.
-
“The document does not have a piece table” exception occurs when opening document.
-
“NullReferenceException” exception occurs in RunPrFiler when opening document.
-
Font is changed after populating data into bookmarks.
-
“This property is only allowed for list styles” exception occurs when saving document.
-
Paragraph indents are lost in styles.
-
Document.RemoveMacros() method does not remove all macros from document.
-
Aspose.Words.FileCorruptedException” exception occurs while opening documents.
-
“NullReferenceException” occurs when trying to save document with empty section.
-
“OutOfMemoryException” exception is thrown on document loading.
-
Font.HighlightColor doesn’t work for DOCX documents.
-
“FileCorruptedException” exception occurs while opening document.
-
“OutOfMemoryException” exception occurs when reading the document.
-
“Unsupported version of the stylesheet” exception occurs when opening document.
-
“FileCorruptedException” occurs when opening DOCX file.
-
Use MHTML to store images inside exported files.
-
Generate list numbers only when needed for HTML export.
-
Generate list numbers for paragraphs with Heading styles.
-
Use ol.start when converting document to HTML.
-
“System.NotSupportedException” exception occurs when saving document in HTML format.
-
List items are exported as ordinary paragraphs if belong to H1…H6 styles.
-
Export correct standard HTML bullets to HTML.
-
Join runs of same formatting on request.
-
“System.ArgumentException” exception occurs when creating DocumentBuilder or saving document.
-
Consider paragraph break font direct formatting in list label properties calculation.
-
“System.FormatException” exception occurs when opening file.
-
Unexpected spaces appear after InsertHtml call.
-
A picture in the document is not visible in Word 97.
-
Separate styles from content when exporting to HTML.
-
Document can’t be opened by MS Word 2007 after processing with Aspose.Words.
-
Table alignment does not work in created DOC files - probably FIB problem.
-
Get rid of DocPr.ExtraBytes.
-
“Unrecognized format of the form field” exception occurs while opening document.
-
Supported writing of styles in Word 2007 format.
-
Hack remaining undocumented document properties.
-
“Cannot find form field node in a form field declaration” exception occurs when saving DOCX.
-
“Unexpected subdocument type” exception occurs when saving DOCX file in DOC format.
-
Styles lost after converting document to DOCX.
-
Supported docPr.revisionView in import and export.
-
“System.ArgumentOutOfRangeException” exception occurs when inserting HTML.
-
Borders appear around HTML images after converting DOC to HTML.
-
“com.aspose.words.FileCorruptedException” exception occurs when opening HTML document.
-
Font of merge field is changed after mail merge.
-
Parent node of Inline class is casted to Paragraph without check.
-
Document.ViewType.Reading does not work.
-
Text inserted by FormField.SetTextInputValue does not have an expected formatting.
-
“The document contains captions” exception occurs while opening document.
-
Cannot insert PNG image, error Unable to read beyond the end of the stream.
-
RTL table becomes too wide.
-
DOCX generated by Apsose.Words is corrupted to open with Word 2007.
-
Background shape is lost when opening or saving documents.
-
Freeform shape is processed incorrectly when opening or saving documents.
-
Font size changes from 11pt to 10pt during OpenSaveOpen.
-
Support proper protection password export in DOCX.
-
Macros and digital sugnatures are not saved during DOCX export.
-
UnifiedTestIncludePictureNoSeparator fails
-
Add Name property to Shape class.
-
As Icon, Icon Label, Icon Path and Icon Index are not supported for OLE objects
-
Add Smart Tags/Smart Document support
-
ArgumentOutOfRangeException during document save - bookmark related.
-
The list bullet picture defined for lists is incorrectly interpreted as shape inside a paragraph.
-
Hyperlink targets to unexpected URL.
-
Cloning a document could be more efficient.
-
The extracted embedded OLE object is corrupted.
-
“‘System.OutOfMemoryException” exception occurs when extracting OLE objects from document.
-
“There is not enough memory or disk space to display or print the picture” occurs when opening document in MS Word.
-
“System.OutOfMemoryException” exception occurs while extracting OLE10 object from document.
-
File causes “Cannot find stream ‘META’ in the storage.” exception when opened in Aspose.Words.
-
Customer asked to support page border art.
-
Text is lost in organizational diagram when opened and save by Aspose.Words.
-
Problem inserting file modified by Aspose.Words in MS Word.
-
Organization diagram casuses MS Word to crash.
-
RTL paragraph alignment is incorrect in TestHebrew.
-
RTL paragraph indents are incorrect.
-
Vertical text direction is lost in TestRtlIssue.
-
HtmlExportScaleImageToShapeSize does not work during HTML export.
-
An email hyperlink causes exception.
-
An HTML document falls into infinite loop.
-
Allow badly formatted HTML.
-
Export of cell borders to HTML does not work.
-
Cannot import background scroll value.
-
Cannot import border color #000000.
-
List item with a certain inline style throws during HTML import.
-
Add code examples to all new model methods.
-
Merge fields in endnotes may not be working.
-
Setting the result of a form field removes the formatting.
-
Allow specifying border around floating image.
-
Support mirror margins and other page setup options in the interface.
-
“System.NullReferenceException” exception occurs when you trying to read form field with a paragraph break as the first character.
-
The marathi characters are converted into square boxes.
Aspose.Cells for Java
New Features
-
Supported manipulating charts in Excel97-2003 template files.
-
Supported opening and saving Excel2007 XLSM, XLTX & XLTM files.
-
Supported drawing objects such as Shapes and Charts etc. in Excel2007 format.
-
Setting outline border for a range is supported.
-
Supports reading OleObject from template file.
-
Insert AVI file as OleObject.
-
Copy Macros when copying Workbook.
-
Supported images in XLS2PDF.
-
Supported new Excel formula functions: MROUND, FDIST & NEGBINOMDIST.
-
Improved performance of reading Excel2007 files.
-
Enhanced the APIs of chart attributes.
Bug Fixes
-
Fixed bugs related to reading and writing some special files.
-
Fixed a bug in saving Excel file as HTML.
-
Fixed a bug in saving Excel file as CSV.
-
Fixed a bug in saving header and footer of PageSetup.
-
Fixed a bug of adding picture by InputStream from URLConnection.
-
Fixed a bug of parsing Date value for Date and Time function.
-
Fixed a bug of sorting Names.
-
A bug with copying formula is fixed.
-
Fixed a bug with calculating and saving formula.
-
Fixed a bug in Cell.getStringValue() method.
-
Fixed a bug in Cell.setValue(Long) method.
-
Fixed a bug in Cells.deleteRows() method.
-
Fixed a bug with Validation and Conditional Formatting’s formula.
Aspose.Pdf for Java
New Features
-
HeaderFooter class has been rewritten to provide more flexibility.
-
Various types of borders like page border, table border, header border and footer border are supported.
-
Accessing the width and height of an image is supported.
-
Most of the replaceable symbols are supported in Text.
-
Image's margin property is enhanced.
Bug Fixes
-
Table added in HeaderFooter is not shown.
-
Add a bookmark with a heading object without showing the heading in the PDF content.
-
Positioning an Image.
-
Page orientation issue.
-
HeaderFooter is overwritten.
-
Adding text objects - different results within different containers.
-
BorderSide.None doesn't have any effect in table and cell.
-
Setting page border issue.
-
Fixed an issue with header & footer page number.
-
Getting image dimensions issue.
-
Autofit table to contents.
-
setDefaultCellTextInfo is not working for cell or row.
-
Set line spacing issue when set within PDF object.
-
An issue with setting word spacing is fixed.
-
Setting table border versus cell border issue.
Aspose.Slides for Java
Bug Fixes
-
Improved cleaning PPT files (removing XML tags) created in MS PowerPoint 2007.
-
Exception on reading PPT files with more than ~2000 slides created in MS PowerPoint.
-
fitTextToShape() method didn't work properly. Space between lines wasn't changed.
Aspose.Pdf.Kit for Java
New Features
-
New class PdfBookMarkEditor is added to manipulate PDF bookmarks.
-
New features of modifying comments (annotations) and flattening annotation are supported.
-
Supports new feature of replacing/deleting images from a PDF document.
-
New methods are added in PdfFileSignature to support reading/disposing more information of digital certificate.
-
The feature of replacing text is enhanced. Some special words (e.g. with hyphen) can be replaced properly.
-
Supports multiline-text in both AcroForm and XfaForm.
Bug Fixes
-
Lines cannot be printed properly.
-
Fixed an issue with mending Japanese characters.
-
Replacing text corrupts the document.
-
Fields with umlauted characters can’t be filled.
-
“NullReferenceException” exception is thrown when extracting links.
Aspose.Metafiles for Java
Bug Fixes
-
Clipping error.
-
Rendering EMF with MapMode and transform matrices.
-
Added workaround for metafiles with wrong recordCount property.
-
Possible ArrayIndexOutOfBoundsException on rendering metafiles.