Search
Follow Us
Categories
- Success Stories(157)
Archives
Yearly Archives: 2008
Aspose.Words Family History
Here is a brief history of what we’ve been up to since 2003. Thank you to all customers and the team who’ve made it possible. Looking forward for more exciting features.
•Aspose.Words for .NET
•1.0 Open and save DOC, mail merge.
•2.0 Open and save HTML, PDF, nested tables, .NET 2.0.
•3.0 Document object model, bullets and numbers API, embedded fonts.
•4.0 All graphics objects and shapes. Save to RTF and WordprocessingML.
•4.2 Open RTF
… Continue Reading Posted in Aspose.Words Product Family
Aspose.Cells for .NET V4.4.1 Released!
Dear Customers,
We have released Aspose.Cells for .NET V4.4.1!
What’s New?
- Auto-detect file type when opening an Excel file
What’s Improved?
- Enhanced Excel2007 Xlsx support
- Enhanced xls2pdf conversion
- Enhanced pivot table support
- Supported more functions in formula calculation engine
What’s Fixed?
- Bug in opening a few special far-east Excel files
- Bug in formula parsing and calculation
- Bug in page setup settings
- Bug in import/export some text files
- Bug in processing smart markers
- Problem in installation on vista
Posted in Aspose.Cells Product Family
Aspose Customer Newsletter, February 2008
|
Posted in Customer Newsletters
Aspose 2008年2月お客様へのメールマガジン
|
Posted in Aspose Japan
Aspose Müşteri E-Bülten, Subat 2008
|
Posted in Aspose Turkey
Aspose 顾客时事通讯, 2008 年2月
|
Posted in Aspose China
Aspose.Cells for Java V1.9.3 Released
Dear Customers, We have released Aspose.Cells for Java V1.9.3!
What’s New?
- Supports to add Arc, Oval, Rectangle
- Supports to add Word and Excel file as OLE object
- Supports to only load data and formatting in the template file
- Supports to copy style when insert rows and columns
- Supports to get number format type of cell
- Supports to filter non-blank/blank cells in AutoFilter
What’s Improved?
- Provides methods for Shapes object to add any shape
What’s Fixed?
- Fixed a bug of calculating
Posted in Aspose.Cells Product Family
Use Cases for Loading and Saving OOXML documents in Aspose.Words
I’m inviting you to participate in shaping up of the Aspose.Words API again.
Brief Description of the Problem
DOCX is macro-free files and .DOCM is the macro-enabled format and Microsoft Word 2007 is quite serious about enforcing the “file extension vs actual file type” relationship.
Rename a .DOCM file with a VBA project into a .DOCX file and open in MS Word, it will fail to say the document is invalid. It will not give any other explanation, it will … Continue Reading
Posted in Aspose.Words Product Family
Aspose.Network for .NET v3.8.0.0
Aspose.Network for .NET v3.8.0.0 has been released. Aspose.Network is a complete solution for network programming on .NET frameworks.
This version is a major release, including SSL support for IMAP and POP3, bug fixes and many other improvements.
New Features
- SSL on POP3 Protocol.
- Implicit / Explicit security mode for SSL POP3
- SSL on IMAP Protocol
- Implicit / Explicit security mode for SSL IMAP
- Updated Help document and code samples.
Aspose.Network now supports using Secure Sockets Layer (SSL) to encrypt the connection
Posted in Aspose.Email Product Family
Aspose.Network for .NET v3.7.0.0
Aspose.Network for .NET v3.7.0.0 has been released. Aspose.Network is a complete solution for network programming on .NET frameworks.
This version is a major release, containing SSL support for SMTP, bug fixes and many other improvements.
New Features
- SSL SMTP Protocol: Aspose.Network.Mail supports sending email with SSL SMTP protocol.
- Implicit / Explicit Security mode in SSL SMTP.
[C# Sample]
SmtpClient client = new SmtpClient(“smtp.gmail.com”,587,”from@gmail.com”,”password”);
client.SecurityMode = SmtpSslSecurityMode.Explicit;
client.EnableSsl = true;
client.Send(“from@aspose.com”,”to@gmail.com”, “Hello, Gmail.”, “Hello, Gmail.”);
- VAS/VMS List item : Aspose.Network.Ftp
Posted in Aspose.Email Product Family