From 29d8ae474a6bf0a47184d164b710ed87f225f1cd Mon Sep 17 00:00:00 2001 From: Omanyadickson <134391392+Omanyadickson@users.noreply.github.com> Date: Fri, 12 Apr 2024 11:27:42 +0300 Subject: [PATCH 1/2] SEO-174654-File-Formats-Issues --- File-Formats/DocIO/Working-with-Word-document.md | 2 +- File-Formats/PDF/Converting-HTML-to-PDF.md | 4 ++-- File-Formats/PDF/Working-with-Annotations.md | 6 +++--- File-Formats/XlsIO/Working-with-Cell-or-Range-Formatting.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/File-Formats/DocIO/Working-with-Word-document.md b/File-Formats/DocIO/Working-with-Word-document.md index 693221d18..b21559ccc 100644 --- a/File-Formats/DocIO/Working-with-Word-document.md +++ b/File-Formats/DocIO/Working-with-Word-document.md @@ -5,7 +5,7 @@ platform: file-formats control: DocIO documentation: UG --- -# Working with Word document +# Working with Word document in C# ## Cloning a Word document diff --git a/File-Formats/PDF/Converting-HTML-to-PDF.md b/File-Formats/PDF/Converting-HTML-to-PDF.md index 07259ef1b..fe8ca4528 100644 --- a/File-Formats/PDF/Converting-HTML-to-PDF.md +++ b/File-Formats/PDF/Converting-HTML-to-PDF.md @@ -1,11 +1,11 @@ --- -title: Converting HTML to PDF | Syncfusion +title: Converting HTML to PDF in File Formats | Syncfusion description: Learn how to convert HTML to PDF using 2 different rendering engines (Blink and IE) with various features like TOC, partial web page to PDF etc. platform: file-formats control: PDF documentation: UG --- -# Converting HTML to PDF +# Converting HTML to PDF in File Formats The HTML to PDF converter is a .NET library for converting webpages, SVG, MHTML, and HTML files to PDF using C#. It uses popular rendering engines such as Blink (Google Chrome) and is reliable and accurate. The result preserves all graphics, images, text, fonts, and the layout of the original HTML document or webpage. diff --git a/File-Formats/PDF/Working-with-Annotations.md b/File-Formats/PDF/Working-with-Annotations.md index 9efcd846b..48f38a586 100644 --- a/File-Formats/PDF/Working-with-Annotations.md +++ b/File-Formats/PDF/Working-with-Annotations.md @@ -1,11 +1,11 @@ --- -title: Working with Annotations | Syncfusion -description: This section explains how to create or modify or remove different type of interactive Annotation by using Essential PDF +title: Working with Annotations in File Formats in PDF | Syncfusion +description: This section explains how to create or modify or remove different type of interactive Annotation by using Essential PDF. platform: file-formats control: PDF documentation: UG --- -# Working with Annotations +# Working with Annotations in File Formats in PDF Essential PDF provides support for interactive [annotations](https://www.syncfusion.com/document-processing/pdf-framework/net/pdf-library/pdf-annotation). diff --git a/File-Formats/XlsIO/Working-with-Cell-or-Range-Formatting.md b/File-Formats/XlsIO/Working-with-Cell-or-Range-Formatting.md index 2dda5e558..fc6caaf03 100644 --- a/File-Formats/XlsIO/Working-with-Cell-or-Range-Formatting.md +++ b/File-Formats/XlsIO/Working-with-Cell-or-Range-Formatting.md @@ -1,11 +1,11 @@ --- -title: Cell or Range Formatting | Syncfusion +title: Cell or Range Formatting in File Formats XlsIO | Syncfusion description: Briefs about various formatting options in a cell or a range formatting in XlsIO. It supports adding HTML Rich-Text to a range of cells in worksheet. platform: file-Formats control: XlsIO documentation: UG --- -# Working with Cell or Range Formatting +# Cell or Range Formatting in File Formats XlsIO This section covers the various formatting options in a cell or a range. From 3f6b2b6f35da8d7374ecd6a7255e659c67d3dc87 Mon Sep 17 00:00:00 2001 From: Omanyadickson <134391392+Omanyadickson@users.noreply.github.com> Date: Fri, 12 Apr 2024 11:38:53 +0300 Subject: [PATCH 2/2] Update Working-with-Cell-or-Range-Formatting.md --- File-Formats/XlsIO/Working-with-Cell-or-Range-Formatting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/File-Formats/XlsIO/Working-with-Cell-or-Range-Formatting.md b/File-Formats/XlsIO/Working-with-Cell-or-Range-Formatting.md index fc6caaf03..225369e6f 100644 --- a/File-Formats/XlsIO/Working-with-Cell-or-Range-Formatting.md +++ b/File-Formats/XlsIO/Working-with-Cell-or-Range-Formatting.md @@ -1,7 +1,7 @@ --- title: Cell or Range Formatting in File Formats XlsIO | Syncfusion description: Briefs about various formatting options in a cell or a range formatting in XlsIO. It supports adding HTML Rich-Text to a range of cells in worksheet. -platform: file-Formats +platform: file-formats control: XlsIO documentation: UG --- @@ -1218,7 +1218,7 @@ A complete working example to apply cell text alignment in C# is present on [thi The following screenshot is the output of previous code: -!["Excel document with different alignment options](Working-with-Cell-or-Range-Formatting_images/Working-with-Cell-or-Range-Formatting_img3.jpeg) +![Excel document with different alignment options](Working-with-Cell-or-Range-Formatting_images/Working-with-Cell-or-Range-Formatting_img3.jpeg) ## Merging and Un-Merging Cells