Search
Follow Us
Categories
- News Release(3)
Convert Excel Spreadsheets to PDF using C#
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.
The following topics are covered in this article:
- .NET API for Excel Files to PDF Conversion
- Excel Sheets to PDF Conversion
- Sequence of Excel Sheets to PDF Conversion
- Specific List of Excel Sheets to PDF Conversion
- Convert Selected Cell Range from Excel Sheet to PDF
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, images, and presentations. 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.
The following topics are covered in this article:
- Watermarking API for Java
- Add Text Watermark to Excel Sheets
- Apply Watermark to Specific Excel Sheet
- Add Watermark to Excel Sheet as Background
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.
The following topics are covered in this article:
- XML Editing Java API
- How to Edit XML Files
Watermark Excel Sheets using C#
We have already discussed ways to watermark different documents, images, and presentations. Today, we will be discussing how to add watermark to an Excel workbook in different ways using C# with the .NET application.
The following topics are covered in this article:
- Add Text Watermark to Excel Sheet
- Apply Watermark to Specific Excel Sheet
- Add Watermark to Excel Sheet as Background
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#.
- XML Editing .NET API
- How to Edit XML Files using C#
Posted in GroupDocs.Editor Product Family Tagged Edit XML File using C#, Edit XML in CSharp, How to Edit XML
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. 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#.
The following topics are covered in this article:
- .NET API for Taxonomic Classification
- Classify Text with IAB-2 Taxonomy
- Classify Text with Document Taxonomy
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#.
The following topics are covered in this article:
- .NET API for Taxonomic Classification
- Document Classifcation with IAB-2 Taxonomy
- Classify Documents with Document Taxonomy
- Classify Password Protected Documents
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.
The following topics are covered in this article:
- Java API to Split PDF Files
- Split PDF into Multi-Page Files
- Split PDF into Multiple Single Pages Files
- Extract Pages from PDF Files by Range in Java
- Extract Pages from PDF Files using Even or Odd Filter in Java
Posted in GroupDocs.Merger Product Family Tagged PDF Separator, Separate PDF, Split API, Split PDF, Split PDF Files, Split PDF 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#.
The following topics are covered in this article:
- .NET API to Add Hyperlinks in PDF files
- How to Programmatically Create Hyperlinks in PDF
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#.
The following topics are covered in this article:
- .NET API to Highlight in PDF
- How to Programmatically Highlight in PDF