Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: February 2022
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#.
Create a PSD Image in C#
PSD files are used to create images using different layers containing shapes, text, effects, etc. You may need to create a PSD image programmatically in your applications. In accordance with such image processing scenarios, this article covers how to create a PSD image programmatically in C#.
Posted in Aspose.PSD Product Family Tagged Create PSD File, Create PSD Image, Create PSD in csharp, Make PSD File, Make PSD 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.