Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: March 2021
Connect to IMAP Servers using C#
Internet Message Access Protocol (IMAP) is the most commonly used protocol for retrieving messages from an email server. In order to access the mailbox from your client applications, you would first need to establish a connection with the IMAP server. To achieve this, this article covers how to connect to an IMAP server via SOCKS or HTTP proxy using C#. Furthermore, you will learn how to connect to an SSL-enabled IMAP server programmatically.
Protect or Unprotect Visio Diagram or Shapes from Changes in Java
Microsoft Visio files can contain different pages, masters, shapes, layers, and other objects for creating diagrams. You can easily create, edit, or manipulate Microsoft Visio Diagram Files in your Java applications. Likewise, you can protect or unprotect a Visio file or its shapes to avoid any changes to the data.
Find and Replace Text in PDF Files using C++
PDF is a popular format that is widely used for sharing documents between organizations and individuals. There might be scenarios where you have to find and replace some text in the PDF documents before sharing. You can do this manually, but that would take more time and be less efficient. The better and faster option would be to do this programmatically. In this article, you will learn how to find and replace text in PDF files using C++.
Convert Excel Files to Image in Java
Excel spreadsheets are widely used to store, organize and analyze data. However, you can not embed the Excel workbooks or worksheets directly into your web or desktop applications. One of the suitable options is converting worksheets to image or HTML formats. In this article, you will learn how to convert Excel XLSX/XLS files to PNG, JPEG, BMP, and other image formats using Java.
Convert XML to MPP or Vice Versa Programmatically in Java
XML is abbreviated for Extensible Markup Language. It’s like some information stored between different tags for storing and transmitting purposes. On the other hand, we use the MPP file format for Project Management. You can convert XML to MPP as well as MPP to XML format files using Java language. It is helpful when you want to import or export between XML and MPP files as per your requirements.
Posted in Aspose.Tasks Product Family Tagged Export mpp to xml, convert xml to mpp, import xml to mpp, mpp to xml, xml to mpp
Convert GIF Images to PDF in C#
PDF has become one of the ruling document formats nowadays. The cross-platform support has made PDF a universal format. Therefore, various documents or images are converted to PDF before they are shared or exchanged. In this article, you will learn how to perform GIF to PDF conversion from within your C# applications. The article will also cover how to customize GIF to PDF conversion in various cases.
Add Watermark to Images using C#
Watermarks in images are usually used to claim ownership of the content. On the other hand, images are watermarked to avoid unauthorized usage or counterfeiting. In various cases, you may need to automate watermarking feature within your web or desktop applications. For such scenarios, this article covers how to add watermark to images programmatically using C#. This could also be useful when you need to watermark a batch of images in one go. So let's begin.
Convert EPUB to PDF Programmatically with Java
EPUB files are used for publishing purposes on large scale. Publishing of books, brochures, for instance. Moreover, EPUB to PDF conversion is useful for making the file compatible with more system environments and operating systems. Let us explore different use cases related to EPUB to PDF conversion programmatically using Java.