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.

Posted in Aspose.PDF Product Family | Tagged , , , ,

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#.

Posted in Aspose.Imaging Product Family | Tagged , , ,

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.

Posted in Aspose.PDF Product Family | Tagged , , , ,

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 ,

Protect PowerPoint Files with Password or Digital Signatures in C#

Protection of digital information has always been an important aspect in the cyber world. Various ways and technologies have been devised in order to secure digital content. In accordance with that, this blog post explicitly targets the security of MS PowerPoint presentations and provides you with different ways of securing PPTX documents. In this post, you will learn how to protect a PowerPoint PPTX with a password or a digital signature using C#.

Posted in Aspose.Slides Product Family | Tagged ,

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.

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

Add or Remove Attachments in PDF using Java

PDF is one of the ruling file formats in the world of digital documents. Along with other popular features, PDF format also allows you to embed files as attachments within a PDF file. These attachments are similar to ones you add to an email message. In order to automate PDF attachment manipulation, this article provides you some simple ways of adding and removing attachments in PDF files using Java.

Posted in Aspose.PDF Product Family | Tagged , ,

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#.

Posted in Aspose.Email Product Family | Tagged ,

Convert CSV to PDF or PDF to CSV Programmatically using C# VB.NET

CSV files often contain tabular data where the values are usually separated by comma delimiter. You can convert a CSV file to PDF as well as a PDF file to a CSV file using C# or VB.NET. Aspose APIs offer a lot of file manipulation and conversion features. Let us explore the CSV and PDF conversion.

Posted in Aspose.PDF Product Family, Aspose.Cells Product Family | Tagged , , , , , , ,

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 |