Search
Follow Us
Categories
- Success Stories(157)
Archives
When conversion to PDF in Aspose.Words for Java will be fully available?
Current Situation
Rendering Word documents to PDF is available in Aspose.Words for Java since version 4.0 released on 30th November 2009.
We call that functionality “BETA” because of several limitations: images are only saved as JPEG to PDF, not all bitmap types are rendered correctly, image cropping is ignored, WordArt is not rendered and a few others.
Aspose.Words for Java 4.0 was followed by a couple of hotfixes, latest 4.0.2 released on 5th March 2010. More details on the releases … Continue Reading
Posted in Aspose.Words Product Family
VML is baack…
There were plenty of heated debates when OOXML was driven to acceptance as an ISO standard. Although we have a lot of experience with OOXML on the Aspose.Words team – we did not participate much in those debates. Today’s topic is not about the reasons why we stayed away from those debates. This post is just about one thing I found interesting/funny we came across recently.
As you might know ISO/IEC-29500:2008 specifies two levels of OOXML compliance – Transitional and Strict.… Continue Reading
Posted in Aspose.Words Product Family
Work with Fill and Flatten Field using Aspose.PDF for .NET
We have published Aspose.PDF for .NET 4.7.0. In this latest version, we have improved PdfExtractor, PdfConverter, Form, FormFieldFacade, PdfContentEditor and FormattedText classes.
The new version provides enhanced functionality of PDF to TIFF and image conversion. Form filling and flattening features have also been improved. Aspose.PDF for .NET team has also worked on improving the quality of text replacement and text extraction features. We have also introduced a new feature of setting font attributes while replacing text, which allows you to … Continue Reading
Posted in Aspose.PDF Product Family
FLV to SWF Conversion is Improved in Aspose.Flash for .NET
We have published Aspose.Flash for .NET 3.1.0. In this latest version, we have improved FLV to SWF conversion; the process of converting sound from the FLV file to an SWF file is enhanced . You can see the changes and download the latest version from the Aspose.Flash for .NET download section.
… Continue Reading
… Continue Reading
Posted in Aspose.Total Product Family
Aspose.Words for .NET 9.3 delivers a bunch of long awaited fixes and improvements
It has been just under a month since we released 9.2. Our release cycle has recently been close to two months and we did not plan to release next version so soon. But we have been very productive this month and managed to close 82 issues, most of them had customers waiting for significant time. We decided no need to force so many customers to wait for another month just to repeat our regular two months release pattern.
I will … Continue Reading
Posted in Aspose.Words Product Family
Aspose.Network for .NET supports accessing Outlook Contacts Information from PST file
We have recently released a new version of Aspose.Network for .NET v5.5. It now supports accessing Contacts information from PST files and saving a contact to disk in MSG format.
… Continue Reading
Sample code:
// load the Outlook PST file
PersonalStorage pst = PersonalStorage.FromFile(@”Outlook-File.pst”);
// Get the Contacts folder
FolderInfo folderInfo = pst.GetFolder(“Contacts”);
// loop through all the contacts in this folder
MessageInfoCollection messageInfoCollection = folderInfo.GetContents();
foreach (MessageInfo messageInfo in messageInfoCollection)
{
// Get the contact information
PersonalStorage pst = PersonalStorage.FromFile(@”Outlook-File.pst”);
// Get the Contacts folder
FolderInfo folderInfo = pst.GetFolder(“Contacts”);
// loop through all the contacts in this folder
MessageInfoCollection messageInfoCollection = folderInfo.GetContents();
foreach (MessageInfo messageInfo in messageInfoCollection)
{
// Get the contact information
Posted in Aspose.Email Product Family
