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
Expand Up @@ -479,3 +479,4 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
* [How to extract the cropped image from WinForms Presentation in C#?](https://support.syncfusion.com/kb/article/15533/how-to-extract-the-cropped-image-from-winforms-presentation-in-c?)
* [How to extract the text from the images in PowerPoint presentation using C#?](https://support.syncfusion.com/kb/article/17137/how-to-extract-text-from-images-in-net-core-powerpoint-using-c)
* [How to edit the text of an existing slide and the alt text of an image in PowerPoint Presentation?](https://support.syncfusion.com/kb/article/17890/how-to-edit-the-text-of-an-existing-slide-and-the-alt-text-of-an-image-in-powerpoint-presentation)
* [How to extract an .EMF images from the PPTX file in ASP.NET Core?](https://support.syncfusion.com/kb/article/22470/how-to-extract-an-emf-images-from-the-pptx-file-in-aspnet-core)
Original file line number Diff line number Diff line change
Expand Up @@ -390,3 +390,4 @@ During Word to Image conversions, if a glyph of the input text is unavailable in
* [How to convert Word to Image in Blazor WebAssembly (WASM)?](https://support.syncfusion.com/kb/article/12123/how-to-convert-word-to-image-in-blazor-webassembly-wasm)
* [How to resolve font problems during Word to Image conversion?](https://support.syncfusion.com/kb/article/13969/how-to-resolve-font-problems-during-word-to-pdf-or-image-conversion)
* [How to convert a chart to an image and replace it in a Word document?](https://support.syncfusion.com/kb/article/19752/how-to-convert-a-chart-to-an-image-and-replace-it-in-a-word-document)
* [How to create thumbnail image for Word document in .NET?](https://support.syncfusion.com/kb/article/22462/how-to-create-thumbnail-image-for-word-document-in-net)
Original file line number Diff line number Diff line change
Expand Up @@ -292,3 +292,4 @@ When converting a Word document to a PDF, the presence of unsupported elements i
* [How to create a Word document with form fields from JSON and convert it to PDF?](https://support.syncfusion.com/kb/article/19823/how-to-create-a-word-document-with-form-fields-from-json-and-convert-it-to-pdf)
* [How to Rename PDF Bookmark in Word to PDF in .NET Core Word Document?](https://support.syncfusion.com/kb/article/19808/how-to-rename-pdf-bookmark-in-word-to-pdf-in-net-core-word-document)
* [How to check if a font contains the required glyphs for Word to PDF and image conversion?](https://support.syncfusion.com/kb/article/19671/how-to-check-if-a-font-contains-the-required-glyphs-for-word-to-pdf-and-image-conversion)
* [How to Set Different Top Margins in a Word Document and Convert to PDF using C# .NET Core?](https://support.syncfusion.com/kb/article/22673/how-to-set-different-top-margins-in-a-word-document-and-convert-to-pdf-using-c-net-core)
Original file line number Diff line number Diff line change
Expand Up @@ -707,11 +707,12 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
* [How to extract images from ASP.NET Core Word Document?](https://support.syncfusion.com/kb/article/19583/how-to-extract-images-from-aspnet-core-word-document?)
* [How to replace SVG and other images in ASP.NET Word document?](https://support.syncfusion.com/kb/article/19459/how-to-replace-svg-and-other-images-in-aspnet-word-document?)
* [How to convert a chart to an image and replace it in a Word document?](https://support.syncfusion.com/kb/article/19752/how-to-convert-a-chart-to-an-image-and-replace-it-in-a-word-document)
* [How to fix Images in a Specific Position in .Net Core Word Document?](https://support.syncfusion.com/kb/article/19660/how-to-fix-images-in-a-specific-position-in-net-core-word-document)
* [How to fix Images in a Specific Position in .NET Core Word Document?](https://support.syncfusion.com/kb/article/19660/how-to-fix-images-in-a-specific-position-in-net-core-word-document)
* [How to Apply Border to an Image in .NET Core Word Document?](https://support.syncfusion.com/kb/article/19726/how-to-apply-border-to-an-image-in-net-core-word-document)
* [How to Find and Remove Corrupted Images in .NET Core Word Document?](https://support.syncfusion.com/kb/article/19605/how-to-find-and-remove-corrupted-images-in-net-core-word-document)
* [How to Convert Excel Worksheets to Images in .NET Core Word document?](https://support.syncfusion.com/kb/article/20162/how-to-convert-excel-worksheets-to-images-in-net-core-word-document)
* [How to resize images to fit owner element in NET Core Word document?](https://support.syncfusion.com/kb/article/21490/how-to-resize-images-to-fit-owner-element-in-net-core-word-document)
* [How to extract all images from ASP.NET Core Word Document?](https://support.syncfusion.com/kb/article/19583/how-to-extract-all-images-from-aspnet-core-word-document)

## Frequently Asked Questions

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1151,4 +1151,11 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
* [How to add bookmarks in the header and footer sections of a Word document?](https://support.syncfusion.com/kb/article/20101/how-to-add-bookmarks-in-the-header-and-footer-sections-of-a-word-document)
* [How to export content between two bookmarks as HTML in a Word document?](https://support.syncfusion.com/kb/article/20097/how-to-export-content-between-two-bookmarks-as-html-in-a-word-document)
* [How to apply a style to bookmark content in a Word document?](https://support.syncfusion.com/kb/article/20093/how-to-apply-a-style-to-bookmark-content-in-a-word-document)

* [How to export Bookmarks content as HTML in .NET Core Word Document?](https://support.syncfusion.com/kb/article/22282/how-to-export-bookmarks-content-as-html-in-net-core-word-document)
* [How to Add Bookmarks to All Paragraphs and Retrieve Their Contents in .NET Core Word document?](https://support.syncfusion.com/kb/article/22282/how-to-export-bookmarks-content-as-html-in-net-core-word-document)
* [How to format bookmark content in ASP.NET Core Word Document?](https://support.syncfusion.com/kb/article/22143/how-to-format-bookmark-content-in-aspnet-core-word-document)
* [How to Identify Bookmark Placement in Word Document in .NET Core?](https://support.syncfusion.com/kb/article/22205/how-to-identify-bookmark-placement-in-word-document-in-net-core)
* [How to Find Nested Bookmarks in a Word Document in C# .NET Core?](https://support.syncfusion.com/kb/article/22187/how-to-find-nested-bookmarks-in-a-word-document-in-c-net-core)
* [How to Rename a Bookmark in a Word Document using C# in ASP.NET Core?](https://support.syncfusion.com/kb/article/22347/how-to-rename-a-bookmark-in-a-word-document-using-c-in-aspnet-core)
* [How to remove editable range in bookmark in DOCX using C# .NET Core?](https://support.syncfusion.com/kb/article/22315/how-to-remove-editable-range-in-bookmark-in-docx-using-c-net-core)
* [How to replace a text with bookmark hyperlink in Word using .NET core?](https://support.syncfusion.com/kb/article/22577/how-to-replace-a-text-with-bookmark-hyperlink-in-word-using-net-core)
Original file line number Diff line number Diff line change
Expand Up @@ -1778,6 +1778,11 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
* [How to apply highlight color to fields in a Word document?](https://support.syncfusion.com/kb/article/20092/how-to-apply-highlight-color-to-fields-in-a-word-document)
* [How to Replace DISPLAYBARCODE Field with Image in DocIO .NET Core?](https://support.syncfusion.com/kb/article/19842/how-to-replace-displaybarcode-field-with-image-in-docio-net-core)
* [How to resize images to fit owner element in NET Core Word document?](https://support.syncfusion.com/kb/article/21490/how-to-resize-images-to-fit-owner-element-in-net-core-word-document)
* [How to find and remove highlight color in a .NET Core Word Document](https://support.syncfusion.com/kb/article/22151/how-to-find-and-remove-highlight-color-in-a-net-core-word-document)
* [How to Retrieve specific Headings with List Numbers in a .NET Core Word Document?](https://support.syncfusion.com/kb/article/17713/how-to-retrieve-specific-headings-with-list-numbers-in-a-net-core-word-document)
* [How to set the proofing language to text in the Word document in .NET?](https://support.syncfusion.com/kb/article/22694/how-to-set-the-proofing-language-to-text-in-the-word-document-in-net)
* [How to Apply Style for a Text Range in a Paragraph in .NET?](https://support.syncfusion.com/kb/article/22370/how-to-apply-style-for-a-text-range-in-a-paragraph-in-net)
* [How to set proofing language for the contents in the Word document in .NET?](https://support.syncfusion.com/kb/article/22783/how-to-set-proofing-language-for-the-contents-in-the-word-document-in-net)

## Frequently Asked Questions

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2166,6 +2166,8 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
* [How to Keep Paragraphs Inside a Table in ASP.NET Core Word?](https://support.syncfusion.com/kb/article/19678/how-to-keep-paragraphs-inside-a-table-in-aspnet-core-word)
* [How to copy rows from one table to another while preserving formatting in a Word document?](https://support.syncfusion.com/kb/article/20307/how-to-copy-rows-from-one-table-to-another-while-preserving-formatting-in-a-word-document)
* [How to Remove Empty Tables from .NET Core Word Document?](https://support.syncfusion.com/kb/article/20090/how-to-remove-empty-tables-from-net-core-word-document)
* [How to Find and Modify Table Content by Title in .NET Core Word?](https://support.syncfusion.com/kb/article/22375/how-to-find-and-modify-table-content-by-title-in-net-core-word)
* [How to Add Table Row with Restarted Numbered List in .NET Core DocIO?](https://support.syncfusion.com/kb/article/22420/how-to-add-table-row-with-restarted-numbered-list-in-net-core-docio)

## Frequently Asked Questions

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1096,9 +1096,12 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
* [Why it is not possible to access the Word document contents page by page?](https://support.syncfusion.com/kb/article/18815/why-it-is-not-possible-to-access-the-word-document-contents-page-by-page)
* [How to generate and insert a QR code in a Word Document?](https://support.syncfusion.com/kb/article/19794/how-to-generate-and-insert-a-qr-code-in-a-word-document)
* [How to Remove Empty Tables from .NET Core Word Document?](https://support.syncfusion.com/kb/article/20090/how-to-remove-empty-tables-from-net-core-word-document)
* [How to Insert Page Breaks Before Heading in Word using C# .NET Core?](https://support.syncfusion.com/kb/article/22217/how-to-insert-page-breaks-before-heading-in-word-using-c-net-core)
* [How to extract content from multiple Excel and insert it into a Word document?](https://support.syncfusion.com/kb/article/22266/how-to-extract-content-from-multiple-excel-and-insert-it-into-a-word-document)

## Frequently Asked Questions

* [How to attach a Template to a Word document?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#how-to-attach-a-template-to-a-word-document)
* [How to check the compatibility mode of the Word document?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#how-to-check-the-compatibility-mode-of-the-word-document)
* [Which units does Essential<sup>&reg;</sup> DocIO uses for measurement properties such as size, margins, etc, in a Word document?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#which-units-does-essential-docio-uses-for-measurement-properties-such-as-size-margins-etc-in-a-word-document)
* [How to Get the Font Name List Used in Word Document in C# .NET Core?](https://support.syncfusion.com/kb/article/22134/how-to-get-the-font-name-list-used-in-word-document-in-c-net-core)
Original file line number Diff line number Diff line change
Expand Up @@ -436,5 +436,7 @@ T> Passing null for both the property names and property values in the above API

* [How to find and replace text in heading paragraphs in a Word document](https://support.syncfusion.com/kb/article/17658/how-to-find-and-replace-text-in-heading-paragraphs-in-a-word-document)
* [How to replace a logo with text and another image with different text in a Word document](https://support.syncfusion.com/kb/article/17805/how-to-replace-a-logo-with-text-and-another-image-with-different-text-in-a-word-document)
* [How to Find and Remove a Table by Title in .Net Core Word document?](https://support.syncfusion.com/kb/article/19677/how-to-find-and-remove-a-table-by-title-in-a-word-document)
* [How to Find and Remove a Table by Title in .NET Core Word document?](https://support.syncfusion.com/kb/article/19677/how-to-find-and-remove-a-table-by-title-in-a-word-document)
* [How to Find and Remove Corrupted Images in .NET Core Word Document?](https://support.syncfusion.com/kb/article/19605/how-to-find-and-remove-corrupted-images-in-net-core-word-document)
* [How to Delete Bracketed Content from Previous Paragraphs Up to a Specific Word in .NET Core Word Document?](https://support.syncfusion.com/kb/article/21772/how-to-delete-bracketed-content-from-previous-paragraphs-up-to-a-specific-word-in-net-core-word-document)
* [How to Retrieve and Replace Superscript & Subscript in .NET Core Word?](https://support.syncfusion.com/kb/article/22160/how-to-retrieve-and-replace-superscript--subscript-in-net-core-word)
3 changes: 2 additions & 1 deletion Document-Processing/Word/Word-Library/NET/html.md
Original file line number Diff line number Diff line change
Expand Up @@ -1363,4 +1363,5 @@ Underline types and colors are ignored.
* [How to merge header, body and footer from different HTML files into a Word document?](https://support.syncfusion.com/kb/article/17771/how-to-convert-webpage-to-word-document-using-c)
* [How to add numbers on pages in HTML to PDF in ASP.NET DocIO?](https://support.syncfusion.com/kb/article/19446/how-to-add-numbers-on-pages-in-html-to-pdf-in-aspnet-docio?isInternalRefresh=False)
* [How to restart numbering when replacing multiple texts with the same HTML list in Word document?](https://support.syncfusion.com/kb/article/19665/how-to-restart-numbering-when-replacing-multiple-texts-with-the-same-html-list-in-word-document)
* [How to export content between two bookmarks as HTML in a Word document?](https://support.syncfusion.com/kb/article/20097/how-to-export-content-between-two-bookmarks-as-html-in-a-word-document)
* [How to export content between two bookmarks as HTML in a Word document?](https://support.syncfusion.com/kb/article/20097/how-to-export-content-between-two-bookmarks-as-html-in-a-word-document)
* [How to convert EMF Images to PNG in Word Documents and Export to HTML in .NET?](https://support.syncfusion.com/kb/article/22464/how-to-convert-emf-images-to-png-in-word-documents-and-export-to-html-in-net)
1 change: 1 addition & 0 deletions Document-Processing/Word/Word-Library/NET/rtf.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,4 @@ The supported and unsupported features of DocIO based on file formats can be ref

* [How to copy the format of the text from an RTF string and apply it to text in DOCX format document?](https://support.syncfusion.com/kb/article/17903/how-to-copy-the-format-of-the-text-from-an-rtf-string-and-apply-it-to-text-in-docx-format-document)
* [How to Convert RTF to HTML and Vice Versa using .NET Core DocIO?](https://support.syncfusion.com/kb/article/19608/how-to-convert-rtf-to-html-and-vice-versa-using-net-core-docio?)
* [How to convert RTF string to HTML string in .NET Word Library?](https://support.syncfusion.com/kb/article/22471/how-to-convert-rtf-string-to-html-string-in-net-word-library)
4 changes: 4 additions & 0 deletions Document-Processing/Word/Word-Library/NET/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,7 @@ document.Close()
{% endtabs %}

You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Text-file-conversion/Retrieve-Word-document-as-plain-text).

## See Also

* [How to convert text file to RTF in .NET?](https://support.syncfusion.com/kb/article/22691/how-to-convert-text-file-to-rtf-in-net)
Loading