Search
Follow Us
Categories
- Success Stories(157)
Archives
Author Archives: Muhammad Ahmad Chishti
Convert Excel XLS and XLSX to PDF in C#
This article demonstrates how to convert Excel (XLS, XLSX) files to PDF format using C#. The Portable Document Format (PDF) format developed by Adobe is used as a standard by many organizations to share and store documents. Exporting documents to PDF is a common scenario for many applications.
- C# API for Excel to PDF Conversion
- Convert Excel to PDF in C#
- Set PDF Compliance in Excel to PDF
- Track Excel to PDF Conversion in C#
C# API
… Continue ReadingImproved API Performance with Aspose.Email for Android via Java 19.1
We are pleased to announce the release of Aspose.Email for Android via Java 19.1. This release includes enhancements and bug fixes which improve the overall functionality of the API. For a detailed note on what is new and fixed, you may visit the release notes section in the API documentation.
Enhancements in Aspose.Email for Android via Java 19.1
This release includes enhancements to the functionality of the API. These enhancements include reading OLM, MBOX, and MSG files.
Other Improvements
… Continue Reading Posted in Aspose.Email Product Family
Improved API Performance with Aspose.Email for Java 19.1
We are pleased to announce the release of Aspose.Email for Java 19.1. This release includes enhancements and bug fixes which improve the overall functionality of the API. For a detailed note on what is new and fixed, you may visit the release notes section of API.
Enhancements in Aspose.Email for Java 19.1
This release includes enhancements to the functionality of the API. The components improved in this release include Pop3Client, EWSClient, and ImapClient. MailMessage and MapiMessage classes have … Continue Reading
Posted in Aspose.Email Product Family
Read MapInfo TAB and MapInfo Interchange Files in C# with Aspose.GIS for .NET
We are pleased to announce the release of Aspose.GIS for .NET 19.2. This release gives you the ability to work with MapInfo TAB and MapInfo Interchange file formats. For a complete list of what is new and fixed, please visit the release notes section of the API documentation.
Read MapInfo TAB File in C#
The following code sample shows how to read MapInfo TAB files using C#:
string TestDataPath = RunExamples.GetDataDir();
using (var layer = Drivers.MapInfoTab.OpenLayer(Path.Combine
(TestDataPath, "data.tab")))
{
… Continue Reading Posted in Aspose.GIS Product Family
Create Curved Geometries using C# with Aspose.GIS for .NET 19.1
We are pleased to announce the release of Aspose.GIS for .NET 19.1. With this release, you can add non-linear geometries to your FileGDB, WKT, WKP, and GML files. For a complete list of what is new and fixed, please visit the release notes section of the API documentation.
Create Curved Geometries using C#
This release of Aspose.GIS for .NET has added support for curved geometries. With this release, you can create the following curved geometries.
- Circular String
- Compound Curve
- Curve
Posted in Aspose.GIS Product Family