Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEO-174654-File-Formats-Issues #2045

Open
wants to merge 2 commits into
base: hotfix/hotfix-v25.1.35
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion File-Formats/DocIO/Working-with-Word-document.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions File-Formats/PDF/Converting-HTML-to-PDF.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 3 additions & 3 deletions File-Formats/PDF/Working-with-Annotations.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
8 changes: 4 additions & 4 deletions File-Formats/XlsIO/Working-with-Cell-or-Range-Formatting.md
Original file line number Diff line number Diff line change
@@ -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
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.

Expand Down Expand Up @@ -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

Expand Down