You can read Outlook MSG files in Java applications and extract properties such as subject, recipients, sender, body, etc. In this article, you will learn how to read an Outlook MSG file using Java.
Add Hyperlinks and Bookmarks Dynamically using C#
Hyperlinks and bookmarks are handy for the users to navigate the relevant content quickly. In this article, you will learn how to add hyperlinks and bookmarks to your reports dynamically using C#.
Web Scraping using C#
Web Scraping is a technique used to extract data from websites. In this article, you will learn how to perform web scraping with HTML parsing using C#.
Fill and Read XFA Forms using C#
As a C# developer, you can fill and read PDF XFA forms programmatically in .NET applications. In this article, you will learn how to fill and read XFA forms using C#.
Excel File Viewer – Display Excel Data using C#
As a C# developer, you can render and view Excel files in HTML, PDF, or as an image programmatically in .NET applications. In this article, you will learn how to create an Excel file viewer and display Excel data using C#.
Convert PDF to HTML using Java
You can easily convert your PDF documents to HTML web pages to view them in any browser. In this article, you will learn how to convert PDF documents to HTML webpages using Java.
Search Data in Excel using Java
You can easily search cells containing specific data values or strings in Excel Spreadsheets programmatically in Java applications. In this article, you will learn how to search data in Excel using Java.
Edit Metadata of PDF Files using C#
You can add/edit document information and XMP metadata in a PDF document programmatically. In this article, you will learn how to edit the metadata of PDF files using C#.
Add Footnotes and Endnotes in PDF using Java
As a Java developer, you can add footnotes/endnotes to the PDF documents programmatically. In this article, you will learn how to add footnotes and endnotes in PDF documents using Java.
Convert Word Document to TIFF Image using C#
As a C# developer, you can easily convert your Word documents to multipage TIFF images programmatically. In this article, you will learn how to convert Word documents to TIFF images using C#.