Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: November 2020
Convert PDF File to Byte Array or Byte Array to PDF using C#
Byte Array is helpful for storing or transmitting data. Likewise, the PDF file format is popular because of its features and compatibility. You can convert PDF File to Byte Array as well as a Byte Array to PDF File using C# language.
Compress PNG, JPEG, and TIFF Images using C#
Image compression is a popular way of reducing the size of the images. It lets you minimize the space and time required to store and transmit images respectively. Various compression techniques are available that compress images in such a way that the quality of the images is not degraded. In accordance with that, this post provides you with some simple ways of how to compress PNG, JPEG, and TIFF images programmatically using C#.
Convert MemoryStream to PDF File or PDF File to MemoryStream in C# VB.NET
MemoryStream is frequently used because of its efficiency and ease. You can convert a MemoryStream to a PDF File as well as a PDF File to a MemoryStream Programmatically using C# or VB.NET. One of the many advantages of using a MemoryStream is that the system can avoid the latencies.
Convert PDF Pages to PNG Images using C#
PDF is considered to be a suitable document format for printing and sharing. However, there might be a case when you need to convert pages in a PDF file to PNG images. For example, when you want to embed PDF pages on a web page or generate the PDF's cover, etc. In this article, you will learn how to automate the PDF to PNG C# conversion from within your .NET applications.
Posted in Aspose.PDF Product Family Tagged PDF to PNG csharp, convert PDF to PNG csharp
Convert JSON to CSV and CSV to JSON using C# or VB.NET
JSON is abbreviated for Javascript Object Notation, which represents the data as key-value pairs. You can convert JSON to CSV and CSV to JSON format as per your requirements. Both of these file formats are suitable for storing and transmitting data.
Read Emails from MS Exchange Server using C#
Microsoft Exchange Server is a platform that lets you manage contacts, emails, calendars, schedules and provides several collaboration features. With MS Exchange Server, you can deploy your own mail server without relying on third parties. MS Exchange Server can also be accessed from within your web, desktop, or mobile applications via web services. Thus, you can perform the mailing and calendering operations in your applications. In this article, you are going to learn how to connect to an Exchange Server and read emails using C#.
Convert CSV to PDF or PDF to CSV Programmatically using C# VB.NET
Convert DICOM to JPEG, GIF, PNG, BMP and PDF in Java
In order to view a DICOM file, you need a dedicated software and you cannot simply embed them in presentations or webpages. To tackle this limitation, you can convert a DICOM file to raster image formats such as JPEG, GIF, PNG, and BMP. In this article, you will learn how to convert a DICOM file programmatically in Java.
Posted in Aspose.Imaging Product Family