Convert PowerPoint PPT/PPTX to JPG Images in C#

Convert PowerPoint to Image

There could be various scenarios when you need to convert PowerPoint PPT or PPTX to JPG images. For example, you may need to slide show the PPT/PPTX presentation in read-only mode within your application or you may want to generate the thumbnail for every slide of the PowerPoint presentation and etc. In order to automate PowerPoint to JPG conversion, I’ll show you how to convert PPT or PPTX slides to JPG images programmatically in C# .NET.

TIP:

You may want … Continue Reading

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

ASP.NET PDF Editor – Create PDF Files in ASP.NET Core

ASP.NET Core PDF Generator

PDF (Portable Document Format) is a well-known and widely used format to display or view digital documents without worrying about the compatible software, operating system, or hardware. Creating PDF files programmatically is quite useful for generating documents such as reports, resumes, invoices, etc. online within the web applications. So in this article, I’ll show you how to create an ASP.NET PDF editor that will let you create PDF files programmatically in ASP.NET Core web application using C#.

Create PDF Files

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

Aspose.Words for .NET 20.2 is released

Despite the public holidays, this month was finished with good productivity, 57 improvements and fixes (with 4 Enterprise and 3 Priority Support issues among them) were included to this regular monthly release. Totally 105 issues were processed.

Loading PDF documents is now supported by Aspose.Words for .NET Standard. This is the first file format codec included as plugin in Aspose.Words. To make loading PDF documents work in your .NET Core application, you should add a reference to Aspose.Words.Pdf2Word.dll, or simply … Continue Reading

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

ASP.NET Excel Viewer – View Excel Files in ASP.NET MVC using C#

C# ASP.NET Excel Viewer

Do you want to display Microsoft Excel worksheets within your web application? Are you looking for an ASP.NET MVC Excel Viewer? If yes, you have landed in an absolutely correct place. In this blog, you will learn how to create an Excel Viewer and display Excel worksheets in ASP.NET MVC applications using C#. After spending a few minutes and following some simple steps you will have your own Excel (XLS or XLSX) Viewer up and running. … Continue Reading

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

HTML to PDF Java Conversion using Java PDF API

This article shows HTML to PDF conversion from a file or web page using Java.

HTML to PDF Java

The online HTML to PDF converters allow you to convert single or multiple HTML pages to PDF documents. However, in case you want to perform this conversion programmatically or you need to do a batch conversion of HTML files to PDF, you’ll definitely look for some library or API. So let’s have a look at how to cope with such scenarios.

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

PHP Barcode Generator and Reader API – Generate and Scan Barcodes in PHP

PHP Barcode Generator Library

Barcodes are used to visually represent the data about an object in the machine-readable form. It is more popular to keep the data about products which can be read using the barcode scanners. In order to make it possible to generate and read a variety of barcodes in the PHP based web applications, we have released Aspose.BarCode for PHP via Java – an easy to use PHP barcode generator and reader API which is designed to work via Java Continue Reading

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

Find and Replace Text in a Word Document using C# .NET

This article covers various approaches to find and replace text in Word documents using C# in .NET or .NET Core applications.

Find and Replace is quite a useful feature of MS Word to quickly locate and replace the desired text in the documents. It becomes more handy and time-saving when you are working with longer documents. In cases when you need to find and replace text in hundreds of Word documents or you need to automate this process, you’ll definitely … Continue Reading

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

Create and Send Outlook Emails using C# .NET or .NET Core

In this blog, you will learn how to create Outlook email messages (including MSG, EML, EMLX, or MHTML) and send emails synchronously or asynchronously using C# in .NET or .NET Core.

C# send outlook email

The email has become a primary source of exchanging messages and sharing content such as documents, images, or other types of files. The frequency of using emails is more within the online systems for sharing important notifications or documents with multiple entities. In such cases, preparing a template … Continue Reading

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

Create MS Excel Files Programmatically in C# without MS Office

In this article, you will learn how to create Excel XLS/XLSX files programmatically in C# without installing MS Office.

Create Excel File in C# API

Spreadsheets nowadays have become an essential part of keeping, organizing and analyzing the data. Spreadsheets, such as MS Excel, are capable of doing calculations and sorting, generating graphs or charts, creating budgets, and performing many other accounting or data analysis tasks. Since automated solutions are more in business these days, the trend of creating and manipulating Excel documents (XLS/XLSX) has … Continue Reading

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

Convert PDF Files to MS Word Documents (DOC/DOCX) in Java

PDF to Word

PDF is one of the most commonly used formats for sending the document out to third parties. The reason behind this popularity is PDF’s compatibility across multiple platforms regardless of any hardware/software requirements. However, in some cases, you would want to convert the PDF document into an editable document format. PDF to DOC or DOCX format could be the priority conversion option in such cases. In order to automate the conversion process, this article showcases how to convert PDF to Continue Reading

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