Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Convert Word to PDF in Google Cloud Platform (GCP) | Syncfusion
description: Learn how to convert a Word document to PDF in Google Cloud Platform (GCP) using .NET Core Word (DocIO) library in C#.
platform: document-processing
Expand All @@ -17,7 +17,7 @@ N> If this is your first time using Google Cloud Platform (GCP), refer to the [G
Before you begin, make sure you have the following:

* A [Google Cloud Platform (GCP)](https://cloud.google.com/cloud-console?nodebwarning=true) account with billing enabled.
* The [Google Cloud CLI (`gcloud`)](https://cloud.google.com/sdk/docs/install) installed locally.
* The [Google Cloud CLI](https://cloud.google.com/sdk/docs/install) installed locally.
* **.NET SDK 8.0** (or later) installed (the samples target `net8.0`).
* A valid Syncfusion<sup>&reg;</sup> license key. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering the Syncfusion<sup>&reg;</sup> license key in your application.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: NuGet Packages Required to Convert Word to PDF | Syncfusion
description: Learn the NuGet packages required to Convert Word document to PDF using the .NET Word (DocIO) library.
platform: document-processing
Expand Down Expand Up @@ -32,7 +32,7 @@ Package manager console command
{{'[Windows Forms](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-window-forms)'|  markdownify }}, Console Application (Targeting .NET Framework)
</td>
<td>
<a href="https://www.nuget.org/packages/Syncfusion.DocToPdfConverter.WinForms">Syncfusion.DocToPdfConverter.WinForms</a>
<a href="https://www.nuget.org/packages/Syncfusion.DocToPdfConverter.WinForms" aria-label="Syncfusion DocToPdfConverter WinForms">Syncfusion.DocToPdfConverter.WinForms</a>
</td>
<td>
Install-Package Syncfusion.DocToPdfConverter.WinForms
Expand All @@ -43,7 +43,7 @@ Install-Package Syncfusion.DocToPdfConverter.WinForms
{{'[WPF](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-wpf)'|  markdownify }}
</td>
<td>
<a href="https://www.nuget.org/packages/Syncfusion.DocToPdfConverter.Wpf">Syncfusion.DocToPdfConverter.Wpf</a>
<a href="https://www.nuget.org/packages/Syncfusion.DocToPdfConverter.Wpf" aria-label="Syncfusion DocToPdfConverter Wpf">Syncfusion.DocToPdfConverter.Wpf</a>
</td>
<td>
Install-Package Syncfusion.DocToPdfConverter.Wpf
Expand All @@ -55,7 +55,7 @@ Install-Package Syncfusion.DocToPdfConverter.Wpf
{{'[ASP.NET MVC5](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-asp-net-mvc)'|  markdownify }}
</td>
<td>
<a href="https://www.nuget.org/packages/Syncfusion.DocToPdfConverter.AspNet.Mvc5">Syncfusion.DocToPdfConverter.AspNet.Mvc5</a>
<a href="https://www.nuget.org/packages/Syncfusion.DocToPdfConverter.AspNet.Mvc5" aria-label="Syncfusion DocToPdfConverter AspNet Mvc5">Syncfusion.DocToPdfConverter.AspNet.Mvc5</a>
</td>
<td>
Install-Package Syncfusion.DocToPdfConverter.AspNet.Mvc5
Expand All @@ -66,7 +66,7 @@ Install-Package Syncfusion.DocToPdfConverter.AspNet.Mvc5
{{'[ASP.NET Core](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-asp-net-core)'|  markdownify }}, Console Application (Targeting .NET Core) and {{'[Blazor](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-blazor)'|  markdownify }}
</td>
<td>
<a href="https://www.nuget.org/packages/Syncfusion.DocIORenderer.Net.Core">Syncfusion.DocIORenderer.Net.Core</a><br/>
<a href="https://www.nuget.org/packages/Syncfusion.DocIORenderer.Net.Core" aria-label="Syncfusion DocIORenderer Net Core">Syncfusion.DocIORenderer.Net.Core</a><br/>
<br/>
<i>Note:</i><br/>
<i>Please refer {{'[here](https://help.syncfusion.com/document-processing/word/word-library/net/faq#what-are-the-nuget-packages-to-be-installed-to-perform-word-to-pdf-conversion-in-linux-os)'| markdownify }} to know about the NuGet packages that need to be installed to perform Word to PDF conversion in Linux OS.</i><br/>
Expand All @@ -80,7 +80,7 @@ Install-Package Syncfusion.DocIORenderer.Net.Core
{{'[Windows UI Library (WinUI)](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-winui)'|  markdownify }}<br/> {{'[.NET Multi-platform App UI (.NET MAUI)](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-maui)'|  markdownify }}
</td>
<td>
<a href="https://www.nuget.org/packages/Syncfusion.DocIORenderer.NET">Syncfusion.DocIORenderer.NET</a>
<a href="https://www.nuget.org/packages/Syncfusion.DocIORenderer.NET" aria-label="Syncfusion DocIORenderer NET">Syncfusion.DocIORenderer.NET</a>
</td>
<td>
Install-Package Syncfusion.DocIORenderer.NET
Expand All @@ -91,7 +91,7 @@ Install-Package Syncfusion.DocIORenderer.NET

T> If you encounter issues while using the .NET Word library in ASP.NET Core, refer to the [troubleshooting guide](https://support.syncfusion.com/kb/article/16012/troubleshoot-guide-for-aspnet-core-word-docio-library-issues#things-to-check-while-facing-an-issue-in-word-library) for recommended checks and solutions.

#### Retired Platforms
### Retired Platforms

The following NuGet packages need to be included in your application based on the platform.

Expand All @@ -114,7 +114,7 @@ Package manager console command
{{'[ASP.NET](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-asp-net)' | markdownify}}<br/>
</td>
<td>
<a href="https://www.nuget.org/packages/Syncfusion.DocToPdfConverter.AspNet">Syncfusion.DocToPdfConverter.AspNet</a>
<a href="https://www.nuget.org/packages/Syncfusion.DocToPdfConverter.AspNet" aria-label="Syncfusion DocToPdfConverter AspNet">Syncfusion.DocToPdfConverter.AspNet</a>
</td>
<td>
Install-Package Syncfusion.DocToPdfConverter.AspNet
Expand All @@ -125,7 +125,7 @@ Install-Package Syncfusion.DocToPdfConverter.AspNet
{{'[ASP.NET MVC4](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-asp-net-mvc)'|  markdownify }}
</td>
<td>
<a href="https://www.nuget.org/packages/Syncfusion.DocToPdfConverter.AspNet.Mvc4">Syncfusion.DocToPdfConverter.AspNet.Mvc4</a>
<a href="https://www.nuget.org/packages/Syncfusion.DocToPdfConverter.AspNet.Mvc4" aria-label="Syncfusion DocToPdfConverter AspNet Mvc4">Syncfusion.DocToPdfConverter.AspNet.Mvc4</a>
</td>
<td>
Install-Package Syncfusion.DocToPdfConverter.AspNet.Mvc4
Expand All @@ -136,7 +136,7 @@ Install-Package Syncfusion.DocToPdfConverter.AspNet.Mvc4
{{'[Xamarin](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-xamarin)'|  markdownify }}<br/>
</td>
<td>
<a href="https://www.nuget.org/packages/Syncfusion.Xamarin.DocIORenderer">Syncfusion.Xamarin.DocIORenderer</a>
<a href="https://www.nuget.org/packages/Syncfusion.Xamarin.DocIORenderer" aria-label="Syncfusion Xamarin DocIORenderer">Syncfusion.Xamarin.DocIORenderer</a>
</td>
<td>
Install-Package Syncfusion.Xamarin.DocIORenderer
Expand Down Expand Up @@ -231,7 +231,7 @@ Package manager console command
Windows Forms, Console Application (Targeting .NET Framework)
</td>
<td>
<a href="https://www.nuget.org/packages/Syncfusion.OfficeChartToImageConverter.WinForms">Syncfusion.OfficeChartToImageConverter.WinForms</a>
<a href="https://www.nuget.org/packages/Syncfusion.OfficeChartToImageConverter.WinForms" aria-label="Syncfusion OfficeChartToImageConverter WinForms">Syncfusion.OfficeChartToImageConverter.WinForms</a>
</td>
<td>
Install-Package Syncfusion.OfficeChartToImageConverter.WinForms
Expand All @@ -242,7 +242,7 @@ Install-Package Syncfusion.OfficeChartToImageConverter.WinForms
WPF
</td>
<td>
<a href="https://www.nuget.org/packages/Syncfusion.OfficeChartToImageConverter.Wpf">Syncfusion.OfficeChartToImageConverter.Wpf</a>
<a href="https://www.nuget.org/packages/Syncfusion.OfficeChartToImageConverter.Wpf" aria-label="Syncfusion OfficeChartToImageConverter Wpf">Syncfusion.OfficeChartToImageConverter.Wpf</a>
</td>
<td>
Install-Package Syncfusion.OfficeChartToImageConverter.Wpf
Expand All @@ -253,7 +253,7 @@ Install-Package Syncfusion.OfficeChartToImageConverter.Wpf
ASP.NET MVC5
</td>
<td>
<a href="https://www.nuget.org/packages/Syncfusion.OfficeChartToImageConverter.AspNet.Mvc5">Syncfusion.OfficeChartToImageConverter.AspNet.Mvc5</a>
<a href="https://www.nuget.org/packages/Syncfusion.OfficeChartToImageConverter.AspNet.Mvc5" aria-label="Syncfusion OfficeChartToImageConverter AspNet Mvc5">Syncfusion.OfficeChartToImageConverter.AspNet.Mvc5</a>
</td>
<td>
Install-Package Syncfusion.OfficeChartToImageConverter.AspNet.Mvc5
Expand All @@ -262,7 +262,7 @@ Install-Package Syncfusion.OfficeChartToImageConverter.AspNet.Mvc5
</tbody>
</table>

#### Retired Platforms (Charts)
### Retired Platforms (Charts)

The following NuGet packages need to be included in your application based on the retired platform.

Expand All @@ -285,7 +285,7 @@ Package manager console command
ASP.NET<br/>
</td>
<td>
<a href="https://www.nuget.org/packages/Syncfusion.OfficeChartToImageConverter.AspNet">Syncfusion.OfficeChartToImageConverter.AspNet</a>
<a href="https://www.nuget.org/packages/Syncfusion.OfficeChartToImageConverter.AspNet" aria-label="Syncfusion OfficeChartToImageConverter AspNet">Syncfusion.OfficeChartToImageConverter.AspNet</a>
</td>
<td>
Install-Package Syncfusion.OfficeChartToImageConverter.AspNet
Expand All @@ -296,7 +296,7 @@ Install-Package Syncfusion.OfficeChartToImageConverter.AspNet
ASP.NET MVC4
</td>
<td>
<a href="https://www.nuget.org/packages/Syncfusion.OfficeChartToImageConverter.AspNet.Mvc4">Syncfusion.OfficeChartToImageConverter.AspNet.Mvc4</a>
<a href="https://www.nuget.org/packages/Syncfusion.OfficeChartToImageConverter.AspNet.Mvc4" aria-label="Syncfusion OfficeChartToImageConverter AspNet Mvc4">Syncfusion.OfficeChartToImageConverter.AspNet.Mvc4</a>
</td>
<td>
Install-Package Syncfusion.OfficeChartToImageConverter.AspNet.Mvc4
Expand Down