Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: May 2019
Encoding MPX Files in C# or Java using Aspose.Tasks
Hi friends! In today’s blog, I will be giving you tour of latest Aspose.Tasks 19.4. The commendable thing about Aspose team is that it publishes both .NET and Java based API for Aspose.Tasks simultaneously every month. Both .NET and Java based variants are at same level in terms of features and both API users may explore the new features in their respective environments. In following section, I will be discussing about new features and improvement carried in API.
Encoding Microsoft
… Continue Reading Posted in Aspose.Tasks Product Family
Support of JDK 7 and Bi-Directional Marks in TXT using Aspose.Words for Java 19.3
Guys, lets check out what’s new for you in Aspose.Words for Java 19.3 release.
Release JAR Upgraded to JDK 7
We have upgraded the release JAR of Aspose.Words for Java from JDK 6 to JDK 7. This means that if you are referencing Aspose.Words for Java from Maven then you will have to update the classifier value to jdk17 as follows:
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-words</artifactId>
<version>19.3</version>
<classifier>jdk17</classifier>
</dependency>
Preserve Representation of Legacy Control Characters While Exporting Document to OOXML
Some document … Continue Reading
Posted in Aspose.Words Product Family
Work with Device Independent Bitmap (DIB) Files in C# and Java
Hello guys, in this blog I would like to introduce you with new enhancements being made in Aspose.Imaging 19.4. The good thing about the Aspose team is that it releases both .NET and Java-based APIs simultaneously every month. The latest release provides you the ability to work with Device Independent Bitmap (DIB) files in C# applications.
In subsequent sections, I am going to give you a walk through the new features that have been included in API.
Work with Devise
… Continue Reading Posted in Aspose.Imaging Product Family
Convert Word to PCL using C++ with Aspose.Words for C++ 19.5
Guys, lets check out what’s new for you in Aspose.Words for C++ 19.5 release.
Convert Word to PCL in C++
Aspose.Words for C++ now provides support to save Word document to PCL (Printer Command Language). Aspose.Words can save documents to PCL 6 (PCL 6 Enhanced or PCL XL) format. PclSaveOptions class can be used to specify additional options when saving a document into the PCL format. The following code example shows how to save the … Continue Reading
Posted in Aspose.Words Product Family Tagged Word to PCL in Cplusplus, Word to PCL in Cpp
Perform OMR operation on Images using Aspose.OMR for .NET
Wait is over guys! Aspose.OMR or .NET has been released and now is available over NuGet Gallery to be used in .NET Application. As shared in pre-release announcement of the API, Aspose.OMR has been provided as simple and lightweight solution that makes performing OMR operation on images a breeze. In this blog post, we will try to go through maximum features API is offering to its users. Without waiting so much, let’s dive into information which will be helpful to … Continue Reading
Posted in Aspose.OMR Product Family, Asad Ali
Process Multiple OneNote Files in Parallel Threads in C#
It will please all of you to know that new updated version of Aspose.Note for .NET 19.3 is available now. This release contains enhancements and improvements which will provide you a quality product and performance rich version. A common programming paradigm i.e. parallel processing is targetted this time and improvements are made to get error free functionality in this environment. Please visit the release notes section of API documentation for details about this new release.
Process Multiple Files in Parallel
… Continue Reading Posted in Aspose.Note Product Family