Author Archives: Muhammad Ahmad Chishti

Convert Excel XLS and XLSX to PDF in C#

Excel to PDF 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

Continue Reading
Posted in Aspose.Cells Product Family | Tagged , , , , , , , ,

Improved API Performance with Aspose.Email for Android via Java 19.1

aspose-email-for-android-via-java

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

aspose-email-for-javaWe 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 |

Create Barcodes with Parenthesis in Code Text within Android Apps

We are pleased to announce the release of Aspose.BarCode for Android via Java 19.1. This release enhanced the BarCodeGenerator API to support parenthesis in the CodeText. For a detailed note on what is new and fixed, please visit the release notes page for information of API documentation.

Add Parenthesis in Barcode’s Code Text

This release of Aspose.BarCode enhanced the BarCodeGenerator API to allow the CodeText to contain parenthesis. You may generate barcodes with parenthesis in the CodeText as … Continue Reading

Posted in Aspose.BarCode Product Family |

Create Barcodes with parenthesis in CodeText with Aspose.BarCode for JasperReports 19.1

Aspose.BarCode for JasperReports We are pleased to announce the release of Aspose.BarCode for JasperReports 19.1. This release enhanced the BarCodeGenerator API to support parenthesis in the CodeText. To view a complete list of fixes, please visit Aspose.Barcode for JasperReport 19.1 release notes page.

Support for parenthesis in CodeText

This release of Aspose.BarCode enhanced the BarCodeGenerator API to allow the CodeText to contain parenthesis. You may generate barcodes with parenthesis in the CodeText similar to the string given below. 

"Sample.Code.Text(Example).20181203_150435"

You … Continue Reading

Posted in Aspose.BarCode Product Family |

Create Barcodes with parenthesis in CodeText with Aspose.BarCode for Reporting Services 19.1

We are pleased to announce the release of Aspose.Barcode for Reporting Services 19.1. This release enhanced the BarCodeGenerator API to support parenthesis in the CodeText. For a detailed note on what is new and fixed, please visit the release notes page for information of the API documentation.

Support for parenthesis in CodeText

This release of Aspose.BarCode enhanced the BarCodeGenerator API to allow the CodeText to contain parenthesis. You may generate barcodes with parenthesis in the CodeText as shown … Continue Reading

Posted in Aspose.BarCode Product Family |

Create Barcodes with Parenthesis in Code Text using Java

We are pleased to announce the release of Aspose.BarCode for Java 19.1. This release enhanced the BarCodeGenerator API to support parenthesis in the CodeText. For a detailed note on what is new and fixed, please visit the release notes page of API documentation.

Generate Barcodes with Parenthesis in Code Text using Java

This release of Aspose.BarCode enhanced the BarCodeGenerator API to allow the CodeText to contain parenthesis. You may generate barcodes with parenthesis in the CodeText as shown … Continue Reading

Posted in Aspose.BarCode Product Family |

Create Barcodes with parenthesis in the CodeText

We are pleased to announce the release of Aspose.BarCode for .NET 19.1. This release enhanced the BarCodeGenerator API to support parenthesis in the CodeText. For a detailed note on what is new and fixed, please visit the release notes page for information of API documentation.

Support for parenthesis in CodeText

This release of Aspose.BarCode enhanced the BarCodeGenerator API to allow the CodeText to contain parenthesis. You may generate barcodes with parenthesis in the CodeText as shown below … Continue Reading

Posted in Aspose.BarCode 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
Continue Reading
Posted in Aspose.GIS Product Family |