Search
Follow Us
Categories
- Success Stories(157)
Archives
Yearly Archives: 2019
Upcoming Release of Aspose.PSD for Java
We are pleased to share that Aspose.PSD API is coming soon to Java platforms with the name of Aspose.PSD for Java. It will be soon available soon for download and to be used in applications. Aspose.PSD (written in Java) is designed to be used with Java language in variety of platforms like Windows, Linux, MAC and UNIX. Aspose.PSD can be used with any kind of application from console based to web based applications. The documentation shall provide fully featured demos … Continue Reading
Posted in Aspose.PSD Product Family
Crop WMF or EMF and Add Raster Image to Vector Image with Aspose.Imaging
Hello readers, in this blog I would like to introduce you with new features included in Aspose.Imaging 19.6. The good thing about the Aspose team is that it releases both .NET and Java-based APIs simultaneously every month. This way both API users remain recurrent with changes being made in APIs every month.
In subsequent sections, I am going to give you a walkthrough of what new features have been included in API.
Crop EMF/WMF Images
Image cropping usually refers to … Continue Reading
Posted in Aspose.Imaging Product Family
Populate HTML Templates with JSON and XML Data in C#
Of all the miracles Po had seen in the time and space of its death, Po thought this–the absorption of another, the carrying of it–was the most bewildering and remarkable of all.
– Lauren Oliver, Liesl & Po
Many great things in the world are the result of merging. Nature, animals, people, and technology merge together to produce unmatchable results.
At Aspose we merge templates to produce robust documents. HTML is the standard markup language for creating web pages and … Continue Reading
Posted in Aspose.HTML Product Family Tagged Aspose.HTML, HTML, JSON, Merge, Populate JSON or XML data into HTML, Template Merging, XML
Support of Jasper Server 7.2.0 in Aspose.Words for Jasper Reports
Wait is over guys! We are pleased to announce new release of Aspose.Words for JasperReports i.e. 19.6.
Download Aspose.Words for JasperReports 19.6
Lets check out what’s new for you in this release.
Added Support of Jasper Server 7.2.0
Now, you can use Aspose.Words for JasperReports with the latest version of Jasper Server 7.2.0. Enjoy the features of Aspose.Words for JasperReports.
Upgraded to Latest Version of Aspose.Words for Java 19.6
We have upgraded the latest version of Aspose.Words for JasperReports to … Continue Reading
Posted in Aspose.Words Product Family
Compare Two Word Documents using C++
In this post, we will see how to compare two Word Documents by using C++ with Aspose.Words for C++ 19.6 API.
C++ MS Word Document Comparison
You can use Document.Compare method to compare two Word documents to see the difference between them. This method mimics Microsoft Word’s Compare feature and produces document difference as a number of edit and format revisions. The main idea is that if we reject all revisions then we get a document that is equal to … Continue Reading
Posted in Aspose.Words Product Family
Improved Text Alignment in Exported Document and Upgraded Aspose.Words for Reporting Services to Aspose.Words for .NET 19.6
Hi guys! We are pleased to announce new release of Aspose.Words for Reporting Services. We have upgraded it to the latest version of Aspose.Words for .NET 19.6. In this release, we have fixed text alignment issue that is caused when HTML formatting is used in RDL. We have also fixed NullReferenceException that is thrown while exporting RDLC. Please check the release notes for more detail.
You can download the latest release of Aspose.Words for Reporting Services 19.6 from the following … Continue Reading
Posted in Aspose.Words Product Family
Set ODS Background and Convert Dates to Japanese Dates in Excel using C#
Hi Guys, in the blog you will learn how to use and implement some valuable features via Aspose.Cells. This time we have added new features regarding ODS file format. For example, you will learn on how to process the ODS file background to create furnished output files having color and image in the background. Moreover, Aspose.Cells provides a way to convert Gregorian dates to Japanese dates. You may find these exciting features and other enhancements in the release. So let’s … Continue Reading
Posted in Aspose.Cells Product Family
Process ODS Background using Aspose.Cells for Java
We are happy that once again we got the chance to present an updated and enhanced version of Aspose.Cells for Java v19.5. This time we have added new features for processing the ODS file background to create more user-friendly output files having color and image in the background. We have also enhanced our rendering features to HTML, PDF, and improvements in many functions of common use. Well, I think rather than writing a lot about these features one by one, … Continue Reading
Posted in Aspose.Cells Product Family
Read VBA Macros in Word Document using Aspose.Words for Java 19.6
In this post, I will enlist/explain new features introduced in Aspose.Words for Java 19.6 release.
Access/Read VBA Macros from Word Document using Java
Aspose.Words now provides three classes to get access to the VBA project source code. The VBAProject class provides access to VBA project information, the VbaModuleCollection class returns collection of VBA project modules and VbaModule class provides access to the VBA project module. The code example given below shows how to read VBA Macros from the Word document:… Continue Reading