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
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ documentation: UG

The [Syncfusion<sup>&reg;</sup> .NET Core PDF library](https://www.syncfusion.com/document-processing/pdf-framework/net-core) is used to create, read, edit PDF documents programmatically without the dependency of Adobe Acrobat. Using this library, you can **create PDF document in Azure App Service on Windows**.

Check the following video to learn how to create a PDF document and publish it as an Azure App Service on Windows using the .NET PDF Library.
{% youtube "https://www.youtube.com/watch?v=PU8pVAHV_88" %}

## Steps to create PDF document in Azure App Service on Windows

Step 1: Create a new ASP.NET Core Web App (Model-View-Controller).
Expand Down Expand Up @@ -139,10 +142,10 @@ public IActionResult CreatePDFDocument()
## Steps to publish as Azure App Service on Windows

Step 1: Right-click the project and select **Publish** option.
![Publish option Image](Azure_images/Azure-app-service-windows/Publish_button_screenshot.png)
![Publish option Image](Azure_images/Azure-app-service-windows/Publish_button.png)

Step 2: Click the **Add a Publish Profile** button.
![Add a publish profile](Azure_images/Azure-app-service-windows/Publish_profile_screenshot.png)
![Add a publish profile](Azure_images/Azure-app-service-windows/Publish_profile.png)

Step 3: Select the publish target as **Azure**.
![Select the publish target as Azure](Azure_images/Azure-app-service-windows/Select_target.png)
Expand Down Expand Up @@ -172,7 +175,7 @@ Step 11: Now, the published webpage will open in the browser.
![Browser will open after publish](Azure_images/Azure-app-service-windows/WebView.png)

Step 12: Select the PDF document and Click **Create PDF document** to create a PDF document.You will get the output PDF document as follows.
![Azure App Service on Windows](Azure_images/Azure-app-service-windows/Output_screenshot.png)
![Azure App Service on Windows](Azure_images/Azure-app-service-windows/Output.png)

You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Getting%20Started/Azure/Azure%20App%20Service).

Expand Down