diff --git a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-AKS-Environment.md b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-AKS-Environment.md index 441d881795..ccacf4fd48 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-AKS-Environment.md +++ b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-AKS-Environment.md @@ -296,4 +296,4 @@ You can download a complete working sample from [GitHub](https://github.com/Sync Click [here](https://www.syncfusion.com/document-processing/pdf-framework/net-core) to explore the rich set of Syncfusion® PDF library features. -An online sample link to [create PDF document](https://ej2.syncfusion.com/aspnetcore/PDF/HelloWorld#/material3) in ASP.NET Core. \ No newline at end of file +An online sample link to [create PDF document](https://document.syncfusion.com/demos/pdf/default#/tailwind) in ASP.NET Core. \ No newline at end of file diff --git a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-App-Service-Linux.md b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-App-Service-Linux.md index c59e34fbb2..a6284e3914 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-App-Service-Linux.md +++ b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-App-Service-Linux.md @@ -181,4 +181,4 @@ You can download a complete working sample from [GitHub](https://github.com/Sync Click [here](https://www.syncfusion.com/document-processing/pdf-framework/net-core) to explore the rich set of Syncfusion® PDF library features. -An online sample link to [create PDF document](https://ej2.syncfusion.com/aspnetcore/PDF/HelloWorld#/material3) in ASP.NET Core. \ No newline at end of file +An online sample link to [create PDF document](https://document.syncfusion.com/demos/pdf/default#/tailwind) in ASP.NET Core. \ No newline at end of file diff --git a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-App-Service-Windows.md b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-App-Service-Windows.md index b3506d9cf8..6ac5c82975 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-App-Service-Windows.md +++ b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-App-Service-Windows.md @@ -178,4 +178,4 @@ You can download a complete working sample from [GitHub](https://github.com/Sync Click [here](https://www.syncfusion.com/document-processing/pdf-framework/net-core) to explore the rich set of Syncfusion® PDF library features. -An online sample link to [create PDF document](https://ej2.syncfusion.com/aspnetcore/PDF/HelloWorld#/material3) in ASP.NET Core. \ No newline at end of file +An online sample link to [create PDF document](https://document.syncfusion.com/demos/pdf/default#/tailwind) in ASP.NET Core. \ No newline at end of file diff --git a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-Functions-v1.md b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-Functions-v1.md index 3e3377c171..b694f5723b 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-Functions-v1.md +++ b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-Functions-v1.md @@ -134,4 +134,4 @@ You can download a complete working sample from [GitHub](https://github.com/Sync Click [here](https://www.syncfusion.com/document-processing/pdf-framework/net-core) to explore the rich set of Syncfusion® PDF library features. -An online sample link to [create a PDF document](https://ej2.syncfusion.com/aspnetcore/PDF/HelloWorld#/material3) in ASP.NET Core. +An online sample link to [create a PDF document](https://document.syncfusion.com/demos/pdf/default#/tailwind) in ASP.NET Core. diff --git a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-Functions-v4.md b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-Functions-v4.md index 858c063ef0..ec90a9a0ba 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-Functions-v4.md +++ b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-document-in-Azure-Functions-v4.md @@ -140,4 +140,4 @@ You can download a complete working sample from [GitHub](https://github.com/Sync Click [here](https://www.syncfusion.com/document-processing/pdf-framework/net-core) to explore the rich set of Syncfusion® PDF library features. -An online sample link to [create a PDF document](https://ej2.syncfusion.com/aspnetcore/PDF/HelloWorld#/material3) in ASP.NET Core. \ No newline at end of file +An online sample link to [create a PDF document](https://document.syncfusion.com/demos/pdf/default#/tailwind) in ASP.NET Core. \ No newline at end of file diff --git a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-ASP-NET-Core.md b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-ASP-NET-Core.md index 3661e67048..5c9759f729 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-ASP-NET-Core.md +++ b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-ASP-NET-Core.md @@ -294,7 +294,7 @@ PdfLoadedForm form = loadedDocument.Form; (form.Fields[0] as PdfLoadedTextBoxField).Text = "John"; //Fills the textbox fields by using field name. (form.Fields["LastName"] as PdfLoadedTextBoxField).Text = "Doe"; -(form.Fields["Address"] as PdfLoadedTextBoxField).Text = " John Doe \n 123 Main St \n Anytown, USA"; +(form.Fields["Address"] as PdfLoadedTextBoxField).Text = " John Doe \n 123 Main St \n Any town, USA"; //Loads the radio button group. PdfLoadedRadioButtonItemCollection radioButtonCollection = (form.Fields["Gender"] as PdfLoadedRadioButtonListField).Items; //Checks the 'Male' option. @@ -360,4 +360,4 @@ You can download a complete working sample from [GitHub](https://github.com/Sync Click [here](https://www.syncfusion.com/document-processing/pdf-framework/net-core) to explore the rich set of Syncfusion® PDF library features. -An online sample link to [create PDF document](https://ej2.syncfusion.com/aspnetcore/PDF/HelloWorld#/material3) in ASP.NET Core. \ No newline at end of file +An online sample link to [create PDF document](https://document.syncfusion.com/demos/pdf/default#/tailwind) in ASP.NET Core. \ No newline at end of file diff --git a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-ASP-NET-MVC.md b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-ASP-NET-MVC.md index 3fbf33a3e8..4618f5c5c5 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-ASP-NET-MVC.md +++ b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-ASP-NET-MVC.md @@ -371,4 +371,4 @@ finalDoc.Close(true); Click [here](https://www.syncfusion.com/document-processing/pdf-framework/net) to explore the rich set of Syncfusion® PDF library features. -An online sample link to [create PDF document](https://ej2.syncfusion.com/aspnetmvc/PDF/HelloWorld#/material3) in ASP.NET MVC. +An online sample link to [create PDF document](https://document.syncfusion.com/demos/pdf/default#/tailwind) in ASP.NET MVC. diff --git a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-ASP-NET-Web-Forms.md b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-ASP-NET-Web-Forms.md index 002a2f6153..67b731f55e 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-ASP-NET-Web-Forms.md +++ b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-ASP-NET-Web-Forms.md @@ -359,4 +359,4 @@ You can download a complete working sample from [GitHub](https://github.com/Sync Click [here](https://www.syncfusion.com/document-processing/pdf-framework/net) to explore the rich set of Syncfusion® PDF library features. -An online sample link to [create PDF document](https://ej2.syncfusion.com/aspnetcore/PDF/HelloWorld#/material3) in ASP.NET Core. \ No newline at end of file +An online sample link to [create PDF document](https://document.syncfusion.com/demos/pdf/default#/tailwind) in ASP.NET Core. \ No newline at end of file diff --git a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-AWS-Elastic-Beanstalk.md b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-AWS-Elastic-Beanstalk.md index dfcdabdfb9..ba8b930181 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-AWS-Elastic-Beanstalk.md +++ b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-AWS-Elastic-Beanstalk.md @@ -133,4 +133,4 @@ Users can download the [AWS Elastic Beanstalk](https://github.com/SyncfusionExam Click [here](https://www.syncfusion.com/document-processing/pdf-framework/net-core?_gl=1*7czwz1*_ga*OTcwNzc5NDkuMTY4MTEwMjEwNA..*_ga_WC4JKKPHH0*MTY4OTg0NTE0Ni4zMzguMC4xNjg5ODQ1MTQ2LjYwLjAuMA..) to explore the rich set of Syncfusion® PDF library features. -An online sample link to [create a PDF document](https://ej2.syncfusion.com/aspnetcore/PDF/HelloWorld#/bootstrap5) in ASP.NET Core \ No newline at end of file +An online sample link to [create a PDF document](https://document.syncfusion.com/demos/pdf/default#/tailwind) in ASP.NET Core \ No newline at end of file diff --git a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-AWS-Lambda.md b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-AWS-Lambda.md index 3e88a49185..d76121c07d 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-AWS-Lambda.md +++ b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-AWS-Lambda.md @@ -181,4 +181,4 @@ Users can download the [console application](https://github.com/SyncfusionExampl Click [here](https://www.syncfusion.com/document-processing/pdf-framework/net-core?_gl=1*7czwz1*_ga*OTcwNzc5NDkuMTY4MTEwMjEwNA..*_ga_WC4JKKPHH0*MTY4OTg0NTE0Ni4zMzguMC4xNjg5ODQ1MTQ2LjYwLjAuMA..) to explore the rich set of Syncfusion® PDF library features. -An online sample link to [create a PDF document](https://ej2.syncfusion.com/aspnetcore/PDF/HelloWorld#/bootstrap5) in ASP.NET Core \ No newline at end of file +An online sample link to [create a PDF document](https://document.syncfusion.com/demos/pdf/default#/tailwind) in ASP.NET Core \ No newline at end of file diff --git a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-Console.md b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-Console.md index 216d5fb61b..732338bfc8 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-Console.md +++ b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-Console.md @@ -101,4 +101,4 @@ By executing the program, you will get the PDF document as follows. Click [here](https://www.syncfusion.com/document-processing/pdf-framework/net) to explore the rich set of Syncfusion® PDF library features. -An online sample link to [create PDF document](https://ej2.syncfusion.com/aspnetcore/PDF/HelloWorld#/material3) in ASP.NET Core. +An online sample link to [create PDF document](https://document.syncfusion.com/demos/pdf/default#/tailwind) in ASP.NET Core. diff --git a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-MaUI.md b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-MaUI.md index 227b8c6992..c58125f056 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-MaUI.md +++ b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-MaUI.md @@ -120,4 +120,4 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/ Click [here](https://www.syncfusion.com/document-processing/pdf-framework/maui) to explore the rich set of Syncfusion® PDF library features. -An online sample link to [create PDF document](https://ej2.syncfusion.com/aspnetcore/PDF/HelloWorld#/bootstrap5) in ASP.NET Core. \ No newline at end of file +An online sample link to [create PDF document](https://document.syncfusion.com/demos/pdf/default#/tailwind) in ASP.NET Core. \ No newline at end of file diff --git a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-Mac-OS.md b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-Mac-OS.md index 88315063b3..753c7fbc02 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-Mac-OS.md +++ b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-Mac-OS.md @@ -9,7 +9,7 @@ keywords: mac os save pdf, mac os load pdf, c# save pdf, c# load pdf # Create PDF document on Mac OS -The [Syncfusion .NET Core PDF library](https://www.syncfusion.com/document-processing/pdf-framework/net-core) is used to create, read, and edit PDF documents programatically without the dependency on Adobe Acrobat. Using this library, you can **Create PDF document on Mac OS**. +The [Syncfusion .NET Core PDF library](https://www.syncfusion.com/document-processing/pdf-framework/net-core) is used to create, read, and edit PDF documents programmatically without the dependency on Adobe Acrobat. Using this library, you can **Create PDF document on Mac OS**. ## Steps to Create PDF document programmatically in .NET Core application on MacOS @@ -30,4 +30,4 @@ By executing the program, you will get the **PDF document** as follows. Click [here](https://www.syncfusion.com/document-processing/pdf-framework/net-core) to explore the rich set of Syncfusion® PDF library features. -An online sample link to [create PDF document](https://ej2.syncfusion.com/aspnetcore/PDF/HelloWorld#/material3) in ASP.NET Core. \ No newline at end of file +An online sample link to [create PDF document](https://document.syncfusion.com/demos/pdf/default#/tailwind) in ASP.NET Core. \ No newline at end of file diff --git a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-UWP.md b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-UWP.md index f04275df96..80e3ad319f 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-UWP.md +++ b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-UWP.md @@ -15,10 +15,10 @@ To include the Syncfusion® UWP PDF library into your UWP applicat ## Steps to create PDF document in UWP Step 1: Create a new UWP application project. -![UWP sample creation](UWP_images/UWP_sample_creation.jpg) +![UWP sample creation](GettingStarted_images/UWP_sample_creation.png) Step 2: Install the [Syncfusion.Pdf.UWP](https://www.nuget.org/packages/Syncfusion.Pdf.UWP/) NuGet package as reference to your UWP applications from [NuGet.org](https://www.nuget.org/). -![PDF UWP Nuget package](UWP_images/NuGet-pakcage.jpeg) +![PDF UWP Nuget package](GettingStarted_images/NuGet-package-UWP.png) N> Starting with v16.2.0.x, if you reference Syncfusion® assemblies from trial setup or from the NuGet feed, you also have to add "Syncfusion.Licensing" assembly reference and include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion® license key in your application to use our components. @@ -373,7 +373,7 @@ PdfLoadedForm form = loadedDocument.Form; (form.Fields[0] as PdfLoadedTextBoxField).Text = "John"; //Fills the textbox fields by using field name. (form.Fields["LastName"] as PdfLoadedTextBoxField).Text = "Doe"; -(form.Fields["Address"] as PdfLoadedTextBoxField).Text = " John Doe \n 123 Main St \n Anytown, USA"; +(form.Fields["Address"] as PdfLoadedTextBoxField).Text = " John Doe \n 123 Main St \n Any town, USA"; //Loads the radio button group. PdfLoadedRadioButtonItemCollection radioButtonCollection = (form.Fields["Gender"] as PdfLoadedRadioButtonListField).Items; //Checks the 'Male' option. @@ -399,4 +399,4 @@ The filled form is shown in adobe reader application as follows. Click [here](https://www.syncfusion.com/document-processing/pdf-framework/uwp) to explore the rich set of Syncfusion® PDF library features. -An online sample link to [create PDF document](https://ej2.syncfusion.com/aspnetcore/PDF/HelloWorld#/material3) in ASP.NET Core. \ No newline at end of file +An online sample link to [create PDF document](https://document.syncfusion.com/demos/pdf/default#/tailwind) in ASP.NET Core. \ No newline at end of file diff --git a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-WPF.md b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-WPF.md index 3b41c1eccb..ac82bc5ad6 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-WPF.md +++ b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-WPF.md @@ -321,7 +321,7 @@ PdfLoadedForm form = loadedDocument.Form; (form.Fields[0] as PdfLoadedTextBoxField).Text = "John"; //Fills the textbox fields by using field name (form.Fields["LastName"] as PdfLoadedTextBoxField).Text = "Doe"; -(form.Fields["Address"] as PdfLoadedTextBoxField).Text = " John Doe \n 123 Main St \n Anytown, USA"; +(form.Fields["Address"] as PdfLoadedTextBoxField).Text = " John Doe \n 123 Main St \n Any town, USA"; //Loads the radio button group PdfLoadedRadioButtonItemCollection radioButtonCollection = (form.Fields["Gender"] as PdfLoadedRadioButtonListField).Items; //Checks the 'Male' option @@ -387,6 +387,4 @@ You can download a complete working sample from [GitHub](https://github.com/Sync Click [here](https://www.syncfusion.com/document-processing/pdf-framework/net) to explore the rich set of Syncfusion® PDF library features. -An online sample link to [create PDF document](https://ej2.syncfusion.com/aspnetcore/PDF/HelloWorld#/material3) in ASP.NET Core. - - +An online sample link to [create PDF document](https://document.syncfusion.com/demos/pdf/default#/tailwind) in ASP.NET Core. \ No newline at end of file diff --git a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-WinUI.md b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-WinUI.md index 096da0a467..afe02973bd 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-WinUI.md +++ b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-WinUI.md @@ -242,4 +242,4 @@ By executing the program, you will get the PDF document as follows. Click [here](https://www.syncfusion.com/document-processing/pdf-framework/winui) to explore the rich set of Syncfusion® PDF library features. -An online sample link to [create PDF document](https://ej2.syncfusion.com/aspnetcore/PDF/HelloWorld#/material3) in ASP.NET Core. \ No newline at end of file +An online sample link to [create PDF document](https://document.syncfusion.com/demos/pdf/default#/tailwind) in ASP.NET Core. \ No newline at end of file diff --git a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-Windows-Forms.md b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-Windows-Forms.md index 96fc01c78e..683bbc73b4 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-Windows-Forms.md +++ b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-Windows-Forms.md @@ -15,10 +15,10 @@ To include the .NET PDF library into your Windows Forms application, please refe ## Steps to create PDF document in Window Forms Step 1: Create a new Windows Forms application project. -![Windows Forms sample creation](WF_images/WF-sample-creation.png) +![Windows Forms sample creation](GettingStarted_images/WF-sample-creation.png) Step 2: Install the [Syncfusion.Pdf.WinForms](https://www.nuget.org/packages/Syncfusion.Pdf.WinForms/) NuGet package as a reference to your .NET Framework applications from [NuGet.org](https://www.nuget.org/). -![Windows Forms PDF NuGet package](WF_images/WF-NuGet-package.png) +![Windows Forms PDF NuGet package](GettingStarted_images/WF-NuGet-package.png) N> Starting with v16.2.0.x, if you reference Syncfusion® assemblies from trial setup or from the NuGet feed, you also have to add "Syncfusion.Licensing" assembly reference and include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion® license key in your application to use our components. @@ -321,7 +321,7 @@ PdfLoadedForm form = loadedDocument.Form; (form.Fields[0] as PdfLoadedTextBoxField).Text = "John"; //Fills the textbox fields by using field name. (form.Fields["LastName"] as PdfLoadedTextBoxField).Text = "Doe"; -(form.Fields["Address"] as PdfLoadedTextBoxField).Text = " John Doe \n 123 Main St \n Anytown, USA"; +(form.Fields["Address"] as PdfLoadedTextBoxField).Text = " John Doe \n 123 Main St \n Any town, USA"; //Loads the radio button group. PdfLoadedRadioButtonItemCollection radioButtonCollection = (form.Fields["Gender"] as PdfLoadedRadioButtonListField).Items; //Checks the 'Male' option. @@ -387,6 +387,4 @@ You can download a complete working sample from [GitHub](https://github.com/Sync Click [here](https://www.syncfusion.com/document-processing/pdf-framework/net) to explore the rich set of Syncfusion® PDF library features. -An online sample link to [create PDF document](https://ej2.syncfusion.com/aspnetcore/PDF/HelloWorld#/material3) in ASP.NET Core. - - +An online sample link to [create PDF document](https://document.syncfusion.com/demos/pdf/default#/tailwind) in ASP.NET Core. \ No newline at end of file diff --git a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-Xamarin.md b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-Xamarin.md index 8b25677b15..7636d1bc71 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-Xamarin.md +++ b/Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-Xamarin.md @@ -166,7 +166,7 @@ android:resource="@xml/provider_paths" /> ### Please include the changes if you deploy the application in Android 11: -* Enabled the androidLegacyExtranalStorage in the AndroidManifest.xml file. +* Enabled the androidLegacyExternalStorage in the AndroidManifest.xml file. {% highlight c# tabtitle="C#" %} @@ -438,7 +438,7 @@ PdfLoadedForm form = loadedDocument.Form; (form.Fields[0] as PdfLoadedTextBoxField).Text = "John"; //Fills the textbox fields by using field name. (form.Fields["LastName"] as PdfLoadedTextBoxField).Text = "Doe"; -(form.Fields["Address"] as PdfLoadedTextBoxField).Text = " John Doe \n 123 Main St \n Anytown, USA"; +(form.Fields["Address"] as PdfLoadedTextBoxField).Text = " John Doe \n 123 Main St \n Any town, USA"; //Loads the radio button group. PdfLoadedRadioButtonItemCollection radioButtonCollection = (form.Fields["Gender"] as PdfLoadedRadioButtonListField).Items; //Checks the 'Male' option. @@ -472,7 +472,7 @@ You can merge the PDF document streams by using the following code example. //Creates a PDF document. PdfDocument finalDoc = new PdfDocument(); -//Loads the Pdf as a stream. +//Loads the PDF as a stream. Stream stream1 = typeof(App).GetTypeInfo().Assembly.GetManifestResourceStream("Sample.Assets.file1.pdf"); Stream stream2 = typeof(App).GetTypeInfo().Assembly.GetManifestResourceStream("Sample.Assets.file2.pdf"); // Creates a PDF stream for merging. @@ -495,4 +495,4 @@ You can download a complete working sample from [GitHub](https://github.com/Sync Click [here](https://www.syncfusion.com/document-processing/pdf-framework/xamarin) to explore the rich set of Syncfusion® PDF library features. -An online sample link to [create PDF document](https://ej2.syncfusion.com/aspnetcore/PDF/HelloWorld#/material3) in ASP.NET Core. \ No newline at end of file +An online sample link to [create PDF document](https://document.syncfusion.com/demos/pdf/default#/tailwind) in ASP.NET Core. \ No newline at end of file diff --git a/Document-Processing/PDF/PDF-Library/NET/GettingStarted_images/NuGet-package-UWP.png b/Document-Processing/PDF/PDF-Library/NET/GettingStarted_images/NuGet-package-UWP.png new file mode 100644 index 0000000000..6a25109e61 Binary files /dev/null and b/Document-Processing/PDF/PDF-Library/NET/GettingStarted_images/NuGet-package-UWP.png differ diff --git a/Document-Processing/PDF/PDF-Library/NET/GettingStarted_images/UWP_sample_creation.png b/Document-Processing/PDF/PDF-Library/NET/GettingStarted_images/UWP_sample_creation.png new file mode 100644 index 0000000000..2d6c3d6aaf Binary files /dev/null and b/Document-Processing/PDF/PDF-Library/NET/GettingStarted_images/UWP_sample_creation.png differ diff --git a/Document-Processing/PDF/PDF-Library/NET/GettingStarted_images/WF-NuGet-package.png b/Document-Processing/PDF/PDF-Library/NET/GettingStarted_images/WF-NuGet-package.png new file mode 100644 index 0000000000..d666297f46 Binary files /dev/null and b/Document-Processing/PDF/PDF-Library/NET/GettingStarted_images/WF-NuGet-package.png differ diff --git a/Document-Processing/PDF/PDF-Library/NET/GettingStarted_images/wf-sample-creation.png b/Document-Processing/PDF/PDF-Library/NET/GettingStarted_images/wf-sample-creation.png new file mode 100644 index 0000000000..3b17ff27fe Binary files /dev/null and b/Document-Processing/PDF/PDF-Library/NET/GettingStarted_images/wf-sample-creation.png differ diff --git a/Document-Processing/PDF/PDF-Library/NET/Working-with-Document-Conversions.md b/Document-Processing/PDF/PDF-Library/NET/Working-with-Document-Conversions.md index f984b9807e..268a1f1109 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Working-with-Document-Conversions.md +++ b/Document-Processing/PDF/PDF-Library/NET/Working-with-Document-Conversions.md @@ -258,7 +258,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync ## Converting Excel documents to PDF -[ExcelToPdfConverter](https://help.syncfusion.com/cr/document-processing/Syncfusion.ExcelToPDFConverter.Base~Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.html) is responsible for converting an Excel document into PDF. Essential® PDF allows you to convert an entire workbook or a single worksheet into PDF document. Refer to the following links for assemblies/nuget packages required based on platforms to convert Excel document into PDF. +[ExcelToPdfConverter](https://help.syncfusion.com/cr/document-processing/Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.html) is responsible for converting an Excel document into PDF. Essential® PDF allows you to convert an entire workbook or a single worksheet into PDF document. Refer to the following links for assemblies/nuget packages required based on platforms to convert Excel document into PDF. * [Assemblies Information](https://help.syncfusion.com/document-processing/pdf/pdf-library/net/assemblies-required#converting-excel-document-to-pdf) * [NuGet Information](https://help.syncfusion.com/document-processing/pdf/pdf-library/net/nuget-packages-required#converting-excel-document-to-pdf) @@ -524,7 +524,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync ### Excel with Chart to PDF -To preserve the charts during Excel to PDF conversion, you should initialize the [ChartToImageConverter](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IApplication.html#Syncfusion_XlsIO_IApplication_ChartToImageConverter) of [IApplication](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.Base~Syncfusion.XlsIO.IApplication.html) interface, otherwise the charts present in worksheet will get skipped. The following code illustrate how to convert an Excel with chart to PDF document. +To preserve the charts during Excel to PDF conversion, you should initialize the [ChartToImageConverter](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IApplication.html#Syncfusion_XlsIO_IApplication_ChartToImageConverter) of [IApplication](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IApplication.html) interface, otherwise the charts present in worksheet will get skipped. The following code illustrate how to convert an Excel with chart to PDF document. {% tabs %} @@ -698,7 +698,7 @@ For ASP.NET Core and Xamarin applications * using Syncfusion.DocIORenderer * using Syncfusion.Pdf -[DocToPDFConverter](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocToPDFConverter.Base~Syncfusion.DocToPDFConverter.DocToPDFConverter.html) class is responsible for converting a RTF to PDF. The following code snippet illustrates how to convert a RTF to PDF document. +[DocToPDFConverter](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocToPDFConverter.DocToPDFConverter.html) class is responsible for converting a RTF to PDF. The following code snippet illustrates how to convert a RTF to PDF document. {% tabs %}