Search
Follow Us
Categories
- Success Stories(157)
Archives
Convert XHTML to PDF in C#
XHTML is a stricter and XML based version of the HTML files. It was developed to enhance interoperability with different data formats. Whereas, PDF files are popular owing to their support in multiple platforms and operating systems. In some cases, you may need to convert an XHTML file to PDF format. Accordingly, this article covers how to convert an XHTML file to a PDF document programmatically in C#.
Convert OneNote Document to HTML Webpage using C#
As a C# developer, you convert OneNote to HTML. Converting OneNote to HTML allows showing the content in any browser without sharing the original files. In this article, you will learn how to convert a OneNote document to an HTML webpage using C#.
Insert Text or Image in XPS using C#
XPS files contain fixed page layout information including the layout, appearance, and printing information for a document. You can insert some text or image into an XPS file programmatically in C#.
Generate Thumbnails for PDF Files in Java
While embedding the PDF documents into a web application you may need to generate a thumbnail. In other scenarios, such as creating a PDF viewer, you may need to create a thumbnail for each page in the PDF. In this article, we will show you how to generate thumbnails of a PDF file programmatically in Java. We will explicitly cover how to create a thumbnail of a particular page or all the pages in a PDF file.
Create and Update Folders using Microsoft Graph API in Java
Microsoft provides Graph API to interact and work with Office 365 and Microsoft Cloud services. It allows you to create and manage folders, access messages, manage categories and use other services programmatically. In this article, you will learn how to use Microsoft Graph API to create and update folders in Java.
Add Objects to XBRL Documents using C#
You can easily create an XBRL instance document programmatically and add objects or elements such as schema reference, context, unit, items, etc. In this article, you will learn how to add objects to XBRL instance documents using C#.
Convert IFC to PDF in C#
Sometimes you might need to convert an IFC file to PDF format because only a limited number of applications support viewing the IFC files. Accordingly, this article covers how to convert an IFC file to PDF format programmatically in C#.
Posted in Aspose.CAD Product Family Tagged Convert IFC to PDF, IFC to PDF, IFC to PDF conversion, IFC to PDF in csharp
Manage Inbox Rules on Exchange Server in Java
While using Microsoft Exchange Server services, you may need to define different rules for the inbox folder. These rules are applied to the messages such as moving a message to a folder, deleting a message, etc. An inbox rule is comprised of conditions and the actions to be performed when the conditions are met. In this article, you will learn how to create and update inbox rules on MS Exchange Server in Java.
Convert USDZ to FBX in C#
In some cases, you may need to convert USDZ to FBX format. For such requirements, this article covers how to convert a USDZ file to an FBX file programmatically in C#.
Posted in Aspose.3D Product Family Tagged Convert USDZ to FBX, USDZ to FBX, USDZ to FBX in csharp
Convert OFT Files to HTML in Java
MS Outlook uses OFT as a template format to create layouts for the emails. The template can be preformatted and populated with the content dynamically for creating custom messages. In some instances, you may get the OFT files and need to convert them to HTML format programmatically. To achieve that, this article shows how to convert an OFT file to HTML in Java.