Skip to content

Commit 761f8b4

Browse files
Merge pull request #2095 from syncfusion-content/ES-881285-Hyperlink-correction
ES-881285 - Verified the hyperlinks of file format
2 parents 91fae37 + 4a6a0d3 commit 761f8b4

7 files changed

+20
-20
lines changed

File-Formats/DocIO/FAQ.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ doc.Close()
12121212

12131213
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Mail-Merge/Mail-merge-using-OleDbConnection).
12141214

1215-
N> For more information on Mail merge using DocIO, you can refer to online documentation link: [MailMerge](/File-Formats/DocIO/Working-with-MailMerge)
1215+
N> For more information on Mail merge using DocIO, you can refer to online documentation link: [MailMerge](/File-Formats/DocIO/Working-with-mail-merge)
12161216

12171217
### Find and Replace
12181218

@@ -2432,7 +2432,7 @@ RUN apt-get update -y && apt-get install libfontconfig -y
24322432

24332433
* In production environment (hosted server machine), ensure whether the Visual C++ Redistributable is properly installed.
24342434

2435-
[Download](https://www.microsoft.com/en-us/download/details.aspx?id=53840) and install Visual C++, if not installed.
2435+
[Download](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170) and install Visual C++, if not installed.
24362436

24372437
## How to set title when converting Word document to EPUB
24382438

@@ -2890,4 +2890,4 @@ From v20.2
28902890

28912891
Content controls behave differently from legacy form fields, such as Text, Checkbox, and Drop-down fields, during conversions to PDF format. While legacy form fields are typically preserved as editable form fields in the resulting PDF document, content controls are converted to plain text. The [PreserveFormFields](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocToPDFConverter.DocToPDFConverterSettings.html#Syncfusion_DocToPDFConverter_DocToPDFConverterSettings_PreserveFormFields) API specifically retains the interactive nature of legacy form fields, not content controls.
28922892
To ensure that form fields remain editable in the PDF converted from Word document, it is recommended to use [Text](https://help.syncfusion.com/file-formats/docio/working-with-form-fields#text-form-field), [Checkbox](https://help.syncfusion.com/file-formats/docio/working-with-form-fields#check-box), and [Drop-down](https://help.syncfusion.com/file-formats/docio/working-with-form-fields#drop-down) form fields instead of content controls in the Word document. Additionally, to preserve the form fields as editable in the resulting PDF, set the [PreserveFormFields](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocToPDFConverter.DocToPDFConverterSettings.html#Syncfusion_DocToPDFConverter_DocToPDFConverterSettings_PreserveFormFields) API to true.
2893-
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-PDF-Conversion/Create-fillable-PDF-from-Word).
2893+
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-PDF-Conversion/Create-fillable-PDF-from-Word).

File-Formats/Presentation/Convert-PowerPoint-to-Image-in-AWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Amazon Web Services (AWS)<br/></th><th>
2828
NuGet package name<br/></th></tr></thead>
2929
<tr>
3030
<td>
31-
{{'[AWS Lambda](https://help.syncfusion.com/file-formats/presentation/convert-powerpoint-presentation-to-image-in-aws-lambda)' | markdownify}} <br/></td><td>
31+
{{'[AWS Lambda](https://help.syncfusion.com/file-formats/presentation/convert-powerpoint-to-image-in-aws-lambda)' | markdownify}} <br/></td><td>
3232
{{'[Syncfusion.PresentationRenderer.Net.Core](https://www.nuget.org/packages/Syncfusion.PresentationRenderer.Net.Core)' | markdownify}}<br/>
3333
{{'[SkiaSharp.NativeAssets.Linux v2.88.6](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/2.88.6)' | markdownify}} <br/>
3434
{{'[HarfBuzzSharp.NativeAssets.Linux v7.3.0](https://www.nuget.org/packages/HarfBuzzSharp.NativeAssets.Linux/7.3.0)' | markdownify}}<br/>

File-Formats/Presentation/Convert-PowerPoint-to-Image-in-Azure.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@ Azure Services<br/></th><th>
2424
NuGet packages required<br/></th></tr></thead>
2525
<tr>
2626
<td>
27-
{{'[App Service (Windows)](https://help.syncfusion.com/file-formats/presentation/convert-powerpoint-presentation-to-image-in-azure-app-service-windows)' | markdownify}}
27+
{{'[App Service (Windows)](https://help.syncfusion.com/file-formats/presentation/convert-powerpoint-to-image-in-azure-app-service-windows)' | markdownify}}
2828
<br/></td><td>
2929
{{'[Syncfusion.PresentationRenderer.Net.Core](https://www.nuget.org/packages/Syncfusion.PresentationRenderer.Net.Core)' | markdownify}}</td></tr>
3030
<tr>
3131
<td>
32-
{{'[App Service (Linux)](https://help.syncfusion.com/file-formats/presentation/convert-powerpoint-presentation-to-image-in-azure-app-service-linux)' | markdownify}}
32+
{{'[App Service (Linux)](https://help.syncfusion.com/file-formats/presentation/convert-powerpoint-to-image-in-azure-app-service-linux)' | markdownify}}
3333
<br/></td><td>
3434
{{'[Syncfusion.PresentationRenderer.Net.Core](https://www.nuget.org/packages/Syncfusion.PresentationRenderer.Net.Core)' | markdownify}}<br/>
3535
{{'[SkiaSharp.NativeAssets.Linux v2.88.6](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/2.88.6)' | markdownify}}<br/>{{'[HarfBuzzSharp.NativeAssets.Linux v7.3.0](https://www.nuget.org/packages/HarfBuzzSharp.NativeAssets.Linux/7.3.0)' |markdownify}} <br/></td></tr>
3636
<tr>
3737
<td>
38-
{{'[Azure Functions v1](https://help.syncfusion.com/file-formats/presentation/convert-powerpoint-presentation-to-image-in-azure-functions-v1)' | markdownify}}
38+
{{'[Azure Functions v1](https://help.syncfusion.com/file-formats/presentation/convert-powerpoint-to-image-in-azure-functions-v1)' | markdownify}}
3939
<br/></td><td>
4040
{{'[Syncfusion.Presentation.AspNet](https://www.nuget.org/packages/Syncfusion.Presentation.AspNet)' |markdownify}} <br/></td></tr>
4141
<tr>
4242
<td>
43-
{{'[Azure Functions v4](https://help.syncfusion.com/file-formats/presentation/convert-powerpoint-presentation-to-image-in-azure-functions-v4)' | markdownify}}
43+
{{'[Azure Functions v4](https://help.syncfusion.com/file-formats/presentation/convert-powerpoint-to-image-in-azure-functions-v4)' | markdownify}}
4444
<br/></td><td>
4545
{{'[Syncfusion.PresentationRenderer.Net.Core](https://www.nuget.org/packages/Syncfusion.PresentationRenderer.Net.Core)' | markdownify }}<br/></td></tr>
4646
</table>

File-Formats/Presentation/Convert-PowerPoint-to-Image-in-Google-Cloud-Platform.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Convert PPTX to Image in Google Cloud Platform (GCP) | Syncfusion
3-
description: Learn how to convert a PPTX to image in Google Cloud Platform (GCP) using .NET Core PowerPoint library (Presentation) without Microsoft PowerPoint or interop dependencies.
3+
description: Learn how to convert a PPTX to image in Google Cloud Platform (GCP) using .NET Core PowerPoint library (Presentation) in C#.
44
platform: file-formats
55
control: PowerPoint
66
documentation: UG
77
---
88

9-
# Convert PowerPoint Presentation to Image in Google Cloud Platform (GCP)
9+
# Convert PowerPoint to Image in Google Cloud Platform (GCP)
1010

1111
Syncfusion PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to image in Google Cloud Platform (GCP)** within a few lines of code.
1212

@@ -26,7 +26,7 @@ Google Cloud Platform<br/></th><th>
2626
NuGet package name<br/></th></tr></thead>
2727
<tr>
2828
<td>
29-
{{'[App Engine](https://help.syncfusion.com/file-formats/presentation/convert-powerpoint-presentation-to-image-in-google-app-engine)' | markdownify}}<br/></td><td>
29+
{{'[App Engine](https://help.syncfusion.com/file-formats/presentation/convert-powerpoint-to-image-in-google-app-engine)' | markdownify}}<br/></td><td>
3030
{{'[Syncfusion.PresentationRenderer.Net.Core](https://www.nuget.org/packages/Syncfusion.PresentationRenderer.Net.Core)' | markdownify}}<br/>
3131
{{'[SkiaSharp.NativeAssets.Linux v2.88.6](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/2.88.6)' | markdownify}}<br/>{{'[HarfBuzzSharp.NativeAssets.Linux v7.3.0](https://www.nuget.org/packages/HarfBuzzSharp.NativeAssets.Linux/7.3.0)' |markdownify}} <br/></td></tr>
32-
</table>
32+
</table>

File-Formats/Presentation/Convert-PowerPoint-to-PDF-in-AWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Amazon Web Services (AWS)<br/></th><th>
2828
NuGet package name<br/></th></tr></thead>
2929
<tr>
3030
<td>
31-
{{'[AWS Lambda](https://help.syncfusion.com/file-formats/presentation/convert-powerpoint-presentation-to-pdf-in-aws-lambda)' | markdownify}} <br/></td><td>
31+
{{'[AWS Lambda](https://help.syncfusion.com/file-formats/presentation/convert-powerpoint-to-pdf-in-aws-lambda)' | markdownify}} <br/></td><td>
3232
{{'[Syncfusion.PresentationRenderer.Net.Core](https://www.nuget.org/packages/Syncfusion.PresentationRenderer.Net.Core)' | markdownify}}<br/>
3333
{{'[SkiaSharp.NativeAssets.Linux v2.88.6](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/2.88.6)' | markdownify}} <br/>
3434
{{'[HarfBuzzSharp.NativeAssets.Linux v7.3.0](https://www.nuget.org/packages/HarfBuzzSharp.NativeAssets.Linux/7.3.0)' | markdownify}}<br/>

File-Formats/Presentation/Convert-PowerPoint-to-PDF-in-Azure.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@ Azure Services<br/></th><th>
2424
NuGet packages required<br/></th></tr></thead>
2525
<tr>
2626
<td>
27-
{{'[App Service (Windows)](https://help.syncfusion.com/file-formats/presentation/convert-powerpoint-presentation-to-pdf-in-azure-app-service-windows)' | markdownify}}
27+
{{'[App Service (Windows)](https://help.syncfusion.com/file-formats/presentation/convert-powerpoint-to-pdf-in-azure-app-service-windows)' | markdownify}}
2828
<br/></td><td>
2929
{{'[Syncfusion.PresentationRenderer.Net.Core](https://www.nuget.org/packages/Syncfusion.PresentationRenderer.Net.Core)' | markdownify}}</td></tr>
3030
<tr>
3131
<td>
32-
{{'[App Service (Linux)](https://help.syncfusion.com/file-formats/presentation/convert-powerpoint-presentation-to-pdf-in-azure-app-service-linux)' | markdownify}}
32+
{{'[App Service (Linux)](https://help.syncfusion.com/file-formats/presentation/convert-powerpoint-to-pdf-in-azure-app-service-linux)' | markdownify}}
3333
<br/></td><td>
3434
{{'[Syncfusion.PresentationRenderer.Net.Core](https://www.nuget.org/packages/Syncfusion.PresentationRenderer.Net.Core)' | markdownify}}<br/>
3535
{{'[SkiaSharp.NativeAssets.Linux v2.88.6](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/2.88.6)' | markdownify}}<br/>{{'[HarfBuzzSharp.NativeAssets.Linux v7.3.0](https://www.nuget.org/packages/HarfBuzzSharp.NativeAssets.Linux/7.3.0)' |markdownify}} <br/></td></tr>
3636
<tr>
3737
<td>
38-
{{'[Azure Functions v1](https://help.syncfusion.com/file-formats/presentation/convert-powerpoint-presentation-to-pdf-in-azure-functions-v1)' | markdownify}}
38+
{{'[Azure Functions v1](https://help.syncfusion.com/file-formats/presentation/convert-powerpoint-to-pdf-in-azure-functions-v1)' | markdownify}}
3939
<br/></td><td>
4040
{{'[Syncfusion.PresentationToPdfConverter.AspNet](https://www.nuget.org/packages/Syncfusion.PresentationToPdfConverter.AspNet)' |markdownify}} <br/></td></tr>
4141
<tr>
4242
<td>
43-
{{'[Azure Functions v4](https://help.syncfusion.com/file-formats/presentation/convert-powerpoint-presentation-to-pdf-in-azure-functions-v4)' | markdownify}}
43+
{{'[Azure Functions v4](https://help.syncfusion.com/file-formats/presentation/convert-powerpoint-to-pdf-in-azure-functions-v4)' | markdownify}}
4444
<br/></td><td>
4545
{{'[Syncfusion.PresentationRenderer.Net.Core](https://www.nuget.org/packages/Syncfusion.PresentationRenderer.Net.Core)' | markdownify }}<br/></td></tr>
4646
</table>

File-Formats/Presentation/Convert-PowerPoint-to-PDF-in-Google-Cloud-Platform.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Convert PPTX to PDF in Google Cloud Platform (GCP) | Syncfusion
3-
description: Learn how to convert a PPTX to PDF in Google Cloud Platform (GCP) using .NET PowerPoint library (Presentation) without Microsoft PowerPoint or interop dependencies.
3+
description: Learn how to convert a PPTX to PDF in Google Cloud Platform (GCP) using .NET PowerPoint library (Presentation) in C#.
44
platform: file-formats
55
control: PowerPoint
66
documentation: UG
@@ -26,7 +26,7 @@ Google Cloud Platform<br/></th><th>
2626
NuGet package name<br/></th></tr></thead>
2727
<tr>
2828
<td>
29-
{{'[App Engine](https://help.syncfusion.com/file-formats/presentation/convert-powerpoint-presentation-to-pdf-in-google-app-engine)' | markdownify}}<br/></td><td>
29+
{{'[App Engine](https://help.syncfusion.com/file-formats/presentation/convert-powerpoint-to-pdf-in-google-app-engine)' | markdownify}}<br/></td><td>
3030
{{'[Syncfusion.PresentationRenderer.Net.Core](https://www.nuget.org/packages/Syncfusion.PresentationRenderer.Net.Core)' | markdownify}}<br/>
3131
{{'[SkiaSharp.NativeAssets.Linux v2.88.6](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/2.88.6)' | markdownify}}<br/>{{'[HarfBuzzSharp.NativeAssets.Linux v7.3.0](https://www.nuget.org/packages/HarfBuzzSharp.NativeAssets.Linux/7.3.0)' |markdownify}} <br/></td></tr>
32-
</table>
32+
</table>

0 commit comments

Comments
 (0)