diff --git a/Document-Processing/Excel/Excel-Library/NET/Working-with-Excel-Worksheet.md b/Document-Processing/Excel/Excel-Library/NET/Working-with-Excel-Worksheet.md
index 9513f302f..ba6b7fb73 100644
--- a/Document-Processing/Excel/Excel-Library/NET/Working-with-Excel-Worksheet.md
+++ b/Document-Processing/Excel/Excel-Library/NET/Working-with-Excel-Worksheet.md
@@ -378,6 +378,6 @@ With the Syncfusion® Excel Library, you can show or hide rows, co
* [How to hide worksheet tabs using XlsIO?](https://support.syncfusion.com/kb/article/2603/how-to-hide-worksheet-tabs-using-xlsio)
* [How to set worksheet visibility to very hidden?](https://support.syncfusion.com/kb/article/4586/how-to-set-worksheet-visibility-to-very-hidden)
* [How to copy Excel worksheet to another workbook in C#, VB.NET?](https://support.syncfusion.com/kb/article/2629/copy-excel-worksheet-to-another-workbook-in-c-vb-net)
-* [How range Copy To method overloads on WinForms XIsIO?](https://support.syncfusion.com/kb/article/2751/how-range-copy-to-method-overloads-on-winforms-xisio?isInternalRefresh=False)
+* [How range Copy To method overloads on WinForms XIsIO?](https://support.syncfusion.com/kb/article/2751/how-range-copy-to-method-overloads-on-winforms-xisio)
* [How to set freeze panes in Excel document using C#, VB.NET?](https://support.syncfusion.com/kb/article/2684/how-to-set-freeze-panes-in-excel-document-using-c-vbnet)
* [Blog: Freeze panes](https://www.syncfusion.com/aspnet-core-ui-controls/spreadsheet/freeze-panes)
\ No newline at end of file
diff --git a/Document-Processing/PDF/PDF-Library/NET/FAQs/migrate-from-net-framework-to-net-core.md b/Document-Processing/PDF/PDF-Library/NET/FAQs/migrate-from-net-framework-to-net-core.md
index 8217de2e1..e98cc59ca 100644
--- a/Document-Processing/PDF/PDF-Library/NET/FAQs/migrate-from-net-framework-to-net-core.md
+++ b/Document-Processing/PDF/PDF-Library/NET/FAQs/migrate-from-net-framework-to-net-core.md
@@ -36,47 +36,47 @@ In this section, we will see about the changes which need to be considered while
-{{'[PdfLoadedDocument(String)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument__ctor_System_String_/)'| markdownify }}
+{{'[PdfLoadedDocument(String)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-You can open the document as stream from the system file using {{'[PdfLoadedDocument(Stream)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument__ctor_System_IO_Stream_/)'| markdownify }} API.
+You can open the document as stream from the system file using {{'[PdfLoadedDocument(Stream)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }} API.
-{{'[PdfLoadedDocument(String, String)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument__ctor_System_String_System_String_/)'| markdownify }}
+{{'[PdfLoadedDocument(String, String)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-You can open the encrypted document as stream or byte array with password from system file using {{'[PdfLoadedDocument(Stream, String)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument__ctor_System_IO_Stream_System_String_/)'| markdownify }} or {{'[PdfLoadedDocument(Byte[], String)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument__ctor_System_Byte___System_String_/)'| markdownify }} API.
+You can open the encrypted document as stream or byte array with password from system file using {{'[PdfLoadedDocument(Stream, String)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }} or {{'[PdfLoadedDocument(Byte[], String)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }} API.
-{{'[PdfLoadedDocument(String, Boolean)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument__ctor_System_String_System_Boolean_/)'| markdownify }}
+{{'[PdfLoadedDocument(String, Boolean)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-You can open the corrupted PDF document as stream or byte array with Boolean from system file using {{'[PdfLoadedDocument(Stream, Boolean)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument__ctor_System_IO_Stream_System_Boolean_)'| markdownify }} or {{'[PdfLoadedDocument(Byte[], Boolean)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument__ctor_System_Byte___System_Boolean_)'| markdownify }} API.
+You can open the corrupted PDF document as stream or byte array with Boolean from system file using {{'[PdfLoadedDocument(Stream, Boolean)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }} or {{'[PdfLoadedDocument(Byte[], Boolean)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }} API.
-{{'[PdfBitmap(String)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfBitmap.html#Syncfusion_Pdf_Graphics_PdfBitmap__ctor_System_String_)'| markdownify }}
+{{'[PdfBitmap(String)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-{{'[PdfBitmap(Stream)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfBitmap.html#Syncfusion_Pdf_Graphics_PdfBitmap__ctor_System_IO_Stream_)'| markdownify }}
+{{'[PdfBitmap(Stream)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-{{'[PdfBitmap(String, Boolean)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfBitmap.html#Syncfusion_Pdf_Graphics_PdfBitmap__ctor_System_String_System_Boolean_)'| markdownify }}
+{{'[PdfBitmap(String, Boolean)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-{{'[PdfBitmap(Steam, Boolean)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfBitmap.html#Syncfusion_Pdf_Graphics_PdfBitmap__ctor_System_IO_Stream_System_Boolean_)'| markdownify }}
+{{'[PdfBitmap(Steam, Boolean)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-{{'[TextLines](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.TextLines.html#constructors)'| markdownify }}
+{{'[TextLines](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
TextLineCollection *Sample link:* {{'[https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Text%20Extraction/Extract-each-lines-from-an-existing-PDF-document](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Text%20Extraction/Extract-each-lines-from-an-existing-PDF-document)'| markdownify }}
@@ -84,7 +84,7 @@ TextLineCollection *Sample link:* {{'[https://github.com/SyncfusionE
-{{'[PdfBitmap](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfBitmap.html)'| markdownify }}
+{{'[PdfBitmap](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
PdfTiffImage *Sample link:* {{'[https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Document%20conversion/TIFF-to-PDF/Converting-multipage-TIFF-to-PDF-document](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Document%20conversion/TIFF-to-PDF/Converting-multipage-TIFF-to-PDF-document)'| markdownify }}
@@ -92,7 +92,7 @@ PdfTiffImage *Sample link:* {{'[https://github.com/SyncfusionExample
-{{'[XPSToPdfConverter](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Base~Syncfusion.XPS.XPSToPdfConverter.html)'| markdownify }}
+{{'[XPSToPdfConverter](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
XPSToPdfConverter *Sample link:* {{'[https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Document%20conversion/Converting-XPS-to-PDF-document](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Document%20conversion/Converting-XPS-to-PDF-document)'| markdownify }}
@@ -100,7 +100,7 @@ XPSToPdfConverter *Sample link:* {{'[https://github.com/SyncfusionEx
-{{'[PdfCompressionOptions](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.PdfCompressionOptions.html)'| markdownify }}
+{{'[PdfCompressionOptions](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
PdfCompressionOptions *Sample link:* {{'[https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Compression/Compress-the-images-in-an-existing-PDF-document](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Compression/Compress-the-images-in-an-existing-PDF-document)'| markdownify }}
@@ -108,7 +108,7 @@ PdfCompressionOptions *Sample link:* {{'[https://github.com/Syncfusi
-{{'[PdfFileLinkAnnotation](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Interactive.PdfFileLinkAnnotation.html)'| markdownify }}
+{{'[PdfFileLinkAnnotation](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -116,7 +116,7 @@ Not supported
-{{'[PdfLaunchAction](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Interactive.PdfLaunchAction.html)'| markdownify }}
+{{'[PdfLaunchAction](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -124,7 +124,7 @@ Not supported
-{{'[PdfJavaScriptAction](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Interactive.PdfJavaScriptAction.html)'| markdownify }} - Add/modify JavaScript actions on existing PDF document
+{{'[PdfJavaScriptAction](https://help.syncfusion.com/document-processing/introduction)'| markdownify }} - Add/modify JavaScript actions on existing PDF document
Not supported
@@ -132,15 +132,15 @@ Not supported
-{{'[PdfDocumentAnalyzer(String)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfDocumentAnalyzer.html#Syncfusion_Pdf_Parsing_PdfDocumentAnalyzer__ctor_System_String_)'| markdownify }}
+{{'[PdfDocumentAnalyzer(String)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-You can check whether the existing PDF document is corrupted or not using {{'[PdfDocumentAnalyzer(Stream)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfDocumentAnalyzer.html#Syncfusion_Pdf_Parsing_PdfDocumentAnalyzer__ctor_System_IO_Stream_)'| markdownify }}.
+You can check whether the existing PDF document is corrupted or not using {{'[PdfDocumentAnalyzer(Stream)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}.
-{{'[PdfUsedFont](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.Fonts.PdfUsedFont.html)'| markdownify }}
+{{'[PdfUsedFont](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -148,7 +148,7 @@ Not supported
-{{'[ImageExportSettings](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.ImageExportSettings.html)'| markdownify }}
+{{'[ImageExportSettings](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -156,7 +156,7 @@ Not supported
-{{'[PdfBarcodeException](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Barcode.PdfBarcodeException.html)'| markdownify }}
+{{'[PdfBarcodeException](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
BarcodeException
@@ -164,7 +164,7 @@ BarcodeException
-{{'[ImageExportSettings](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.ImageExportSettings.html)'| markdownify }}
+{{'[ImageExportSettings](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -172,7 +172,7 @@ Not supported
-{{'[HtmlToPdfResult](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.HtmlToPdf.HtmlToPdfResult.html)'| markdownify }}
+{{'[HtmlToPdfResult](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -180,15 +180,15 @@ Not supported
-{{'[PdfRichMediaContent(String, PdfRichMediaContentType)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Interactive.PdfRichMediaContent.html#Syncfusion_Pdf_Interactive_PdfRichMediaContent__ctor_System_String_Syncfusion_Pdf_Interactive_PdfRichMediaContentType_)'| markdownify }}
+{{'[PdfRichMediaContent(String, PdfRichMediaContentType)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-{{'[PdfRichMediaContent(String, Stream, String, PdfRichMediaContentType)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Interactive.PdfRichMediaContent.html#Syncfusion_Pdf_Interactive_PdfRichMediaContent__ctor_System_String_System_IO_Stream_System_String_Syncfusion_Pdf_Interactive_PdfRichMediaContentType_)'| markdownify }}
+{{'[PdfRichMediaContent(String, Stream, String, PdfRichMediaContentType)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-{{'[PdfAngleMeasurementAnnotation(PointF[])](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Interactive.PdfAngleMeasurementAnnotation.html#Syncfusion_Pdf_Interactive_PdfAngleMeasurementAnnotation__ctor_System_Drawing_PointF___)'| markdownify }}
+{{'[PdfAngleMeasurementAnnotation(PointF[])](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -196,7 +196,7 @@ Not supported
-{{'[PdfCertificateDistinguishedName](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Security.PdfCertificateDistinguishedName.html)'| markdownify }}
+{{'[PdfCertificateDistinguishedName](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -204,7 +204,7 @@ Not supported
-{{'[GraphicsStateData](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.GraphicsStateData.html)'| markdownify }}
+{{'[GraphicsStateData](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -212,7 +212,7 @@ Not supported
-{{'[PdfConfig](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.PdfConfig.html)'| markdownify }}
+{{'[PdfConfig](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -220,7 +220,7 @@ Not supported
-{{'[TextData](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.TextData.html)'| markdownify }}
+{{'[TextData](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -228,7 +228,7 @@ Not supported
-{{'[TextLines](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.TextLines.html)'| markdownify }}
+{{'[TextLines](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
TextLineCollection *Sample link:* {{'[https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Text%20Extraction/Extract-each-lines-from-an-existing-PDF-document](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Text%20Extraction/Extract-each-lines-from-an-existing-PDF-document)'| markdownify }}
@@ -236,7 +236,7 @@ TextLineCollection *Sample link:* {{'[https://github.com/SyncfusionE
-{{'[PdfMetafile](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfMetafile.html)'| markdownify }}
+{{'[PdfMetafile](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -244,7 +244,7 @@ Not supported
-{{'[PdfMetafileLayoutFormat](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfMetafileLayoutFormat.html)'| markdownify }}
+{{'[PdfMetafileLayoutFormat](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
PdfLayoutFormat *Sample link:* {{'[https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Text/Adding-HTML-styled-text-to-PDF-document/](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Text/Adding-HTML-styled-text-to-PDF-document/)'| markdownify }}
@@ -252,7 +252,7 @@ PdfLayoutFormat *Sample link:* {{'[https://github.com/SyncfusionExam
-{{'[XFdfDocument](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.XFdfDocument.html)'| markdownify }}
+{{'[XFdfDocument](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -260,7 +260,7 @@ Not supported
-{{'[HtmlToPdfResult](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.HtmlToPdf.HtmlToPdfResult.html)'| markdownify }}
+{{'[HtmlToPdfResult](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -268,7 +268,7 @@ Not supported
-{{'[PdfAngleMeasurementAnnotation](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Interactive.PdfAngleMeasurementAnnotation.html)'| markdownify }}
+{{'[PdfAngleMeasurementAnnotation](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -287,7 +287,7 @@ Not supported
-{{'[ExtractText(out TextLines textLines)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.PdfPageBase.html#Syncfusion_Pdf_PdfPageBase_ExtractText_Syncfusion_Pdf_TextLines__)'| markdownify }}
+{{'[ExtractText(out TextLines textLines)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
ExtractText(out TextLineCollection textLineCollection) *Sample link:* {{'[https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Text%20Extraction/Extract-each-lines-from-an-existing-PDF-document](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Text%20Extraction/Extract-each-lines-from-an-existing-PDF-document)'| markdownify }}
@@ -295,15 +295,15 @@ ExtractText(out TextLineCollection textLineCollection) *Sample link:*
-{{'[ExtractImages()](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.PdfPageBase.html#Syncfusion_Pdf_PdfPageBase_ExtractImages().html)'| markdownify }}
+{{'[ExtractImages()](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-ExtractImages *Sample link:* {{'[https://help.syncfusion.com/document-processing/Syncfusion.Pdf.PdfPageBase.html#Syncfusion_Pdf_PdfPageBase_ExtractImages().html](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.PdfPageBase.html#Syncfusion_Pdf_PdfPageBase_ExtractImages().html)'| markdownify }}
+ExtractImages *Sample link:* {{'[https://help.syncfusion.com/document-processing/introduction](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-{{'[ExportAsImage()](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.html#Syncfusion_Windows_Forms_PdfViewer_PdfViewerControl_ExportAsImage_System_Int32_)'| markdownify }}
+{{'[ExportAsImage()](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.html#Syncfusion_Windows_Forms_PdfViewer_PdfViewerControl_ExportAsImage_System_Int32)'| markdownify }}
ExportAsImage() *Sample link:* {{'[https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Document%20conversion/PDF-to-Image/Convert-PDF-page-into-image](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Document%20conversion/PDF-to-Image/Convert-PDF-page-into-image)'| markdownify }}
@@ -311,7 +311,7 @@ ExportAsImage() *Sample link:* {{'[https://github.com/SyncfusionExam
-{{'[Redactions.Add(PdfRedaction)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.PdfLoadedPage.html#Syncfusion_Pdf_PdfLoadedPage_Redactions)'| markdownify }}
+{{'[Redactions.Add(PdfRedaction)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
AddRedaction(PdfRedaction) - Additionally, call the following method to execute the redaction.
@@ -321,7 +321,7 @@ PdfLoadedDocument.Redact(); *Sample link:*
-{{'[ToImage()](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Barcode.PdfUnidimensionalBarcode.html#Syncfusion_Pdf_Barcode_PdfUnidimensionalBarcode_ToImage)'| markdownify }}
+{{'[ToImage()](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
ToImage()
@@ -329,7 +329,7 @@ ToImage()
-{{'[Barcode.ToImage(SizeF size)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Barcode.PdfUnidimensionalBarcode.html#Syncfusion_Pdf_Barcode_PdfUnidimensionalBarcode_ToImage)'| markdownify }}
+{{'[Barcode.ToImage(SizeF size)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Barcode.ToImage(SizeF size) *Sample link:* {{'[https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Barcode/Export-one-dimensional-barcode-as-image/](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Barcode/Export-one-dimensional-barcode-as-image/)'| markdownify }}
@@ -337,7 +337,7 @@ Barcode.ToImage(SizeF size) *Sample link:* {{'[https://github.com/Sy
-{{'[Split()](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument_Split_System_String_)'| markdownify }}
+{{'[Split()](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported due to .NET Core framework limitations. Alternatively, this can be achieved by {{'[importing pages from one document to another](https://help.syncfusion.com/document-processing/pdf/pdf-library/net/working-with-pages#importing-pages-from-an-existing-document)'| markdownify }}.
@@ -345,17 +345,17 @@ Not supported due to .NET Core framework limitations. Alternatively, this can be
-{{'[FromRtf(String, Single, PdfImageType)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfImage.html#Syncfusion_Pdf_Graphics_PdfImage_FromRtf_System_String_System_Single_Syncfusion_Pdf_Graphics_PdfImageType_)'| markdownify }}
+{{'[FromRtf(String, Single, PdfImageType)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported due to .NET Core framework limitations. Alternatively, this can be achieved by using {{'[.NET Word library](https://help.syncfusion.com/document-processing/word/word-library/net/overview)'| markdownify }}.
-{{'[RTF to PDF](https://www.syncfusion.com/kb/8472/how-to-convert-a-word-document-to-pdf-in-asp-net-core)'| markdownify }}
+{{'[RTF to PDF](https://support.syncfusion.com/kb/article/7542/how-to-convert-a-word-document-to-pdf-in-asp-net-core)'| markdownify }}
-{{'[Merge(PdfDocumentBase, object[])](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.PdfDocumentBase.html#Syncfusion_Pdf_PdfDocumentBase_Merge_Syncfusion_Pdf_PdfDocumentBase_System_Object___)'| markdownify }}
+{{'[Merge(PdfDocumentBase, object[])](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Merge(PdfDocumentBase, Stream[]) *Sample link:* {{'[https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Merge%20PDFs/Merge-multiple-documents-from-stream/](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Merge%20PDFs/Merge-multiple-documents-from-stream/)'| markdownify }}
@@ -363,7 +363,7 @@ Merge(PdfDocumentBase, Stream[]) *Sample link:* {{'[https://github.
-{{'[Merge(String[])](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.PdfDocumentBase.html#Syncfusion_Pdf_PdfDocumentBase_Merge_System_String___)'| markdownify }}
+{{'[Merge(String[])](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Merge(PdfDocumentBase, Stream[]) *Sample link:* {{'[https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Merge%20PDFs/Merge-multiple-documents-from-stream/](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Merge%20PDFs/Merge-multiple-documents-from-stream/)'| markdownify }}
@@ -371,7 +371,7 @@ Merge(PdfDocumentBase, Stream[]) *Sample link:* {{'[https://github.c
-{{'[Merge(String[], PdfMergeOptions)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.PdfDocumentBase.html#Syncfusion_Pdf_PdfDocumentBase_Merge_System_String___Syncfusion_Pdf_PdfMergeOptions_)'| markdownify }}
+{{'[Merge(String[], PdfMergeOptions)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Merge(PdfDocumentBase, PdfMergeOptions, Object[]) - Object[] in the form of Stream[].
@@ -379,23 +379,23 @@ Merge(PdfDocumentBase, PdfMergeOptions, Object[]) - Object[] in the form of Stre
-{{'[PdfImage.FromFile(String)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfImage.html#Syncfusion_Pdf_Graphics_PdfImage_FromFile_System_String_)'| markdownify }}
+{{'[PdfImage.FromFile(String)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-{{'[PdfImage.FromStream(Stream)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfImage.html#Syncfusion_Pdf_Graphics_PdfImage_FromStream_System_IO_Stream_)'| markdownify }}
+{{'[PdfImage.FromStream(Stream)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-{{'[Image.FromFile(String)](https://help.syncfusion.com/document-processing/Syncfusion.Drawing.Image.html#Syncfusion_Drawing_Image_FromFile_System_String_)'| markdownify }}
+{{'[Image.FromFile(String)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-{{'[Image.FromStream(Stream)](https://help.syncfusion.com/document-processing/Syncfusion.Drawing.Image.html#Syncfusion_Drawing_Image_FromStream_System_IO_Stream_)'| markdownify }}
+{{'[Image.FromStream(Stream)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-{{'[PdfSoundAction(String)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Interactive.PdfSoundAction.html#Syncfusion_Pdf_Interactive_PdfSoundAction__ctor_System_String_)'| markdownify }}
+{{'[PdfSoundAction(String)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
PdfSoundAction(Stream)
@@ -403,7 +403,7 @@ PdfSoundAction(Stream)
-{{'[PdfSoundAnnotation(RectangleF, String)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Interactive.PdfSoundAnnotation.html#Syncfusion_Pdf_Interactive_PdfSoundAnnotation__ctor_System_Drawing_RectangleF_System_String_)'| markdownify }}
+{{'[PdfSoundAnnotation(RectangleF, String)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
PdfSoundAnnotation(RectangleF, Stream)
@@ -411,7 +411,7 @@ PdfSoundAnnotation(RectangleF, Stream)
-{{'[PdfTrueTypeFont(Font)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfTrueTypeFont.html#Syncfusion_Pdf_Graphics_PdfTrueTypeFont__ctor_System_Drawing_Font_)'| markdownify }}
+{{'[PdfTrueTypeFont(Font)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
PdfTrueTypeFont(Stream)
@@ -419,7 +419,7 @@ PdfTrueTypeFont(Stream)
-{{'[PdfTrueTypeFont(Font, int)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfTrueTypeFont.html#Syncfusion_Pdf_Graphics_PdfTrueTypeFont__ctor_System_Drawing_Font_)'| markdownify }}
+{{'[PdfTrueTypeFont(Font, int)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
PdfTrueTypeFont(Stream, int)
@@ -427,7 +427,7 @@ PdfTrueTypeFont(Stream, int)
-{{'[Replace(PdfFont)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.Fonts.PdfUsedFont.html#Syncfusion_Pdf_Graphics_Fonts_PdfUsedFont_Replace_Syncfusion_Pdf_Graphics_PdfFont_)'| markdownify }}
+{{'[Replace(PdfFont)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -435,7 +435,7 @@ Not supported
-{{'[EmbedFonts()](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument_EmbedFonts)'| markdownify }}
+{{'[EmbedFonts()](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -443,55 +443,55 @@ Not supported
-{{'[ExportAnnotations(String, AnnotationDataFormat)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument_ExportAnnotations_System_String_Syncfusion_Pdf_Parsing_AnnotationDataFormat_)'| markdownify }}
+{{'[ExportAnnotations(String, AnnotationDataFormat)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-{{'[ExportAnnotations(Stream, AnnotationDataFormat)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument_ExportAnnotations_System_IO_Stream_Syncfusion_Pdf_Parsing_AnnotationDataFormat_)'| markdownify }}
+{{'[ExportAnnotations(Stream, AnnotationDataFormat)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-{{'[ImportAnnotations(String, AnnotationDataFormat)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument_ImportAnnotations_System_String_Syncfusion_Pdf_Parsing_AnnotationDataFormat_)'| markdownify }}
+{{'[ImportAnnotations(String, AnnotationDataFormat)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-{{'[ImportAnnotations(Stream, AnnotationDataFormat)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument_ImportAnnotations_System_IO_Stream_Syncfusion_Pdf_Parsing_AnnotationDataFormat_)'| markdownify }}
+{{'[ImportAnnotations(Stream, AnnotationDataFormat)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-{{'[ExportData(String, DataFormat, String)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedForm.html#Syncfusion_Pdf_Parsing_PdfLoadedForm_ExportData_System_String_Syncfusion_Pdf_Parsing_DataFormat_System_String_)'| markdownify }}
+{{'[ExportData(String, DataFormat, String)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-{{'[ExportData(Stream, DataFormat, String)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedForm.html#Syncfusion_Pdf_Parsing_PdfLoadedForm_ExportData_System_IO_Stream_Syncfusion_Pdf_Parsing_DataFormat_System_String_)'| markdownify }}
+{{'[ExportData(Stream, DataFormat, String)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-{{'[ImportData(String, DataFormat)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedForm.html#Syncfusion_Pdf_Parsing_PdfLoadedForm_ImportData_System_String_Syncfusion_Pdf_Parsing_DataFormat_)'| markdownify }}
+{{'[ImportData(String, DataFormat)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-{{'[ImportData(Byte[], DataFormat)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedForm.html#Syncfusion_Pdf_Parsing_PdfLoadedForm_ImportData_System_Byte___Syncfusion_Pdf_Parsing_DataFormat_)'| markdownify }}
+{{'[ImportData(Byte[], DataFormat)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-{{'[ImportDataJson(String)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedForm.html#Syncfusion_Pdf_Parsing_PdfLoadedForm_ImportDataJson_System_String_)'| markdownify }}
+{{'[ImportDataJson(String)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-{{'[ImportDataJson(Stream)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedForm.html#Syncfusion_Pdf_Parsing_PdfLoadedForm_ImportDataJson_System_IO_Stream_)'| markdownify }}
+{{'[ImportDataJson(Stream)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-{{'[ImportDataXFDF(String)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedForm.html#Syncfusion_Pdf_Parsing_PdfLoadedForm_ImportDataXFDF_System_String_)'| markdownify }}
+{{'[ImportDataXFDF(String)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-{{'[ImportDataXFDF(Stream)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedForm.html#Syncfusion_Pdf_Parsing_PdfLoadedForm_ImportDataXFDF_System_IO_Stream_)'| markdownify }}
+{{'[ImportDataXFDF(Stream)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-{{'[GetFontsFromAppearance()](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Interactive.PdfLoadedFreeTextAnnotation.html#Syncfusion_Pdf_Interactive_PdfLoadedFreeTextAnnotation_GetFontsFromAppearance)'| markdownify }}
+{{'[GetFontsFromAppearance()](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -499,7 +499,7 @@ Not supported
-{{'[RemoveImage(PdfImageInfo)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.PdfPageBase.html#Syncfusion_Pdf_PdfPageBase_RemoveImage_Syncfusion_Pdf_Exporting_PdfImageInfo_)'| markdownify }}
+{{'[RemoveImage(PdfImageInfo)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
RemoveImage(PdfImageInfo[]) *Sample link:* {{'[https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Images/Remove-images-from-PDF-document](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Images/Remove-images-from-PDF-document)'| markdownify }}
@@ -507,7 +507,7 @@ RemoveImage(PdfImageInfo[]) *Sample link:* {{'[https://github.com/Sy
-{{'[ReplaceImage(Int32, PdfImage)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.PdfPageBase.html#Syncfusion_Pdf_PdfPageBase_ReplaceImage_System_Int32_Syncfusion_Pdf_Graphics_PdfImage_)'| markdownify }}
+{{'[ReplaceImage(Int32, PdfImage)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
ReplaceImage(Int32, PdfImage) *Sample link:* {{'[https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Images/Replace-image-in-an-existing-PDF-document/](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Images/Replace-image-in-an-existing-PDF-document/)'| markdownify }}
@@ -515,7 +515,7 @@ ReplaceImage(Int32, PdfImage) *Sample link:* {{'[https://github.com/
-{{'[CreateBooklet(String, String, SizeF)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.PdfBookletCreator.html#Syncfusion_Pdf_PdfBookletCreator_CreateBooklet_System_String_System_String_System_Drawing_SizeF_)'| markdownify }}
+{{'[CreateBooklet(String, String, SizeF)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
CreateBooklet(PdfLoadedDocument, SizeF)
@@ -523,7 +523,7 @@ CreateBooklet(PdfLoadedDocument, SizeF)
-{{'[CreateBooklet(String, String, SizeF, Boolean)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.PdfBookletCreator.html#Syncfusion_Pdf_PdfBookletCreator_CreateBooklet_System_String_System_String_System_Drawing_SizeF_System_Boolean_)'| markdownify }}
+{{'[CreateBooklet(String, String, SizeF, Boolean)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
CreateBooklet(PdfLoadedDocument, SizeF, Boolean)
@@ -531,15 +531,15 @@ CreateBooklet(PdfLoadedDocument, SizeF, Boolean)
-{{'[Save(String)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument_Save)'| markdownify }}
+{{'[Save(String)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-You can save the document as stream to the file system using {{'[Save(Stream)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument_Save_System_IO_Stream_)'| markdownify }} API.
+You can save the document as stream to the file system using {{'[Save(Stream)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }} API.
-{{'[Save(String, HttpResponse, HttpReadType)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.PdfDocumentBase.html#Syncfusion_Pdf_PdfDocumentBase_Save_System_String_System_Web_HttpResponse_Syncfusion_Pdf_HttpReadType_)'| markdownify }}
+{{'[Save(String, HttpResponse, HttpReadType)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -547,7 +547,7 @@ Not supported
-{{'[Save(Stream, HttpContext)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.PdfDocumentBase.html#Syncfusion_Pdf_PdfDocumentBase_Save_System_IO_Stream_System_Web_HttpContext_)'| markdownify }}
+{{'[Save(Stream, HttpContext)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -555,7 +555,7 @@ Not supported
-{{'[Draw(PdfGraphics, PointF, Single, Single)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfHTMLTextElement.html#Syncfusion_Pdf_Graphics_PdfHTMLTextElement_Draw_Syncfusion_Pdf_Graphics_PdfGraphics_System_Drawing_PointF_System_Single_System_Single_)'| markdownify }}
+{{'[Draw(PdfGraphics, PointF, Single, Single)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Draw(PdfPage, PointF, Single, Single, PdfLayoutFormat)
@@ -563,7 +563,7 @@ Draw(PdfPage, PointF, Single, Single, PdfLayoutFormat)
-{{'[Draw(PdfGraphics, RectangleF)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfHTMLTextElement.html#Syncfusion_Pdf_Graphics_PdfHTMLTextElement_Draw_Syncfusion_Pdf_Graphics_PdfGraphics_System_Drawing_RectangleF_)'| markdownify }}
+{{'[Draw(PdfGraphics, RectangleF)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Draw(PdfPage, RectangleF, PdfLayoutFormat)
@@ -571,7 +571,7 @@ Draw(PdfPage, RectangleF, PdfLayoutFormat)
-{{'[Draw(PdfPage, PointF, Single, PdfMetafileLayoutFormat)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfHTMLTextElement.html#Syncfusion_Pdf_Graphics_PdfHTMLTextElement_Draw_Syncfusion_Pdf_PdfPage_System_Drawing_PointF_System_Single_Syncfusion_Pdf_Graphics_PdfMetafileLayoutFormat_)'| markdownify }}
+{{'[Draw(PdfPage, PointF, Single, PdfMetafileLayoutFormat)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Draw(PdfPage, PointF, Single, PdfLayoutFormat)
@@ -579,7 +579,7 @@ Draw(PdfPage, PointF, Single, PdfLayoutFormat)
-{{'[Draw(PdfPage, PointF, Single, Single, PdfMetafileLayoutFormat)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfHTMLTextElement.html#Syncfusion_Pdf_Graphics_PdfHTMLTextElement_Draw_Syncfusion_Pdf_PdfPage_System_Drawing_PointF_System_Single_System_Single_Syncfusion_Pdf_Graphics_PdfMetafileLayoutFormat_)'| markdownify }}
+{{'[Draw(PdfPage, PointF, Single, Single, PdfMetafileLayoutFormat)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Draw(PdfPage, PointF, Single, Single, PdfLayoutFormat)
@@ -587,7 +587,7 @@ Draw(PdfPage, PointF, Single, Single, PdfLayoutFormat)
-{{'[Draw(PdfPage, RectangleF, PdfMetafileLayoutFormat)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfHTMLTextElement.html#Syncfusion_Pdf_Graphics_PdfHTMLTextElement_Draw_Syncfusion_Pdf_PdfPage_System_Drawing_RectangleF_Syncfusion_Pdf_Graphics_PdfMetafileLayoutFormat_)'| markdownify }}
+{{'[Draw(PdfPage, RectangleF, PdfMetafileLayoutFormat)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Draw(PdfPage, RectangleF, PdfLayoutFormat)
@@ -595,7 +595,7 @@ Draw(PdfPage, RectangleF, PdfLayoutFormat)
-{{'[Replace(PdfFont)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.Fonts.PdfUsedFont.html#Syncfusion_Pdf_Graphics_Fonts_PdfUsedFont_Replace_Syncfusion_Pdf_Graphics_PdfFont_)'| markdownify }}
+{{'[Replace(PdfFont)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -613,7 +613,7 @@ Not supported
-{{'[ImagesInfo](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.PdfPageBase.html#Syncfusion_Pdf_PdfPageBase_ImagesInfo)'| markdownify }}
+{{'[ImagesInfo](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
GetImagesInfo() *Sample link:* {{'[https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Image%20Extraction/Extract-the-image-info-from-a-PDF-page/](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Image%20Extraction/Extract-the-image-info-from-a-PDF-page/)'| markdownify }}
@@ -621,7 +621,7 @@ GetImagesInfo() *Sample link:* {{'[https://github.com/SyncfusionExam
-{{'[Conformance](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument_Conformance)'| markdownify }}
+{{'[Conformance](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
ConvertToPDFA(PdfConformanceLevel.Pdf_A1B) *Sample link:* {{'[https://github.com/SyncfusionExamples/PDF-Examples/tree/master/PDF%20Conformance/Get-PDF-to-PDFA-conversion-progress](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/PDF%20Conformance/Get-PDF-to-PDFA-conversion-progress)'| markdownify }}
@@ -629,7 +629,7 @@ ConvertToPDFA(PdfConformanceLevel.Pdf_A1B) *Sample link:* {{'[https:
-{{'[XFA Flatten](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Xfa.PdfLoadedXfaDocument.html#Syncfusion_Pdf_Xfa_PdfLoadedXfaDocument_Flatten)'| markdownify }}
+{{'[XFA Flatten](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -637,7 +637,7 @@ Not supported
-Pdf_X1A2001 through {{'[PdfConformanceLevel](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.PdfConformanceLevel.html)'| markdownify }}
+Pdf_X1A2001 through {{'[PdfConformanceLevel](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -645,15 +645,15 @@ Not supported
-{{'[PdfGrid.DataSource (DataTable)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Grid.PdfGrid.html#Syncfusion_Pdf_Grid_PdfGrid_DataSource)'| markdownify }}
+{{'[PdfGrid.DataSource (DataTable)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
-{{'[PdfGrid.DataSource (IEnumerable)](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Grid.PdfGrid.html#Syncfusion_Pdf_Grid_PdfGrid_DataSource)'| markdownify }} - In ASP.NET Core, only the strongly typed IEnumerable objects are supported.
+{{'[PdfGrid.DataSource (IEnumerable)](https://help.syncfusion.com/document-processing/introduction)'| markdownify }} - In ASP.NET Core, only the strongly typed IEnumerable objects are supported.
-{{'[PdfLoadedDocument.CompressionOptions = PdfCompressionOptions](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.PdfCompressionOptions.html)'| markdownify }}
+{{'[PdfLoadedDocument.CompressionOptions = PdfCompressionOptions](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
PdfLoadedDocument.Compress(PdfCompressionOptions) *Sample link:* {{'[https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Compression/Compress-the-images-in-an-existing-PDF-document](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Compression/Compress-the-images-in-an-existing-PDF-document)'| markdownify }}
@@ -661,7 +661,7 @@ PdfLoadedDocument.Compress(PdfCompressionOptions) *Sample link:* {{'
-{{'[EncodingType](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.EncodingType.html)'| markdownify }} - Enum
+{{'[EncodingType](https://help.syncfusion.com/document-processing/introduction)'| markdownify }} - Enum
Not supported
@@ -669,7 +669,7 @@ Not supported
-{{'[ImageExportSettings](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument_ImageExportSettings)'| markdownify }}
+{{'[ImageExportSettings](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -677,7 +677,7 @@ Not supported
-{{'[IsAllFontsEmbedded](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument_IsAllFontsEmbedded)'| markdownify }}
+{{'[IsAllFontsEmbedded](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -685,7 +685,7 @@ Not supported
-{{'[ColorSpace](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.PdfLoadedPage.html#Syncfusion_Pdf_PdfLoadedPage_ColorSpace)'| markdownify }}
+{{'[ColorSpace](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -693,7 +693,7 @@ Not supported
-{{'[Redactions](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.PdfLoadedPage.html#Syncfusion_Pdf_PdfLoadedPage_Redactions)'| markdownify }}
+{{'[Redactions](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
AddRedaction(PdfRedaction) - Additionally, call the following method to execute the redaction.
@@ -703,7 +703,7 @@ PdfLoadedDocument.Redact(); *Sample link:*
-{{'[ImagesInfo](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.PdfPageBase.html#Syncfusion_Pdf_PdfPageBase_ImagesInfo)'| markdownify }}
+{{'[ImagesInfo](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
GetImagesInfo() *Sample link:* {{'[https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Image%20Extraction/Extract-the-image-info-from-a-PDF-page/](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Image%20Extraction/Extract-the-image-info-from-a-PDF-page/)'| markdownify }}
@@ -711,7 +711,7 @@ GetImagesInfo() *Sample link:* {{'[https://github.com/SyncfusionExam
-{{'[IsColored](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.PdfPageBase.html#Syncfusion_Pdf_PdfPageBase_IsColored)'| markdownify }}
+{{'[IsColored](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -719,7 +719,7 @@ Not supported
-{{'[ActiveFrame](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfBitmap.html#Syncfusion_Pdf_Graphics_PdfBitmap_ActiveFrame)'| markdownify }}
+{{'[ActiveFrame](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -727,7 +727,7 @@ Not supported
-{{'[Encoding](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfBitmap.html#Syncfusion_Pdf_Graphics_PdfBitmap_Encoding)'| markdownify }}
+{{'[Encoding](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -735,7 +735,7 @@ Not supported
-{{'[FrameCount](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfBitmap.html#Syncfusion_Pdf_Graphics_PdfBitmap_FrameCount)'| markdownify }}
+{{'[FrameCount](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -743,7 +743,7 @@ Not supported
-{{'[Mask](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfBitmap.html#Syncfusion_Pdf_Graphics_PdfBitmap_Mask)'| markdownify }}
+{{'[Mask](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -751,7 +751,7 @@ Not supported
-{{'[Quality](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfBitmap.html#Syncfusion_Pdf_Graphics_PdfBitmap_Quality)'| markdownify }}
+{{'[Quality](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -759,7 +759,7 @@ Not supported
-{{'[IsNativeRenderingEnabled](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfHTMLTextElement.html#Syncfusion_Pdf_Graphics_PdfHTMLTextElement_IsNativeRenderingEnabled)'| markdownify }}
+{{'[IsNativeRenderingEnabled](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -767,7 +767,7 @@ Not supported
-{{'[TextAlign](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfHTMLTextElement.html#Syncfusion_Pdf_Graphics_PdfHTMLTextElement_TextAlign)'| markdownify }}
+{{'[TextAlign](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -775,7 +775,7 @@ Not supported
-{{'[RightToLeft](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.Graphics.PdfStringFormat.html#Syncfusion_Pdf_Graphics_PdfStringFormat_RightToLeft)'| markdownify }}
+{{'[RightToLeft](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
@@ -810,7 +810,7 @@ Not supported
-{{'[ImagePreRenderEventArgs](https://help.syncfusion.com/document-processing/Syncfusion.Pdf.ImagePreRenderEventArgs.html)'| markdownify }}
+{{'[ImagePreRenderEventArgs](https://help.syncfusion.com/document-processing/introduction)'| markdownify }}
Not supported
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-OLE-Objects.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-OLE-Objects.md
index 59926bf47..e100e1ae3 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-OLE-Objects.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-OLE-Objects.md
@@ -1,5 +1,5 @@
---
-title: Create and edit OLE Objects in PowerPoint files |Syncfusion® |
+title: Create and edit OLE Objects in PowerPoint files |Syncfusion®
description: Create and edit OLE Objects in PowerPoint files; Insert and extract an embedded OLE object in PowerPoint Presentation
platform: document-processing
control: Presentation
@@ -8,7 +8,7 @@ keywords: OLE Object in PowerPoint presentation
---
# Working with OLE Objects
-The OLE Object enables sharing of application objects written in different file formats. In PowerPoint presentation the application data can be inserted into a PowerPoint slide using the [programmatic identifier](https://msdn.microsoft.com/en-us/library/aa171170(v=office.11).aspx#) of each file format.
+The OLE Object enables sharing of application objects written in different file formats. In PowerPoint presentation the application data can be inserted into a PowerPoint slide using the [programmatic identifier](https://learn.microsoft.com/en-us/previous-versions/office/developer/office-2003/aa171170(v=office.11)?redirectedfrom=MSDN) of each file format.
## Inserting OLE Object to a Slide
diff --git a/Document-Processing/Word/Word-Library/NET/Word-document/Print-Word-documents.md b/Document-Processing/Word/Word-Library/NET/Word-document/Print-Word-documents.md
index 4435ec424..cebb34a35 100644
--- a/Document-Processing/Word/Word-Library/NET/Word-document/Print-Word-documents.md
+++ b/Document-Processing/Word/Word-Library/NET/Word-document/Print-Word-documents.md
@@ -186,4 +186,4 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## See Also
-* [How to do silent printing to print the Word document by rendering document pages as Image using Essential® DocIO](https://support.syncfusion.com/kb/article/4546/how-to-do-silent-printing-to-print-the-word-document-by-rendering-document-pages-as-image)
\ No newline at end of file
+* [How to do silent printing to print the Word document by rendering document pages as Image using Essential® DocIO](https://support.syncfusion.com/kb/article/4546/how-to-do-silent-printing-to-print-the-word-document-by-rendering-document-pages-as-image-using-docio)
\ No newline at end of file