Search
Follow Us
Categories
- Success Stories(157)
Archives
Author Archives: Romank
Aspose.Words 5.1.0 Released
There is Aspose.Words 5.1.0 available in downloads http://www.aspose.com/community/files/51/file-format-components/aspose.words/entry119442.aspx.
Here I just wanted to elaborate more on what we’ve done:
Improvements to DrawingML Import (in OOXML)
When we started implementation of Office Open XML export and import features in Aspose.Words about a year ago, Microsoft Word 2007 was storing images and shapes in the VML format inside a DOCX document. All information we could find at that time was saying that DrawingML although part of the Office Open XML … Continue Reading
Posted in Aspose.Words Product Family
Aspose.Words with Visual Studio 2008, .NET 3.0 and .NET 3.5
Yes, it works.
We will continue to ship two assemblies: bin\net1.1\Aspose.Words.dll and bin\net2.0\Aspose.Words.dll built for .NET 1.1 and .NET 2.0 respectively.
bin\net2.0\Aspose.Words.dll is to be used with:
- Visual Studio 2005
- Visual Studio 2008
- .NET Framework 2.0 (with or without SP1)
- .NET Framework 3.0 (with or without SP1)
- .NET Framework 3.5
- x86 or x64 application
bin\net2.0\Aspose.Words.dll will continue to target .NET Framework 2.0 because it does not use any .NET 3.0 or 3.5 features. A good MSDN article .NET Framework 3.5 … Continue Reading
Posted in Aspose.Words Product Family
Aspose.Words with AJAX Demo
Here is a great little demo that shows how to invoke Aspose.Words from an ASP.NET application AJAX style.
Aspose.Words for .NET by itself is just a .NET class library for document conversions, report generation and document programmatic access and as such does not have (and does not need) any built-in web or other fancy stuff. Therefore it is very easy to use from any .NET application be it an AJAX, ASP.NET, Windows Forms etc.
… Continue Reading
Posted in Aspose.Words Product Family
Aspose.Words for .NET 5.0.1 Released
This is a maintenance release with a good number of fixes. Thank you to the customers who reported and waited for their fixes patiently.
Issue ID | Component | Summary |
4382 | DOC | Document can’t be opened by MSWord 2007 after processing using AW. |
4237 | DOC | Table alignment does not work in created DOC files – probably FIB problem |
3997 | DOC | Get rid of DocPr.ExtraBytes |
3690 | DOC | “Unrecognized format of the form field” exception occurs during opening document. |
3532 | DOC | The dropdown form |
Posted in Aspose.Words Product Family
Implementing conditional logic for Word documents using Aspose.Words
This guy Pascal (sorry cannot find any more info) has written an interesting series of articles called Implementing conditional logic for Word documents using Aspose.Words.
Basically, this is a feature we get a lot of requests for and he went out and implemented it himself. We are very impressed with the extent of work he has done. Hats off to Pascal.
This is not the first time a customer implements some required feature before we at Aspose get to implement … Continue Reading
Posted in Aspose.Words Product Family
What People Say about Aspose.Words
David Coletta, Buzzword
http://www.colettas.org/?p=222
Doug Mahugh, Open XML file formats
http://blogs.msdn.com/dmahugh/comments/7672750.aspx
Ryan Ackley, http://www.textmining.org/
http://collabowriter.blogspot.com/2007/08/word-file-format-as-career.html
Thanks.… Continue Reading
Posted in Aspose.Words Product Family
Xls2Doc – Convert Excel to Word using Aspose.Cells and Aspose.Words
We have published an interesting demo project that you might find useful.
This demo project uses Aspose.Cells for .NET, Aspose.Words for .NET and about 1200 lines of custom code to convert Microsoft Excel workbooks to Microsoft Word documents.
Using this project, you can convert from any load format supported by Aspose.Cells (XLS, OOXML XLSX, SpreadsheetML, CSV and tab delimited) to any save format supported by Aspose.Words (DOC, OOXML DOCX, RTF, WordprocessingML, HTML, PDF).
For more info see the download page: … Continue Reading
Posted in Aspose.Words Product Family
Use Aspose.Words in a PHP Project
We have a great new article about how to use Aspose.Words in a PHP project.
You can use either Aspose.Words for .NET or Aspose.Words for Java. The article discusses the pros and cons of both approaches and shows essential techniques such as creating objects, calling methods, accessing properties, using enumerations and so on.
By the way, this is also a chance to preview the new Aspose-wide documentation system.… Continue Reading
Aspose.Words for .NET 5.0.0 Released
Please welcome our next major release of Aspose.Words for .NET!
The main feature in Aspose.Words for .NET 5.0.0 is load and save of Office Open XML documents reaching its Release status.
To download http://www.aspose.com/Community/Files/51/aspose.words/default.aspx
Why Major Version Change?
Because we’ve done a lot. Here is a list of features that we have gradually added since Aspose.Words for .NET 4.0.0 released back in October 2006:
- Load and save Office Open XML documents.
- Load and save RTF documents.
- Load and save Microsoft Word 2003
Posted in Aspose.Words Product Family
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