Skip to content

Commit fbed6b6

Browse files
Add-sample-GCR
1 parent cfe42e1 commit fbed6b6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Loading

Word-to-PDF-Conversion/Convert-Word-document-to-PDF/GCP/Google-Cloud-Run/Convert-Word-Document-to-PDF/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
Steps to convert Word to PDF in Google Cloud Run
1+
# Steps to convert Word to PDF in Google Cloud Run
22
----------------------------------------
33

4+
Syncfusion<sup>&reg;</sup> DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net-core/word-library) that allows you to create, read, edit, and **convert Word documents** programmatically, without the need for **Microsoft Word** or interop dependencies. Using this library, you can **convert Word document to PDF in Google Cloud Run**.
45

56
## Set up Cloud Run
7+
----------------------------------------
68

79
Step 1: Access Google Cloud Console
810

@@ -51,10 +53,11 @@ This step ensures that Cloud Run is ready for deployment. If the API is already
5153

5254

5355
## Create an application for Cloud Run
56+
----------------------------------------
5457

5558
Step 1: Create a **new ASP.NET Core Web application (Model-View-Controller)** project.
5659

57-
![Create ASP.NET Core Web application in Visual Studio](ASP-NET-Core_images/CreateProjectforConversion.png)
60+
![Create ASP.NET Core Web application in Visual Studio](Images/CreateProjectforConversion.png)
5861

5962
Step 2: Install the below NuGet packages as a reference to your project from [NuGet.org](https://www.nuget.org/).
6063

@@ -209,6 +212,7 @@ ENTRYPOINT ["dotnet", "Convert-Word-Document-to-PDF.dll"]
209212
```
210213

211214
## Upload application to Cloud Shell Editor
215+
----------------------------------------
212216

213217
Step 1: Open **Cloud Shell Editor**
214218

@@ -234,6 +238,7 @@ Replace <sample-folder-name> with the actual folder name.
234238

235239

236240
## Create and Deploy Docker image in Cloud Run
241+
----------------------------------------
237242

238243
Step 1: Build and submit Docker image to **Google Container Registry (GCR)**
239244

0 commit comments

Comments
 (0)