From 9f5ec028cc0ed110c6a21da67a9bc20d2a9dd908 Mon Sep 17 00:00:00 2001 From: jeyalakshmit Date: Wed, 4 Feb 2026 13:14:24 +0530 Subject: [PATCH 1/2] 1008396: Added proper YouTube link in PDF UG documentation --- .../NET/Create-PDF-document-in-Azure-App-Service-Windows.md | 3 +++ 1 file changed, 3 insertions(+) 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..3c3db8723 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). From 69adcbb906388ff61acd6e4c8774089662e2a1f5 Mon Sep 17 00:00:00 2001 From: jeyalakshmit Date: Thu, 5 Feb 2026 18:50:14 +0530 Subject: [PATCH 2/2] 1008396: CI issue resolved --- .../{Output_screenshot.png => Output.png} | Bin ...ish_button_screenshot.png => Publish_button.png} | Bin ...h_profile_screenshot.png => Publish_profile.png} | Bin ...ate-PDF-document-in-Azure-App-Service-Windows.md | 6 +++--- 4 files changed, 3 insertions(+), 3 deletions(-) rename Document-Processing/PDF/PDF-Library/NET/Azure_images/Azure-app-service-windows/{Output_screenshot.png => Output.png} (100%) rename Document-Processing/PDF/PDF-Library/NET/Azure_images/Azure-app-service-windows/{Publish_button_screenshot.png => Publish_button.png} (100%) rename Document-Processing/PDF/PDF-Library/NET/Azure_images/Azure-app-service-windows/{Publish_profile_screenshot.png => Publish_profile.png} (100%) 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 3c3db8723..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 @@ -142,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) @@ -175,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).