Skip to content

Commit bc8d3c5

Browse files
Merge branch 'hotfix/hotfix-v32.2.3' of https://github.com/syncfusion-content/document-processing-docs into 1000752-ExcelToHTMLFAQ
2 parents f8228bb + 6f375c0 commit bc8d3c5

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

Document-Processing/PDF/PDF-Library/NET/Azure_images/Azure-app-service-windows/Output_screenshot.png renamed to Document-Processing/PDF/PDF-Library/NET/Azure_images/Azure-app-service-windows/Output.png

File renamed without changes.

Document-Processing/PDF/PDF-Library/NET/Azure_images/Azure-app-service-windows/Publish_button_screenshot.png renamed to Document-Processing/PDF/PDF-Library/NET/Azure_images/Azure-app-service-windows/Publish_button.png

File renamed without changes.

Document-Processing/PDF/PDF-Library/NET/Azure_images/Azure-app-service-windows/Publish_profile_screenshot.png renamed to Document-Processing/PDF/PDF-Library/NET/Azure_images/Azure-app-service-windows/Publish_profile.png

File renamed without changes.

Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-App-Service-Windows.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ documentation: UG
1010

1111
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**.
1212

13+
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.
14+
{% youtube "https://www.youtube.com/watch?v=PU8pVAHV_88" %}
15+
1316
## Steps to create PDF document in Azure App Service on Windows
1417

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

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

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

147150
Step 3: Select the publish target as **Azure**.
148151
![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.
172175
![Browser will open after publish](Azure_images/Azure-app-service-windows/WebView.png)
173176

174177
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.
175-
![Azure App Service on Windows](Azure_images/Azure-app-service-windows/Output_screenshot.png)
178+
![Azure App Service on Windows](Azure_images/Azure-app-service-windows/Output.png)
176179

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

0 commit comments

Comments
 (0)