Excel (XLS, XLSX) and PDF files are among those document formats that are widely used in almost every business. For such commonly used files there are many scenarios in which we need to convert one file into another format. In this article, we will learn different ways for how to convert Excel spreadsheets into PDF format using C# with .NET applications.
Watermark Excel Sheets in Java
Watermarks can be added to the documents either to protect the document from piracy, or to show any sumbol or message. In other posts, we discussed ways to watermark different [documents][1], [images][2], and [presentations][3]. In this article, you will learn how to add watermark to Excel workbooks in different ways in Java. We will be applyling watermarks separately using each approach.
Edit XML Files in Java
XML is commonly used to store and transmit data within and between the applications. It is often a requirement where developers need to edit the XML file when it is received or before transmitting. In this article, we will discuss how to edit the XML file data in Java.
Watermark Excel Sheets using C#
We have already discussed ways to watermark different [documents][1], [images][2], and [presentations][3]. Today, we will be discussing how to add watermark to an Excel workbook in different ways using C# with the .NET application.
Edit XML Files using C#
XML is among the W3C recommended, structured formats, commonly used to store and transmit data. It is vastly required by developers to edit the stored XML data with the applications. To ease the requirement of editing, this article guides on how to edit the XML file data using C#.
Taxonomic Classification of Raw Text using C# - (IAB-2 & Document Taxonomy)
In an article, we discussed how we can [analyze and classify complete documents programmatically][1]. It is often required to classify just some part of the document or only a few statements. In this article, we will identify the best possible taxonomic categories of the selected text. We will learn how we can classify text according to IAB-2 and document taxonomies using C#.
Taxonomic Classification of Documents using C# - (IAB-2 & Document Taxonomy)
A classification is basically an approach in which text is systematically identified and then organized according to rules. Taxonomy defines the science of such classification. When you are dealing with a bunch of textual documents, it gets hard to find a topic of any document until the taxonomic classification of the content. In this article, you will learn how to programmatically classify documents according to IAB-2 and document taxonomy using C#.
Different Ways to Split PDF Files in Java
PDF is among the most famous file formats that support textual, graphical, and many other elements. One of the reasons for its popularity is its portability. In certain cases, you may need to split a large PDF file into multiple files. To address this programmatically, this article discusses different ways of how to split PDF files in Java.
Create Hyperlinks in PDF using Annotations in C#
Hyperlinks are normally used to associate external data to any specified area of the document. We can transform any part of the documents to hyperlinks using the link annotations. As a programmer, you can add these link annotations to documents within your .NET applications. In this article, we are going to discuss that how to create hyperlinks in PDF files using C#.
Highlight PDF using Annotations in C#
While reviewing or to attract viewer to an important content, you may need to highlight some part of the document. As a developer, you can automate this feature by using highlight annotations within your applications. In this article, you will learn how to highlight text and any area in PDF files using C#.