From ce3700d9545d93aaccc92f064114c74876829bc0 Mon Sep 17 00:00:00 2001 From: Scholar Jaruha Date: Wed, 13 Mar 2024 12:55:59 +0300 Subject: [PATCH 1/5] SEO-180837-File-Formats-Redirection --- .../Convert-HTML-to-PDF-in-AWS-Elastic-Beanstalk.md | 2 +- .../Convert-HTML-to-PDF-in-AWS-Lambda.md | 2 +- .../Presentation/Convert-PowerPoint-to-Image-in-MAUI.md | 6 +++--- .../Presentation/Convert-PowerPoint-to-Image-in-Xamarin.md | 2 +- .../Presentation/Convert-PowerPoint-to-PDF-in-MAUI.md | 4 ++-- .../Presentation/Convert-PowerPoint-to-PDF-in-Xamarin.md | 2 +- File-Formats/Presentation/Presentation-to-image.md | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Elastic-Beanstalk.md b/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Elastic-Beanstalk.md index fad11a57e..47bfb95eb 100644 --- a/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Elastic-Beanstalk.md +++ b/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Elastic-Beanstalk.md @@ -8,7 +8,7 @@ documentation: UG # Convert HTML to PDF file in AWS Elastic Beanstalk -The Syncfusion [HTML to PDF converter](https://www.syncfusion.com/pdf-framework/net/html-to-pdf) is a .NET library for converting webpages, SVG, MHTML, and HTML to PDF using C#. Using this library, **convert HTML to PDF document using Blink in AWS Elastic Beanstalk**. +The Syncfusion [HTML to PDF converter](https://www.syncfusion.com/document-processing/pdf-framework/net/html-to-pdf) is a .NET library for converting webpages, SVG, MHTML, and HTML to PDF using C#. Using this library, **convert HTML to PDF document using Blink in AWS Elastic Beanstalk**. ## Steps to convert HTML to PDF using Blink in AWS Elastic Beanstalk diff --git a/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Lambda.md b/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Lambda.md index e1df38d91..42e6dddc1 100644 --- a/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Lambda.md +++ b/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Lambda.md @@ -8,7 +8,7 @@ documentation: UG # Convert HTML to PDF file in AWS Lambda -The Syncfusion [HTML to PDF converter](https://www.syncfusion.com/pdf-framework/net/html-to-pdf) is a .NET library for converting webpages, SVG, MHTML, and HTML to PDF using C#. Using this library, **convert HTML to PDF document in AWS Lambda**. +The Syncfusion [HTML to PDF converter](https://www.syncfusion.com/document-processing/pdf-framework/net/html-to-pdf) is a .NET library for converting webpages, SVG, MHTML, and HTML to PDF using C#. Using this library, **convert HTML to PDF document in AWS Lambda**. Refer to the following steps to convert HTML to PDF in AWS Lambda diff --git a/File-Formats/Presentation/Convert-PowerPoint-to-Image-in-MAUI.md b/File-Formats/Presentation/Convert-PowerPoint-to-Image-in-MAUI.md index 5963026fa..b12c9e82f 100644 --- a/File-Formats/Presentation/Convert-PowerPoint-to-Image-in-MAUI.md +++ b/File-Formats/Presentation/Convert-PowerPoint-to-Image-in-MAUI.md @@ -8,10 +8,10 @@ documentation: UG # Convert PowerPoint to Image in .NET MAUI -Syncfusion PowerPoint is a [.NET MAUI PowerPoint library](https://www.syncfusion.com/powerpoint-framework/maui/powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in .NET MAUI**. +Syncfusion PowerPoint is a [.NET MAUI PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/maui/powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in .NET MAUI**. ## Prerequisites -To create .NET Multi-platform App UI (.NET MAUI) apps, you need the latest versions of Visual Studio 2022 and .NET 6. For more details, refer [here](https://docs.microsoft.com/en-us/dotnet/maui/get-started/installation). +To create .NET Multi-platform App UI (.NET MAUI) apps, you need the latest versions of Visual Studio 2022 and .NET 6. For more details, refer [here](https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-8.0&tabs=vswin). ## Steps to convert PowerPoint to Image programmatically @@ -174,6 +174,6 @@ Refer the below helper files and add them into the mentioned project. These help -Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/maui) to explore the rich set of Syncfusion PowerPoint Library (Presentation) features. +Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/maui/powerpoint-library) to explore the rich set of Syncfusion PowerPoint Library (Presentation) features. An online sample link to [convert PowerPoint Presentation to image](https://ej2.syncfusion.com/aspnetcore/PowerPoint/PPTXToImage#/material3) in ASP.NET Core. \ No newline at end of file diff --git a/File-Formats/Presentation/Convert-PowerPoint-to-Image-in-Xamarin.md b/File-Formats/Presentation/Convert-PowerPoint-to-Image-in-Xamarin.md index 7043a62d4..7ec72bb9f 100644 --- a/File-Formats/Presentation/Convert-PowerPoint-to-Image-in-Xamarin.md +++ b/File-Formats/Presentation/Convert-PowerPoint-to-Image-in-Xamarin.md @@ -16,7 +16,7 @@ Step 1: Create a new C# **Xamarin.Forms** application project. ![Create Xamarin project](Workingwith_Xamarin/Project-Open-and-Save.png) -Step 2: Select a project template and required platforms to deploy the application. In this application the portable assemblies to be shared across multiple platforms, the .NET Standard code sharing strategy has been selected. For more details about code sharing refer [here](https://docs.microsoft.com/en-us/xamarin/cross-platform/app-fundamentals/code-sharing). +Step 2: Select a project template and required platforms to deploy the application. In this application the portable assemblies to be shared across multiple platforms, the .NET Standard code sharing strategy has been selected. For more details about code sharing refer [here](https://learn.microsoft.com/en-us/xamarin/cross-platform/app-fundamentals/code-sharing). ![Create Xamarin CodeSharing Option](Workingwith_Xamarin/Template-Project-Open-and-Save.png) diff --git a/File-Formats/Presentation/Convert-PowerPoint-to-PDF-in-MAUI.md b/File-Formats/Presentation/Convert-PowerPoint-to-PDF-in-MAUI.md index 768afae01..7677f153a 100644 --- a/File-Formats/Presentation/Convert-PowerPoint-to-PDF-in-MAUI.md +++ b/File-Formats/Presentation/Convert-PowerPoint-to-PDF-in-MAUI.md @@ -8,10 +8,10 @@ documentation: UG # Convert PowerPoint to PDF in .NET MAUI -Syncfusion PowerPoint is a [.NET MAUI PowerPoint library](https://www.syncfusion.com/powerpoint-framework/maui/powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in .NET MAUI**. +Syncfusion PowerPoint is a [.NET MAUI PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/maui/powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in .NET MAUI**. ## Prerequisites -To create .NET Multi-platform App UI (.NET MAUI) apps, you need the latest versions of Visual Studio 2022 and .NET 6. For more details, refer [here](https://docs.microsoft.com/en-us/dotnet/maui/get-started/installation). +To create .NET Multi-platform App UI (.NET MAUI) apps, you need the latest versions of Visual Studio 2022 and .NET 6. For more details, refer [here](https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-8.0&tabs=vswin). ## Steps to convert PowerPoint to PDF programmatically diff --git a/File-Formats/Presentation/Convert-PowerPoint-to-PDF-in-Xamarin.md b/File-Formats/Presentation/Convert-PowerPoint-to-PDF-in-Xamarin.md index 038a6ecb1..b8ac7fd20 100644 --- a/File-Formats/Presentation/Convert-PowerPoint-to-PDF-in-Xamarin.md +++ b/File-Formats/Presentation/Convert-PowerPoint-to-PDF-in-Xamarin.md @@ -16,7 +16,7 @@ Step 1: Create a new C# **Xamarin.Forms** application project. ![Create Xamarin project](Workingwith_Xamarin/Project-Open-and-Save.png) -Step 2: Select a project template and required platforms to deploy the application. In this application the portable assemblies to be shared across multiple platforms, the .NET Standard code sharing strategy has been selected. For more details about code sharing refer [here](https://docs.microsoft.com/en-us/xamarin/cross-platform/app-fundamentals/code-sharing). +Step 2: Select a project template and required platforms to deploy the application. In this application the portable assemblies to be shared across multiple platforms, the .NET Standard code sharing strategy has been selected. For more details about code sharing refer [here](https://learn.microsoft.com/en-us/xamarin/cross-platform/app-fundamentals/code-sharing). ![Create Xamarin CodeSharing Option](Workingwith_Xamarin/Template-Project-Open-and-Save.png) diff --git a/File-Formats/Presentation/Presentation-to-image.md b/File-Formats/Presentation/Presentation-to-image.md index f2fe7f326..48f5acbf0 100644 --- a/File-Formats/Presentation/Presentation-to-image.md +++ b/File-Formats/Presentation/Presentation-to-image.md @@ -900,4 +900,4 @@ N> The .NET PowerPoint Library (Presentation) uses System.Drawing functionalitie ## See Also -* [How to convert PPTX to Image in Blazor WebAssembly (WASM)?](https://www.syncfusion.com/kb/13884/how-to-convert-pptx-to-image-in-blazor-webassembly-wasm) \ No newline at end of file +* [How to convert PPTX to Image in Blazor WebAssembly (WASM)?](https://support.syncfusion.com/kb/article/12122/how-to-convert-pptx-to-image-in-blazor-webassembly-wasm) \ No newline at end of file From 6f6cd6a5fd9ed798ecb2edfec1a1a69dc20f3bae Mon Sep 17 00:00:00 2001 From: Scholar Jaruha Date: Thu, 14 Mar 2024 08:28:34 +0300 Subject: [PATCH 2/5] To fix CI issue --- .../Convert-HTML-to-PDF-in-AWS-Elastic-Beanstalk.md | 2 +- .../Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Lambda.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Elastic-Beanstalk.md b/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Elastic-Beanstalk.md index 47bfb95eb..b56269f30 100644 --- a/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Elastic-Beanstalk.md +++ b/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Elastic-Beanstalk.md @@ -1,6 +1,6 @@ --- title: Convert HTML to PDF in AWS Elastic Beanstalk | Syncfusion -description: Convert HTML to PDF in AWS Elastic Beanstalk using Syncfusion .NET HTML converter library. +description: Learn how to convert HTML to PDF in AWS Elastic Beanstalk using Syncfusion .NET HTML converter library. platform: file-formats control: PDF documentation: UG diff --git a/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Lambda.md b/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Lambda.md index 42e6dddc1..15df614be 100644 --- a/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Lambda.md +++ b/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Lambda.md @@ -1,6 +1,6 @@ --- title: Convert HTML to PDF in AWS Lambda | Syncfusion -description: Convert HTML to PDF in AWS Lambda using Syncfusion .NET HTML converter library. +description: Learn how to convert HTML to PDF in AWS Lambda using Syncfusion .NET HTML converter library. platform: file-formats control: PDF documentation: UG From 25182633057291b0c6095cf1c17256d051c10333 Mon Sep 17 00:00:00 2001 From: Scholar Jaruha Date: Thu, 14 Mar 2024 12:14:02 +0300 Subject: [PATCH 3/5] Update Convert-HTML-to-PDF-in-AWS-Lambda.md --- .../Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Lambda.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Lambda.md b/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Lambda.md index 15df614be..f810b1d9e 100644 --- a/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Lambda.md +++ b/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Lambda.md @@ -1,6 +1,6 @@ --- title: Convert HTML to PDF in AWS Lambda | Syncfusion -description: Learn how to convert HTML to PDF in AWS Lambda using Syncfusion .NET HTML converter library. +description: Learn how to convert HTML to PDF in AWS Lambda using Syncfusion .NET HTML converter library. platform: file-formats control: PDF documentation: UG From 20f6bade26af0a8360fc06ba93edf3d15afb4a44 Mon Sep 17 00:00:00 2001 From: Scholar Jaruha Date: Thu, 14 Mar 2024 12:19:38 +0300 Subject: [PATCH 4/5] Update Convert-HTML-to-PDF-in-AWS-Lambda.md --- .../Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Lambda.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Lambda.md b/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Lambda.md index f810b1d9e..f5eae9e79 100644 --- a/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Lambda.md +++ b/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Lambda.md @@ -1,6 +1,6 @@ --- title: Convert HTML to PDF in AWS Lambda | Syncfusion -description: Learn how to convert HTML to PDF in AWS Lambda using Syncfusion .NET HTML converter library. +description: Learn on how to convert HTML to PDF in AWS Lambda using Syncfusion .NET HTML converter library. platform: file-formats control: PDF documentation: UG From 661811c0ae5d91573c0de73b6f452f605e3daed5 Mon Sep 17 00:00:00 2001 From: Scholar Jaruha Date: Thu, 14 Mar 2024 12:23:53 +0300 Subject: [PATCH 5/5] Update Convert-HTML-to-PDF-in-AWS-Lambda.md --- .../Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Lambda.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Lambda.md b/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Lambda.md index f5eae9e79..06bb71c15 100644 --- a/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Lambda.md +++ b/File-Formats/PDF/Convert-HTML-To-PDF/Convert-HTML-to-PDF-in-AWS-Lambda.md @@ -1,6 +1,6 @@ --- title: Convert HTML to PDF in AWS Lambda | Syncfusion -description: Learn on how to convert HTML to PDF in AWS Lambda using Syncfusion .NET HTML converter library. +description: Learn here about how to convert HTML to PDF in AWS Lambda using Syncfusion .NET HTML converter library. platform: file-formats control: PDF documentation: UG