Read or Create Projects on Project Server and Project Online using C# .NET
Convert PDF File to PowerPoint Presentation in C#
C++ PDF Library - Create PDF Files Programmatically in C++
How to Create Word Documents in Java - MS Word Automation
Various libraries are available that allow you to generate MS Word documents programmatically in Java. However, some of them need MS Office and others require you to write complex code. Considering such issues, this article aims to provide you with the best yet simplest way to create MS Word documents in Java without requiring MS Office.
Aspose.Words for .NET 20.3 is released!
Generate Word Documents from Templates in C# .NET
Step-by-step guide to generate Word documents from templates in C# using Aspose.Words with XML, JSON, CSV, or object data.
Export Pages in Multipage TIFF, GIF, and Other Formats using C# and Java
Convert HTML to PDF in C# .NET
There are various scenarios when you need to perform HTML to PDF conversion from within C# .NET applications. 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 perform HTML to PDF conversion in C#. The HTML content could be a .html file or a web page from a URL.
Protect or Unprotect Word Documents using C#
Adding Digital Signatures to PDFs in C# - A Step-by-Step Guide
Learn how to easily add and verify a digital signature in PDF documents using C#. A complete guide for creating a digital signature in PDF in simple steps.