From 56c7320e6b36c439422cfab5649fac4b8315d42c Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Fri, 24 Jan 2025 13:00:41 +0300 Subject: [PATCH 1/8] SEO-195926-Document-Processing-PDF--Page-not-found --- .../PDF/PDF-Library/NET/Working-with-Security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md b/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md index aa905a55c..b27e66dbe 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md +++ b/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md @@ -222,7 +222,7 @@ You can encrypt PDF document by specifying the [Algorithm](https://help.syncfusi {% tabs %} -{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/PDF-Examples/master/Security/Encrypt-PDF-with-AES-using-user-password/.NET/Encrypt-PDF-with-AES-using-user-password/Program.cs" %} +{% highlight c# tabtitle="C# [Cross-platform]" [playgroundButtonLink](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfEncryptionKeySize.html) //Create a new PDF document. PdfDocument document = new PdfDocument(); From 5ab7717ac4e43b284348fa6a906bdf0d41c3737b Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Fri, 24 Jan 2025 14:08:48 +0300 Subject: [PATCH 2/8] resolved --- .../PDF/PDF-Library/NET/Working-with-Security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md b/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md index b27e66dbe..31086124b 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md +++ b/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md @@ -222,7 +222,7 @@ You can encrypt PDF document by specifying the [Algorithm](https://help.syncfusi {% tabs %} -{% highlight c# tabtitle="C# [Cross-platform]" [playgroundButtonLink](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfEncryptionKeySize.html) +{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfEncryptionKeySize.html" %} //Create a new PDF document. PdfDocument document = new PdfDocument(); From 36ad3a4753b131ec2a3c3e8362d1d5e5344c494e Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Fri, 24 Jan 2025 14:22:05 +0300 Subject: [PATCH 3/8] fixed --- .../PDF/PDF-Library/NET/Working-with-Security.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md b/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md index 31086124b..5726a8db5 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md +++ b/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md @@ -433,7 +433,7 @@ You can encrypt all the PDF content by specifying the [EncryptionOptions](https: {% tabs %} -{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/PDF-Examples/master/Security/Encrypt-all-contents-of-the-PDF-document/.NET/Encrypt-all-contents-of-the-PDF-document/Program.cs" %} +{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfEncryptionKeySize.html" %} //Create a new PDF document. PdfDocument document = new PdfDocument(); @@ -539,7 +539,7 @@ N> Encrypt all contents except metadata is only supported in AES algorithms wit {% tabs %} -{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/PDF-Examples/master/Security/Encrypt-all-contents-except-metadata-of-the-PDF/.NET/Encrypt-all-contents-except-metadata-of-the-PDF/Program.cs" %} +{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfEncryptionKeySize.html" %} //Create a new PDF document. PdfDocument document = new PdfDocument(); From 2d9facedf168e819329e1900a907ccb4eafc8f50 Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Fri, 24 Jan 2025 15:08:34 +0300 Subject: [PATCH 4/8] SEO-195926-Document-Processing-PDF--Page-not-found --- .../NET/faqs/migrate-from-net-framework-to-net-core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Document-Processing/Word/Word-Library/NET/faqs/migrate-from-net-framework-to-net-core.md b/Document-Processing/Word/Word-Library/NET/faqs/migrate-from-net-framework-to-net-core.md index 727b7288a..5ddf9677e 100644 --- a/Document-Processing/Word/Word-Library/NET/faqs/migrate-from-net-framework-to-net-core.md +++ b/Document-Processing/Word/Word-Library/NET/faqs/migrate-from-net-framework-to-net-core.md @@ -190,7 +190,7 @@ EMF and WMF images are not supported in .NET Core platforms. * [Word document to PDF](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/word-to-pdf) * [Word document to Image](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/word-to-image) * [Updating table of contents](https://help.syncfusion.com/document-processing/word/word-library/net/working-with-table-of-contents#updating-table-of-contents) - * [Convert chart to image](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/working-with-charts#convert-chart-to-image) + * [Convert chart to image](https://help.syncfusion.com/document-processing/word/word-library/net/working-with-charts#convert-chart-to-image) * During Word to PDF/Image conversion, if you are facing font-related problems (like accessing font from the environment), you can pass the fonts as streams using our [font substitution approach](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/word-to-pdf#font-substitution). N> If you want to migrate without any code changes from [“Syncfusion.DocIO.ASP.NET”](https://www.nuget.org/packages/Syncfusion.DocIO.AspNet) NuGet in application targeting .NET Framework, you can consider to use anyone of the packages From 3b2241dc3140f35881de405d4cbd84a0aaa0cb8d Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Mon, 27 Jan 2025 10:32:09 +0300 Subject: [PATCH 5/8] reverted --- .../PDF/PDF-Library/NET/Working-with-Security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md b/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md index 5726a8db5..9fae1bc12 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md +++ b/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md @@ -222,7 +222,7 @@ You can encrypt PDF document by specifying the [Algorithm](https://help.syncfusi {% tabs %} -{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfEncryptionKeySize.html" %} +{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/PDF-Examples/master/Security/Encrypt-PDF-with-AES-using-user-password/.NET/Encrypt-PDF-with-AES-using-user-password/Program.cs" %} //Create a new PDF document. PdfDocument document = new PdfDocument(); From 6d8d5b3ec412c52fa0b22f83d826c29175a69be0 Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Mon, 27 Jan 2025 10:35:39 +0300 Subject: [PATCH 6/8] reverted --- .../PDF/PDF-Library/NET/Working-with-Security.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md b/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md index 9fae1bc12..aa905a55c 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md +++ b/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md @@ -433,7 +433,7 @@ You can encrypt all the PDF content by specifying the [EncryptionOptions](https: {% tabs %} -{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfEncryptionKeySize.html" %} +{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/PDF-Examples/master/Security/Encrypt-all-contents-of-the-PDF-document/.NET/Encrypt-all-contents-of-the-PDF-document/Program.cs" %} //Create a new PDF document. PdfDocument document = new PdfDocument(); @@ -539,7 +539,7 @@ N> Encrypt all contents except metadata is only supported in AES algorithms wit {% tabs %} -{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfEncryptionKeySize.html" %} +{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/PDF-Examples/master/Security/Encrypt-all-contents-except-metadata-of-the-PDF/.NET/Encrypt-all-contents-except-metadata-of-the-PDF/Program.cs" %} //Create a new PDF document. PdfDocument document = new PdfDocument(); From 803420bec7479c873986f2883ba30fc2cbab7907 Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Mon, 27 Jan 2025 13:08:14 +0300 Subject: [PATCH 7/8] updated --- .../PDF/PDF-Library/NET/Working-with-Security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md b/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md index aa905a55c..b64b77a40 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md +++ b/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md @@ -218,7 +218,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync ## Working with AES Encryption -You can encrypt PDF document by specifying the [Algorithm](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfSecurity.html#Syncfusion_Pdf_Security_PdfSecurity_Algorithm) property as **AES** through [PdfEncryptionAlgorithm](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfEncryptionAlgorithm.html) Enum and [KeySize](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfSecurity.html#Syncfusion_Pdf_Security_PdfSecurity_KeySize) property as **40bit or 128bit or 256bit** through [PdfEncryptionKeySize](h x ./ttps://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfEncryptionKeySize.html) Enum in [PdfSecurity](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfSecurity.html) class. The following code snippet illustrates how to encrypt the PDF document with the [UserPassword](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfSecurity.html#Syncfusion_Pdf_Security_PdfSecurity_UserPassword). +You can encrypt PDF document by specifying the [Algorithm](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfSecurity.html#Syncfusion_Pdf_Security_PdfSecurity_Algorithm) property as **AES** through [PdfEncryptionAlgorithm](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfEncryptionKeySize.html) Enum and [KeySize](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfSecurity.html#Syncfusion_Pdf_Security_PdfSecurity_KeySize) property as **40bit or 128bit or 256bit** through [PdfEncryptionKeySize](h x ./ttps://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfEncryptionKeySize.html) Enum in [PdfSecurity](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfSecurity.html) class. The following code snippet illustrates how to encrypt the PDF document with the [UserPassword](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfSecurity.html#Syncfusion_Pdf_Security_PdfSecurity_UserPassword). {% tabs %} From 8d67284a10128537ba4b098f245cebc1913b8ab3 Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Fri, 7 Feb 2025 15:03:51 +0300 Subject: [PATCH 8/8] resolved --- .../PDF/PDF-Library/NET/Working-with-Security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md b/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md index b64b77a40..89b09b03d 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md +++ b/Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md @@ -218,7 +218,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync ## Working with AES Encryption -You can encrypt PDF document by specifying the [Algorithm](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfSecurity.html#Syncfusion_Pdf_Security_PdfSecurity_Algorithm) property as **AES** through [PdfEncryptionAlgorithm](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfEncryptionKeySize.html) Enum and [KeySize](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfSecurity.html#Syncfusion_Pdf_Security_PdfSecurity_KeySize) property as **40bit or 128bit or 256bit** through [PdfEncryptionKeySize](h x ./ttps://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfEncryptionKeySize.html) Enum in [PdfSecurity](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfSecurity.html) class. The following code snippet illustrates how to encrypt the PDF document with the [UserPassword](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfSecurity.html#Syncfusion_Pdf_Security_PdfSecurity_UserPassword). +You can encrypt PDF document by specifying the [Algorithm](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfSecurity.html#Syncfusion_Pdf_Security_PdfSecurity_Algorithm) property as **AES** through [PdfEncryptionAlgorithm](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfEncryptionKeySize.html) Enum and [KeySize](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfSecurity.html#Syncfusion_Pdf_Security_PdfSecurity_KeySize) property as **40bit or 128bit or 256bit** through [PdfEncryptionKeySize](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfEncryptionKeySize.html) Enum in [PdfSecurity](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfSecurity.html) class. The following code snippet illustrates how to encrypt the PDF document with the [UserPassword](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfSecurity.html#Syncfusion_Pdf_Security_PdfSecurity_UserPassword). {% tabs %}