Blurred charts rendering in exported presentation issue resolved

We feel happy on presenting the new release of Aspose.Slides for JasperReports 1.4.0. This is a minor release and contains the fix for the blurred charts rendering effect in the exported presentation.

In order to view a complete list of fixes and to download Aspose.Slides for JasperReports 1.4.0, please visit this link.Continue Reading
Posted in Aspose.Slides Product Family |

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 |

Support for SQL Server 2008 SP2, Missing slides data, Cell padding & Border rendering issues resolved

We feel happy on presenting the new release of Aspose.Slides for Reporting Services 3.5.0, which includes new feature support for SQL Server 2008 SP2 CU8. The issues related to missing slide data in the generated presentations and cell padding have been resolved. Some of border rendering issues have also been addressed in this new release.

In order to view a complete list of fixes and to download Aspose.Slides for Reporting Services 3.5.0, please visit this link.Continue Reading
Posted in Aspose.Slides 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
Posted in Aspose.Total Product Family |

EMCRYPT Converted MSG to MHT, PDF format. Implemented PDF encryption and more using APIs

About EMCRYPT

EMCRYPT logo

EMCrypt is a plug-in for Microsoft Outlook, designed to effectively and easily encrypt and then convert Outlook emails to PDF format. It supports all versions from 2003 to 2010, and is compatible with Windows XP, Vista, and Windows 7.

With EMCrypt, the email, along with any attachments, is converted to PDF, encrypted, and can then be opened by the recipient using a PDF reader and the password. Appearance and functions can be adjusted to suit individual tastes

Requirements

Continue Reading
Posted in Aspose.Total Product Family, Aspose.Total, Success Stories | Tagged , , , , , , , , , , ,

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.

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
    
Continue Reading
Posted in Aspose.Email Product Family |

Aztec Barcode Recognition Support Added in Aspose.BarCode for .NET 3.6.1

We have just released Aspose.BarCode for .NET hotfix v3.6.1. It supports reading Aztec barcodes. Sample code:

// read or decode Aztec barcode
BarCodeReader reader = new BarCodeReader(“aztec.png”, BarCodeReadType.Aztec);
while (reader.Read() == true)
{
      // display the detected codetext
      Console.WriteLine(“Codetext: ” + reader.GetCodeText());
}
// close the reader
reader.Close();

Some bugs were also fixed in this hotfix. For release notes and download, please visit http://www.aspose.com/community/files/51/.net-components/aspose.barcode-for-.net/default.aspx.
Continue Reading
Posted in Aspose.BarCode Product Family |