Search
Follow Us
Categories
- Success Stories(157)
Archives
Convert VSD or VSDX Visio to Word DOC or DOCX in C#
Visio files can contain text, lines, or shapes to create drawings like a flowchart, organizational chart, etc. In some scenarios, you may want to convert a Visio drawing to a Word document in DOC or DOCX file format. Accordingly, this article explains how to convert a VSD or VSDX diagrams file to a Word document in DOC or DOCX file format programmatically in C#.
Insert Text or Image in XPS Programmatically in Java
XPS files are based on XML paper specifications which are used to save information about the appearance, layout, and printing. You can easily insert any text or image into an XPS file programmatically in Java.
Convert TTF to WOFF using C#
Fonts define the graphical representation of an individual character in the text, such as its size, display style, weight, color, etc. TTF (True Type Font) works fine on all digital platforms and gives excellent quality on-screen and in printed documents. On the other hand, the WOFF (Web Open Font Format) is mostly used in web pages. It contains format-specific compression and additional XML metadata. In certain cases, we may need to convert true-type fonts into Web … Continue Reading
Convert IFC to PDF in Java
In certain scenarios, you might need to convert an IFC file to PDF format. This article covers how to convert IFC files to PDF with only a few lines of code in Java.
Posted in Aspose.CAD Product Family Tagged Convert IFC to PDF using Java, IFC to PDF in Java, Java IFC to PDF
Convert DWG to FBX Programmatically in C#
DWG files are CAD drawings that are commonly used by architectural or engineering applications. Whereas, FBX files are used for data compatibility between several 3D modeling applications. In some scenarios, you may want to convert a DWG file to FBX format. This article elaborates on how to convert DWG to FBX file programmatically in C#.
Manage Inbox Rules on Exchange Server in C#
Microsoft Exchange Server allows you to define different rules for the inbox, which are applied to the messages such as moving a message to a folder, deleting a message, etc. While working with the Exchange services from within .NET applications, you may need to manage inbox rules programmatically. In this article, you will learn how to create and update inbox rules on MS Exchange Server in C# .NET.
Convert USDZ to FBX in Java
USDZ files contain robust schemas which are helpful for the interchange of skeletal, geometry, and shading information. Different 3D graphics manipulating applications might sometime need to export a USDZ file to FBX file format. In accordance with such requirements, this article covers how to convert USDZ to FBX format programmatically in Java.
Posted in Aspose.3D Product Family Tagged Convert USDZ to FBX in Java, Java USDZ to FBX, USDZ to FBX in Java
Create, Update or Delete Tasks on MS Exchange Server in Java
To-do lists are used to keep track of the activities to be performed. People create such lists on paper, text editors, spreadsheets, etc. Microsoft Exchange Server also provides the feature of creating and managing to-do lists that are composed of tasks. To work with these tasks programmatically, this article shows how to add, update, or delete tasks on MS Exchange Server in Java.
Convert DWG to DWF Programmatically in C#
DWG files are basically CAD drawings containing vector image data. Designers or architects frequently work with DWG format files. In some cases, you might need to convert a DWG file to a DWF format. In accordance with such requirements, this article covers how to convert a DWG to a DWF file programmatically in C#.
Posted in Aspose.CAD Product Family Tagged Convert DWG to DWF, DWG to DWF, DWG to DWF csharp