Skip to content

Commit acfa86f

Browse files
committed
Modified output image
1 parent a1e4682 commit acfa86f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

99.6 KB
Loading

Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Azure-Functions-Flex-Consumption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Step 14: Publish has been succeed.
143143

144144
Step 15: Now, go to Azure portal and select the App Services. After running the service, click **Get function URL by copying it**. Then, paste it in the below client sample (which will request the Azure Functions, to perform **Word document to image conversion** using the template Word document). You will get the output **image** as follows.
145145

146-
![Word to Image in Azure Functions Flex Consumption](WordToPDF_images/Output-WordtoImage.png)
146+
![Word to Image in Azure Functions Flex Consumption](Azure-Images/Functions-Flex-Consumption/Output_Word_to_Image.png)
147147

148148
## Steps to post the request to Azure Functions
149149

Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure-Functions-Flex-Consumption.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Step 1: Create a new Azure Functions project.
1616
![Create a Azure Functions project](Azure-Images/Functions-Flex-Consumption/Azure_Word_Document.png)
1717

1818
Step 2: Create a project name and select the location.
19-
![Create a project name](Azure-Images/Functions-Flex-Consumption/Configuration-Create-Word-Document.png)
19+
![Create a project name](Azure-Images/Functions-Flex-Consumption/Configuration-Open-and-Save-Word-Document.png)
2020

2121
Step 3: Select function worker as **.NET 8.0 (Long Term Support)** (isolated worker) and target Flex/Consumption hosting suitable for isolated worker.
2222
![Select function worker](Azure-Images/Functions-Flex-Consumption/Additional_Information_Word_Document.png)
2323

2424
Step 4: Install the [Syncfusion.DocIO.Net.Core](https://www.nuget.org/packages/Syncfusion.DocIO.Net.Core) NuGet package as a reference to your project from [NuGet.org](https://www.nuget.org/).
25-
![Install Syncfusion.DocIO.Net.Core NuGet package](Azure-Images/Functions-Flex-Consumption/Nuget-Package-Create-Word-Document.png)
25+
![Install Syncfusion.DocIO.Net.Core NuGet package](Azure-Images/Functions-Flex-Consumption/Nuget-Package-Open-and-Save-Word-Document.png)
2626

2727
N> Starting with v16.2.0.x, if you reference Syncfusion<sup>&reg;</sup> assemblies from trial setup or from the NuGet feed, you also have to add "Syncfusion.Licensing" assembly reference and include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion<sup>&reg;</sup> license key in your application to use our components.
2828

@@ -91,7 +91,7 @@ public async Task<IActionResult> Run([HttpTrigger(AuthorizationLevel.Function, "
9191
{% endtabs %}
9292

9393
Step 7: Right click the project and select **Publish**. Then, create a new profile in the Publish Window.
94-
![Create a new profile in the Publish Window](Azure-Images/Functions-Flex-Consumption/Publish-Create-Word-Document.png)
94+
![Create a new profile in the Publish Window](Azure-Images/Functions-Flex-Consumption/Publish-Open-and-Save-Word-Document.png)
9595

9696
Step 8: Select the target as **Azure** and click **Next** button.
9797
![Select the target as Azure](Azure-Images/Functions-Flex-Consumption/Target_Word_Document.png)

0 commit comments

Comments
 (0)