Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: February 2020
HTML to PDF C# Conversion using .NET API
There are various scenarios when you need to perform HTML to PDF conversion. For example, you may want to convert a web page to PDF from within your application or you may need to generate PDF from the content of a WYSIWYG HTML editor. Another scenario could be converting the HTML page from a specific URL to PDF. In order to deal with such cases, you will learn how to convert HTML to PDF in C#. The HTML content could be a .html file or a web page from a URL.
Protect or Unprotect Word Documents Programmatically using C#
Microsoft Word supports a variety of protection features to protect the whole Word document or some parts of the document. Document protection comes into practice when you need to share the document with another person or party. In such cases, you may want to limit the third party’s access or permissions. On the other hand, you can also specify a password to avoid unauthorized access to the document. This article is also comprised of some easy ways to protect Word … Continue Reading
Add and Verify Digital Signatures in PDF Documents using C#
Digital Signatures are used to secure PDF documents before they are shared with third parties. Digitally signing a PDF document makes it possible to detect tampering by verifying the document using the digital signature. In order to secure the PDF documents programmatically using digital signatures, this article will show you how to add and verify digital signatures in a PDF document using C#. Ultimately, you will learn how to:
… Continue ReadingConvert Word DOC/DOCX to PDF in Java
Word to PDF conversion is commonly used before the documents are shared. Various online Word to PDF converters are available that allow you to convert single or a limited number of Word documents. However, with emerging MS Word automation and report generation solutions, automated Word to PDF conversion has become an essential part of the systems. Furthermore, the batch conversion of DOC/DOCX to PDF needs to be done automatically to minimize the time and effort. Keeping an eye on such … Continue Reading
Find and Replace Text in Excel Spreadsheets using C#
The Excel spreadsheets have minimized the efforts required to keep the huge data and perform complex calculations automatically. Excel automation was the next big achievement that has streamlined the way of creating Excel spreadsheets and performing a variety of operations on the data programmatically.
Finding and replacing text in Excel is one of the frequently performed operations in Excel automation. Therefore, in this article, I will show you how to find and replace text in large Excel spreadsheets programmatically in … Continue Reading
Create, Edit, Read and Convert SVG Files using C# – Aspose.SVG for .NET
Its time to announce the addition of the C# SVG library to our product line – Aspose.SVG for .NET. It is a .NET class library that lets you create, edit, read and convert SVG files programmatically using C# in .NET or .NET Core based applications. Let’s have a quick walk through the installation methods and salient features of the API.
C# .NET SVG API – Installation
Aspose.SVG for .NET DLL can be downloaded from our Downloads section. On the … Continue Reading