Search
Follow Us
Categories
- Success Stories(157)
Archives
Convert PDF Files to HTML in Python
PDF is a widely used document format that provides cross-platform support. Thus, you can open the PDF files without worrying about the underlying platform. However, in certain cases, you have to convert the PDF files to HTML, for example for embedding them into web pages. In this article, you will learn how to convert a PDF document to an HTML file programmatically in Python.
Create and Delete Folders on MS Exchange Server in Java
Microsoft Exchange Server keeps emails in different folders such as inbox, outbox, etc. In addition, it allows you to create your own folders or subfolders inside the predefined folders. In certain cases, you may need to create custom folders on Exchange Server programmatically. To accomplish that, this article covers how to create or delete folders or subfolders with EWS on MS Exchange Server in Java.
Convert USDZ to STL Programmatically in Java
USDZ files are popularly used to work with augmented reality-based scenarios. They contain all the information including mapping, shading, and skeletal deformation. In some use cases, you may need to export a USDZ file to STL format. For such scenarios, this article demonstrates how to convert USDZ to STL files in Java.
Convert Visio VSD or VSDX File to XAML in Java
In some scenarios, you may need to convert a VSD or VSDX Visio to XAML format. In accordance with similar use cases, this article covers how to convert a VSD or VSDX file to a XAML file in Java.
Work with Conversations on MS Exchange Server in Java
Often, an email is composed of multiple messages (or replies) forming a thread. In Microsoft Exchange Server, these threads are termed as conversations. While working with MS Exchange Server programmatically, you may need to access and manage the conversations. To accomplish that, in this article, you will learn how to find, copy, move and delete conversations on Microsoft Exchange Server in Java.
Posted in Aspose.Email Product Family Tagged Copy a Conversation on MS Exchange Server in Java, Delete a Conversation on MS Exchange Server in Java, Find Conversation on MS Exchange Server in Java, Java API to Work with Conversations on MS Exchange Server, Move a Conversation on MS Exchange Server in Java
Get Contacts List from Microsoft Exchange Server in Java
While working with Microsoft Exchange Server programmatically, you may need to access the contacts from it. For example, to export the contacts, manipulate them, or use them for other purposes. In this article, you will learn how to get the contacts list from Microsoft Exchange Server in Java.
Move Email to a Folder on Microsoft Exchange Server in C#
Microsoft Exchange Server is a widely used collaboration platform that provides email, contact management, calendaring, and other services. In the previous post, we have shown you how to access and read emails from MS Exchange Server programmatically in a .NET application. However, you may also need to copy emails from one folder to another on Exchange Server. To achieve that, this article shows how to move emails to a particular folder on MS Exchange Server in C# .NET.
Create Survey Form from JSON Markup using C#
You can easily generate surveys, quizzes, and ready-to-print OMR answer sheets from JSON markup programmatically. In this article, you will learn how to create a survey form from JSON markup using C#.