Search
Follow Us
Categories
- Success Stories(157)
Archives
Convert DWG to DWF in Java
DWG is a native format for several CAD applications as they store two or three-dimensional design data and metadata. Some applications or workflow requirements may need to convert a DWG file to a DWF file. Accordingly, this article explains how to convert a DWG file to a DWF format programmatically in Java.
Convert FBX to an STL File in C#
In certain scenarios, you may need to convert an FBX file to an STL file. In accordance with such use cases, this article discusses how to convert FBX to STL programmatically in C#.
Create a To-Do List in a OneNote Document (.ONE) using C#
To-Do lists are commonly used for project management or personal task management to stay organized. OneNote (.ONE) files can be used to create to-do lists for planning tasks. In accordance with that, the article discusses how to create a To-Do list on the OneNote file programmatically using C#.
Convert XPS or OXPS to Word DOCX/DOC in C#
XPS and OXPS files are used for printing purposes as they produce high-quality prints on any resolution. In some scenarios, you may want to convert an XPS or OXPS file to a Word file in DOCX or DOC format. In accordance with such scenarios, you can make the files editable as per your requirements.
Compress PSD Photoshop File in C#
Sometimes the file size can grow up to hundreds of megabytes so you may need to compress a PSD image to reduce the file size. In accordance with that, the article discusses how to compress a PSD file programmatically in C#.
Add or Remove Comments in PowerPoint PPT in Java
In PowerPoint presentations, the comments are used to write the feedback about the content in the slides. While manipulating PowerPoint PPT/PPTX presentations, you may need to add comments programmatically. In this article, you will learn how to add comments to PowerPoint PPT slides in Java. Moreover, we will cover how to read or remove slide comments and add their replies.