Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: March 2010
Aspose.Words on Twitter
http://twitter.com/AsposeWords
Let’s have some fun. Will really tell you what’s happening.… Continue Reading
Posted in Aspose.Words Product Family
VBA, Toolbars and Customizations Improvements in Aspose.Words
If a Microsoft Word document was opened/saved or converted by an Aspose.Words version earlier than today’s Aspose.Words for .NET 8.2.1, it could exhibit the following problems:
- Document.Open, Document.New etc macros will no longer fire.
- VBA project digital signature might be lost.
- Macros Window could show no macros.
- Custom toolbars and customizations to standard toolbars could be lost.
- Keyboard command customizations could be lost.
All of the above has now been resolved. Aspose.Words now fully preserves and converts all of the … Continue Reading
Posted in Aspose.Words Product Family
Improved Text Extraction Mechanism for PDF using Aspose.Pdf.Kit for .NET 4.2.0
In Aspose.Pdf.Kit for .NET versions before 4.2.0, ExtractText method placed an additional byte sequence into the memory stream to indicate that the bytes are Unicode encoded. As StreamReader class has auto-detect behavior, so ReadToEnd method produced correct string. However that behavior was not very convenient.
Aspose.Pdf.Kit for .NET 4.2.0 uses a new approach for text extraction. The additional byte sequence has been removed and the StreamReader can’t automatically detect the text encoding, rather the user will have to provide the … Continue Reading
Posted in Aspose.PDF Product Family