Convert PSD to PDF, JPG, PNG, GIF, BMP, and JPEG 2000 in Java

PSD format is used by Adobe Photoshop in order to save the data related to graphical designs. A PSD file may consist of single or multiple layers that collectively form the graphics. However, to view or embed the PSD images directly into your web or desktop applications is not feasible. In order to cope with this issue, you can convert the PSD document to PDF or raster image formats. In accordance with that, this article provides some simple ways of converting PSD files to PDF, PNG, JPEG, GIF, and other image formats using Java.

Posted in Aspose.PSD Product Family | Tagged , , , , ,

Add and Remove Attachments in PDF using C#

The PDF format supports adding attachments to a PDF file similar to the email attachments. A PDF attachment could be of TXT, DOCX, XLSX, or any other document format. In this article, you will learn how to implement some basic PDF attachment manipulation features in your .NET applications. By the end of this article, you will be able to extract, add, or remove attachments in a PDF programmatically using C#.

Posted in Aspose.PDF Product Family | Tagged , , ,

Convert HTML to Plain Text or Extract Text from HTML in C#

HTML is a markup language that is popularly used in websites, web applications, etc. Contents in HTML are differentiated using different tags. You can easily convert HTML to plain text using C# language while ignoring the opening and closing tags. Likewise, there could be some cascading style sheets specifications, JavaScript, or any other section of the HTML as per your requirements.

Posted in Aspose.HTML Product Family | Tagged , , , ,

Protect and Unprotect Excel Files using C#

MS Excel provides convenient ways of storing and managing small or large amounts of data. Workbooks are widely used to maintain the datasets, analyze the data, perform activities related to finance or human resources, and etc. With the advancement in technology, the ways of getting unauthorized access to data have also been increased. Therefore, MS Excel lets you protect the workbooks using the password. In this article, you will learn how to automate the spreadsheet protection features and protect or unprotect Excel files programmatically using C#.

Posted in Aspose.Cells Product Family | Tagged , ,

Using System.Drawing in Linux without libgdiplus

If you ever had to run your .NET Core applications on Linux you may have noticed that one of the main problems is the lack of System.Drawing assembly in standard .NET Core package. Even though Microsoft recommends to use System.Drawing.Common, that is not the ultimate solution. You have to run ‘sudo’ on each user machine to have libgdiplus library installed. And even after that, your rendering results will be slightly different from those you have on Windows machines. In order to cope with this issue, this article covers how to use the System.Drawing in Linux without libgdiplus library.

Posted in Aspose.Drawing Product Family | Tagged , , ,

Convert Markdown (MD) to PDF or PNG, JPG Image using C#

In this article, we will be learning Markdown file to PDF, PNG, JPG and other image formats conversion programmatically using C# language. MD files are quite common over the web and you might have noticed that readme files of different software as well as the documentations are often created in Markdown format.

Posted in Aspose.HTML Product Family | Tagged , , , , ,

Mail Merge in MS Word Documents using Java

This post covers how to perform Mail Merge operations in MS Word documents using Java. By the end of this article, you will learn how to create Mail Merge templates and execute Mail Merge programmatically.

Posted in Aspose.Words Product Family | Tagged , ,

Merge PowerPoint Presentations using Java

In this post, you will learn how to merge PowerPoint PPTX presentations using Java. MS PowerPoint presentations are widely used to create interactive slide shows related to business, education, and other domains. In particular cases, you may need to merge multiple presentations into a single file programmatically. In accordance with that, this post provides you some simple ways of merging PowerPoint presentations from within the Java applications.

Posted in Aspose.Slides Product Family | Tagged ,

Convert HTML Webpage to Word File (DOCX/DOC) using C#

HTML files are frequently used to create, edit, or communicate a lot of information. Likewise, Microsoft Word files including DOCX and DOC are also famous because of different features. You can convert HTML webpage files to word files, DOCX or DOC, with great fidelity.

Posted in Aspose.HTML Product Family | Tagged , , , , ,

Find and Replace Text in Excel Spreadsheets using Java

In this post, you will learn how to find and replace text in MS Excel spreadsheets programmatically in Java. In various scenarios, MS Excel spreadsheets consist of a huge amount of data that may spread in multiple sheets. For such cases, the find and replace option could help you minimize the efforts required to update all the occurrences of a particular piece of text. Let's check out how to automate this option when dealing with a large number of spreadsheets from within the Java applications.

Posted in Aspose.Cells Product Family | Tagged , ,