Skip to content

Commit f2582c3

Browse files
Merge pull request #2462 from syncfusion-content/ES-1017009-Resolve-SERPSTAT-issues
Documentation(1017009): Resolve the SERPSTAT issues reported in DocIO and Presentation UG pages
2 parents ff4e6c5 + c6240d2 commit f2582c3

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

-48.4 KB
Loading

Document-Processing/Word/Conversions/Word-To-PDF/NET/Word-to-pdf-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
822822
Essential<sup>&reg;</sup> 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.
823823

824824
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.
825-
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.
825+
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.
826826

827827
The following code sample shows how to hyphenate text in a Word document while converting it to PDF format.
828828

Document-Processing/Word/Conversions/Word-To-PDF/NET/word-to-pdf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ During Word to PDF conversions, if a glyph of the input text is unavailable in t
254254

255255
## Unsupported elements in Word to PDF conversion
256256

257-
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.
257+
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.
258258

259259
## Show Warning for Unsupported Elements
260260

Document-Processing/Word/Conversions/Word-To-PDF/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ control: DocIO
66
documentation: UG
77
---
88

9-
# Convert Word to PDF using Syncfusion® Word (DocIO) library
9+
# Convert Word document to PDF using Syncfusion® Word (DocIO) library
1010

1111
Syncfusion<sup>&reg;</sup> 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.
1212

-85.4 KB
Loading

0 commit comments

Comments
 (0)