diff --git a/Document-Processing/PDF/PDF-Library/NET/Azure_images/Azure-app-service-windows/Output_screenshot.png b/Document-Processing/PDF/PDF-Library/NET/Azure_images/Azure-app-service-windows/Output.png similarity index 100% rename from Document-Processing/PDF/PDF-Library/NET/Azure_images/Azure-app-service-windows/Output_screenshot.png rename to Document-Processing/PDF/PDF-Library/NET/Azure_images/Azure-app-service-windows/Output.png diff --git a/Document-Processing/PDF/PDF-Library/NET/Azure_images/Azure-app-service-windows/Publish_button_screenshot.png b/Document-Processing/PDF/PDF-Library/NET/Azure_images/Azure-app-service-windows/Publish_button.png similarity index 100% rename from Document-Processing/PDF/PDF-Library/NET/Azure_images/Azure-app-service-windows/Publish_button_screenshot.png rename to Document-Processing/PDF/PDF-Library/NET/Azure_images/Azure-app-service-windows/Publish_button.png diff --git a/Document-Processing/PDF/PDF-Library/NET/Azure_images/Azure-app-service-windows/Publish_profile_screenshot.png b/Document-Processing/PDF/PDF-Library/NET/Azure_images/Azure-app-service-windows/Publish_profile.png similarity index 100% rename from Document-Processing/PDF/PDF-Library/NET/Azure_images/Azure-app-service-windows/Publish_profile_screenshot.png rename to Document-Processing/PDF/PDF-Library/NET/Azure_images/Azure-app-service-windows/Publish_profile.png diff --git a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-App-Service-Windows.md b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-App-Service-Windows.md index 207b0ac42..ef995cd7f 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-App-Service-Windows.md +++ b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-App-Service-Windows.md @@ -10,6 +10,9 @@ documentation: UG The [Syncfusion® .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). @@ -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) @@ -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).