diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/overview.md b/Document-Processing/Word/Conversions/Word-To-PDF/overview.md index c011ea7e5..f4300b5ce 100644 --- a/Document-Processing/Word/Conversions/Word-To-PDF/overview.md +++ b/Document-Processing/Word/Conversions/Word-To-PDF/overview.md @@ -6,7 +6,7 @@ control: DocIO documentation: UG --- -# Convert Word to PDF using Syncfusion® Word (DocIO) library +# Convert Word to PDF using Syncfusion® Word (DocIO) library Syncfusion® Word library (DocIO) allows you to convert Word document to PDF within a few lines of code in .NET applications and also it does not require Adobe and Microsoft Word application to be installed in the machine. Using this, you can create an input Word document from scratch or load an existing Word document and then easily convert to PDF. @@ -148,7 +148,7 @@ T> For troubleshooting issues in the .NET Word Library (DocIO), refer [this](htt N> 1. For .NET Framework, creating an instance of the [ChartToImageConverter](https://help.syncfusion.com/cr/document-processing/Syncfusion.OfficeChartToImageConverter.ChartToImageConverter.html) class is mandatory to convert the charts present in the Word to PDF. Otherwise, the charts are not preserved in the converted PDF. Whereas this is not necessary for .NET Core, as ChartToImageConverter is initialized internally in Syncfusion.DocIORenderer.Portable assembly. N> 2. Total number of pages in the converted PDF may vary based on unsupported elements in the input Word document. N> 3. "DocIO supports Word to PDF conversion in UWP application using DocIORenderer." For further information, please refer [here](https://support.syncfusion.com/kb/article/8902/how-to-convert-word-document-to-pdf-in-uwp) -N> 4. Font-related issues during Word to PDF or image conversion can arise due to missing or incorrect font. For detailed instructions on resolving these problems, refer to this [articl(https://support.syncfusion.com/kb/article/13969/how-to-resolve-font-problems-during-word-to-pdf-or-image-conversion). +N> 4. Font-related issues during Word to PDF or image conversion can arise due to missing or incorrect font. For detailed instructions on resolving these problems, refer to this [article](https://support.syncfusion.com/kb/article/13969/how-to-resolve-font-problems-during-word-to-pdf-or-image-conversion). ## Supported File formats @@ -286,5 +286,5 @@ When converting a Word document to a PDF, the presence of unsupported elements i * [How to preserve track changes markup in Word to PDF conversion](https://support.syncfusion.com/kb/article/14997/how-to-preserve-simple-markup-all-markup-and-no-markup-of-track-changes-during-word-to-pdf-conversion) * [How to preserve simple markup, all markup, and no markup of track changes during Word to PDF conversion?](https://support.syncfusion.com/kb/article/14997/how-to-preserve-simple-markup-all-markup-and-no-markup-of-track-changes-during-word-to-pdf-conversion) * [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 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) diff --git a/Document-Processing/Word/Word-Library/NET/Feature-Matrix.md b/Document-Processing/Word/Word-Library/NET/Feature-Matrix.md index f18eac530..cc001eeac 100644 --- a/Document-Processing/Word/Word-Library/NET/Feature-Matrix.md +++ b/Document-Processing/Word/Word-Library/NET/Feature-Matrix.md @@ -35,6 +35,7 @@ The following table outlines the supported features across different Word format Create, access, and modify footnotes and endnotes.![Yes](Feature_Matrix/yes.png)![Yes](Feature_Matrix/yes.png)![Yes](Feature_Matrix/yes.png) Create, access, and modify images.![Yes](Feature_Matrix/yes.png)![Yes](Feature_Matrix/yes.png)![Yes](Feature_Matrix/yes.png) Create, access, and modify shapes.![Yes](Feature_Matrix/yes.png)![Yes](Feature_Matrix/yes.png)![Yes](Feature_Matrix/yes.png) + Create, access, and modify SmartArt.![No](Feature_Matrix/no.png)![Yes](Feature_Matrix/yes.png)![No](Feature_Matrix/no.png) Group and ungroup shapes.![Yes](Feature_Matrix/yes.png)![Yes](Feature_Matrix/yes.png)![Yes](Feature_Matrix/yes.png) Insert text and picture watermarks.![Yes](Feature_Matrix/yes.png)![Yes](Feature_Matrix/yes.png)![No](Feature_Matrix/no.png) Create, access, and modify OLE objects from the document.![Yes](Feature_Matrix/yes.png)![Yes](Feature_Matrix/yes.png)![No](Feature_Matrix/no.png) @@ -248,6 +249,10 @@ The following table outlines the supported features across different Word format Restrict editing the documents. ![Yes](Feature_Matrix/yes.png)![Yes](Feature_Matrix/yes.png)![No](Feature_Matrix/no.png) + + Allow editing specific parts of a protected document. + ![No](Feature_Matrix/no.png)![Yes](Feature_Matrix/yes.png)![No](Feature_Matrix/no.png) + ## File Formats @@ -264,6 +269,7 @@ The following table outlines the supported features across different Word format OpenDocument Text (*.odt)![No](Feature_Matrix/no.png)![Yes](Feature_Matrix/yes.png) RTF![Yes](Feature_Matrix/yes.png)![Yes](Feature_Matrix/yes.png) HTML![Yes](Feature_Matrix/yes.png)![Yes](Feature_Matrix/yes.png) + Markdown![Yes](Feature_Matrix/yes.png)![Yes](Feature_Matrix/yes.png) Text![Yes](Feature_Matrix/yes.png)![Yes](Feature_Matrix/yes.png) PDF![No](Feature_Matrix/no.png)![Yes](Feature_Matrix/yes.png) EPUB![No](Feature_Matrix/no.png)![Yes](Feature_Matrix/yes.png) diff --git a/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md b/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md index 87906b518..3a102073b 100644 --- a/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md +++ b/Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md @@ -5,7 +5,7 @@ platform: document-processing control: DocIO documentation: UG --- -# Supported and Unsupported Features +# Supported and Unsupported Features in Word library This section describes the support and unsupported elements in the DocIO. @@ -397,15 +397,6 @@ No

No

-Drawing Canvas

-No

-No

-DOCX format only. Additional behavior explained [here](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/unsupported-elements-word-to-pdf#drawing-canvas).

-DOCX format only. Additional behavior explained [here](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/unsupported-elements-word-to-pdf#drawing-canvas).

-No

-No

- - WordArt

No

No

@@ -1206,7 +1197,7 @@ Yes

Yes

-Mail Merge

+Mail merge

Yes

Yes