diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/WinUI_Images/Nuget-Package-WordtoPDF.png b/Document-Processing/Word/Conversions/Word-To-PDF/NET/WinUI_Images/Nuget-Package-WordtoPDF.png index 51e451edcb..d85e717882 100644 Binary files a/Document-Processing/Word/Conversions/Word-To-PDF/NET/WinUI_Images/Nuget-Package-WordtoPDF.png and b/Document-Processing/Word/Conversions/Word-To-PDF/NET/WinUI_Images/Nuget-Package-WordtoPDF.png differ diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Word-to-pdf-settings.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Word-to-pdf-settings.md index 02d0363d3b..f7a717cf49 100644 --- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Word-to-pdf-settings.md +++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Word-to-pdf-settings.md @@ -822,7 +822,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync Essential® DocIO now allows hyphenating text in a Word document while converting it to PDF format based on the given language dictionaries. These dictionaries prescribe where words of a specific language can be hyphenated. Use the dictionary files as OpenOffice format dictionary. N> 1. If automatic hyphenation is not enabled in the Word document, you can enable it by using [WordDocument.Properties.Hyphenation.AutoHyphenation](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.Hyphenation.html#Syncfusion_DocIO_DLS_Hyphenation_AutoHyphenation) of DocIO. -N> 2. After converting Word documents to PDF, release any dictionary file streams to avoid memory leaks. Call [Hyphenator.UnloadDictionaries()](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.Hyphenator.html#Syncfusion_DocIO_DLS_Hyphenator_UnloadDictionaries) to free hyphenation resources and optimize performance. +N> 2. After converting Word documents to PDF, release any dictionary file streams to avoid memory leaks. Call [Hyphenator.UnloadDictionaries()](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.Hyphenator.html#Syncfusion_DocIO_DLS_Hyphenator_UnloadDictionaries) to free hyphenation resources and optimize performance. The following code sample shows how to hyphenate text in a Word document while converting it to PDF format. diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/word-to-pdf.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/word-to-pdf.md index a895bbff7c..c27d5700b3 100644 --- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/word-to-pdf.md +++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/word-to-pdf.md @@ -254,7 +254,7 @@ During Word to PDF conversions, if a glyph of the input text is unavailable in t ## Unsupported elements in Word to PDF conversion -Refer [here](document-processing/word/conversions/word-to-pdf/net/unsupported-elements-word-to-pdf#detailed-limitations) to know about unsupported elements in Word to PDF conversion. +Refer [here](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/unsupported-elements-word-to-pdf#detailed-limitations) to know about unsupported elements in Word to PDF conversion. ## Show Warning for Unsupported Elements diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/overview.md b/Document-Processing/Word/Conversions/Word-To-PDF/overview.md index b13905a24f..4613d6aa54 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 document 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. diff --git a/Document-Processing/Word/Word-Library/NET/Xamarin_images/Install_Nuget.png b/Document-Processing/Word/Word-Library/NET/Xamarin_images/Install_Nuget.png index c5e555598a..6ed36b6728 100644 Binary files a/Document-Processing/Word/Word-Library/NET/Xamarin_images/Install_Nuget.png and b/Document-Processing/Word/Word-Library/NET/Xamarin_images/Install_Nuget.png differ