Search
Follow Us
Categories
- Success Stories(157)
Archives
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
Convert CSV to Excel Files or Excel to CSV using C# VB.NET
Information is sometimes exchanged as key, value pairs, or comma-separated values in different scenarios. You might need to manipulate or convert such comma-separated values (CSV) to Excel (XLS /XLSX) for further processing. Likewise, you can convert Microsoft Excel files XLS/XLSX to CSV in your .NET applications using C# or VB.NET.
Convert DWG and DXF Files to PDF using Java
CAD file formats are used by the designers or architects to create drawings in various industries such as construction, automobile, hardware, and etc. DWG and DXF are the most widely used CAD formats, however, you need a dedicated software to view the content in DWG and DXF files. In order to tackle this limitation, you can convert the CAD drawings to PDF format. In this article, you will learn how to automate CAD to PDF conversion and convert DWG and DXF files to PDF using Java.