Microsoft Exchange Server lets you manage contacts, email, calendars, and schedules, offering robust collaboration. Deploy your own mail server without third‑party reliance and access it from web, desktop, or mobile apps via web services. This article shows how to connect to Exchange Server and read emails using C#.
Convert CSV to PDF or PDF to CSV Programmatically using C# VB.NET
CSV files store tabular data with values separated by commas. Using C# or VB.NET, you can transform a CSV into a PDF and vice‑versa. Aspose APIs provide powerful file manipulation and conversion tools. Discover how to convert CSV and PDF efficiently.
Convert DICOM to JPG, GIF, PNG, BMP and PDF in Java
To view a DICOM file, you need 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.
Convert CSV to Excel XLS in C# .NET
When you need to transform CSV data into Excel (XLS or XLSX) for advanced processing, this guide shows how to convert a CSV file to Excel XLS/XLSX using C#.
Convert DWG and DXF Files to PDF using Java
Designers and architects rely on CAD formats like DWG and DXF for construction, automotive, and hardware drawings. Viewing these files requires special software, but you can overcome this by converting them to PDF. This guide shows how to automate CAD‑to‑PDF conversion and convert DWG/DXF files to PDF using Java.
Import or Export Annotations from PDF to XFDF using C# VB.NET
Annotations are often used to add clarifications, explanations, details, or comments to some documents. In PDF files, annotations are frequently used and you might need to import or export them to XFDF format. You can easily import or export annotations programmatically using C# or VB.NET.
Protect or Unprotect MS Word Documents using Java
MS Word allows you to protect the DOCX document with various mechanisms. You can set a password that is required to open the document. On the other hand, you can specify the protection levels such as making the document read-only, allowing comments or form fields only, and etc. In this article, you are going to learn how to automate the MS Word protection features in order to protect or unprotect DOCX files in Java-based applications.
Merge Two or More PDF Files using C++
In various scenarios, you may need to merge multiple PDF files into a single one. For example, merging the content from a similar type of documents such as resumes, receipts, and etc. Aspose.PDF lets you automate the PDF merging process from within your web, desktop, or mobile applications. In this article, you are going to learn how to merge multiple PDF files using the C++ variant of Aspose.PDF.
Convert PDF to SVG Format using Java
PDF has been ruling the world of digital document formats for many years for printing, sharing, exchanging, and archiving the documents. However, PDF may not be suitable in certain situations such as displaying it on a web page. In such cases, SVG comes as an alternative. SVG files can easily be displayed on the web pages without disturbing the user experience across the diversity of screen sizes. Hence, PDF to SVG conversion takes place in such cases. In this article, you are going to learn how to convert the PDF files to SVG format using Java.
Print PDF Files Programmatically using Java
Printing PDF documents is often a key function in different companies and organizations. You can easily print a PDF file programmatically using Java language. You can work with Aspose.PDF for Java API by configuring it in your environment. Let us walk through different PDF printing scenarios that are possible in your Java applications.