Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ documentation: UG

[Syncfusion Excel library for ASP.NET Core platform](https://www.syncfusion.com/document-processing/excel-framework/net-core/excel-library) can be used to create, read, edit Excel files. This also convert Excel files to PDF.

To quickly get started on creating an Excel document in ASP.NET Core, please check out this video:
{% youtube "https://www.youtube.com/watch?v=oLkSFvDLlEk" %}

## Create a simple Excel report

The below steps illustrates creating a simple Invoice formatted Excel document in ASP.NET Core.
Expand Down
3 changes: 3 additions & 0 deletions File-Formats/XlsIO/convert-excel-to-pdf-in-asp-net-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ documentation: UG

Syncfusion XlsIO is a [.NET Core Excel library](https://www.syncfusion.com/document-processing/excel-framework/net-core/excel-library) used to create, read, edit and **convert Excel documents** programmatically without **Microsoft Excel** or interop dependencies. Using this library, you can **convert an Excel document to PDF in ASP.NET Core**.

To quickly get started on converting an Excel document to a PDF in ASP.NET Core, please check out this video:
{% youtube "https://youtu.be/mMrGjypcSLw?si=A7E4E4_vR4505VoD" %}

## Steps to convert an Excel document to PDF in C#

Step 1: Create a new ASP.NET Core Web Application (Model-View-Controller).
Expand Down