Skip to content

Commit f66f3fd

Browse files
committed
1019065-1: Resolved the CI failures.
1 parent 9c749b1 commit f66f3fd

10 files changed

Lines changed: 12 additions & 12 deletions

Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-ASP-NET-Core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ PdfLoadedForm form = loadedDocument.Form;
294294
(form.Fields[0] as PdfLoadedTextBoxField).Text = "John";
295295
//Fills the textbox fields by using field name.
296296
(form.Fields["LastName"] as PdfLoadedTextBoxField).Text = "Doe";
297-
(form.Fields["Address"] as PdfLoadedTextBoxField).Text = " John Doe \n 123 Main St \n Anytown, USA";
297+
(form.Fields["Address"] as PdfLoadedTextBoxField).Text = " John Doe \n 123 Main St \n Any town, USA";
298298
//Loads the radio button group.
299299
PdfLoadedRadioButtonItemCollection radioButtonCollection = (form.Fields["Gender"] as PdfLoadedRadioButtonListField).Items;
300300
//Checks the 'Male' option.

Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-Mac-OS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords: mac os save pdf, mac os load pdf, c# save pdf, c# load pdf
99

1010
# Create PDF document on Mac OS
1111

12-
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**.
12+
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**.
1313

1414
## Steps to Create PDF document programmatically in .NET Core application on MacOS
1515

Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-UWP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ To include the Syncfusion<sup>&reg;</sup> UWP PDF library into your UWP applicat
1515
## Steps to create PDF document in UWP
1616

1717
Step 1: Create a new UWP application project.
18-
![UWP sample creation](UWP_images/UWP_sample_creation.jpg)
18+
![UWP sample creation](GettingStarted_images/UWP_sample_creation.png)
1919

2020
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/).
21-
![PDF UWP Nuget package](UWP_images/NuGet-pakcage.jpeg)
21+
![PDF UWP Nuget package](GettingStarted_images/NuGet-package-UWP.png)
2222

2323
N> Starting with v16.2.0.x, if you reference Syncfusion<sup>&reg;</sup> 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<sup>&reg;</sup> license key in your application to use our components.
2424

@@ -373,7 +373,7 @@ PdfLoadedForm form = loadedDocument.Form;
373373
(form.Fields[0] as PdfLoadedTextBoxField).Text = "John";
374374
//Fills the textbox fields by using field name.
375375
(form.Fields["LastName"] as PdfLoadedTextBoxField).Text = "Doe";
376-
(form.Fields["Address"] as PdfLoadedTextBoxField).Text = " John Doe \n 123 Main St \n Anytown, USA";
376+
(form.Fields["Address"] as PdfLoadedTextBoxField).Text = " John Doe \n 123 Main St \n Any town, USA";
377377
//Loads the radio button group.
378378
PdfLoadedRadioButtonItemCollection radioButtonCollection = (form.Fields["Gender"] as PdfLoadedRadioButtonListField).Items;
379379
//Checks the 'Male' option.

Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-WPF.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ PdfLoadedForm form = loadedDocument.Form;
321321
(form.Fields[0] as PdfLoadedTextBoxField).Text = "John";
322322
//Fills the textbox fields by using field name
323323
(form.Fields["LastName"] as PdfLoadedTextBoxField).Text = "Doe";
324-
(form.Fields["Address"] as PdfLoadedTextBoxField).Text = " John Doe \n 123 Main St \n Anytown, USA";
324+
(form.Fields["Address"] as PdfLoadedTextBoxField).Text = " John Doe \n 123 Main St \n Any town, USA";
325325
//Loads the radio button group
326326
PdfLoadedRadioButtonItemCollection radioButtonCollection = (form.Fields["Gender"] as PdfLoadedRadioButtonListField).Items;
327327
//Checks the 'Male' option

Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-Windows-Forms.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ To include the .NET PDF library into your Windows Forms application, please refe
1515
## Steps to create PDF document in Window Forms
1616

1717
Step 1: Create a new Windows Forms application project.
18-
![Windows Forms sample creation](WF_images/WF-sample-creation.png)
18+
![Windows Forms sample creation](GettingStarted_images/WF-sample-creation.png)
1919

2020
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/).
21-
![Windows Forms PDF NuGet package](WF_images/WF-NuGet-package.png)
21+
![Windows Forms PDF NuGet package](GettingStarted_images/WF-NuGet-package.png)
2222

2323
N> Starting with v16.2.0.x, if you reference Syncfusion<sup>&reg;</sup> 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<sup>&reg;</sup> license key in your application to use our components.
2424

@@ -321,7 +321,7 @@ PdfLoadedForm form = loadedDocument.Form;
321321
(form.Fields[0] as PdfLoadedTextBoxField).Text = "John";
322322
//Fills the textbox fields by using field name.
323323
(form.Fields["LastName"] as PdfLoadedTextBoxField).Text = "Doe";
324-
(form.Fields["Address"] as PdfLoadedTextBoxField).Text = " John Doe \n 123 Main St \n Anytown, USA";
324+
(form.Fields["Address"] as PdfLoadedTextBoxField).Text = " John Doe \n 123 Main St \n Any town, USA";
325325
//Loads the radio button group.
326326
PdfLoadedRadioButtonItemCollection radioButtonCollection = (form.Fields["Gender"] as PdfLoadedRadioButtonListField).Items;
327327
//Checks the 'Male' option.

Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-Xamarin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ android:resource="@xml/provider_paths" />
166166

167167
### Please include the changes if you deploy the application in Android 11:
168168

169-
* Enabled the androidLegacyExtranalStorage in the AndroidManifest.xml file.
169+
* Enabled the androidLegacyExternalStorage in the AndroidManifest.xml file.
170170

171171
{% highlight c# tabtitle="C#" %}
172172

@@ -438,7 +438,7 @@ PdfLoadedForm form = loadedDocument.Form;
438438
(form.Fields[0] as PdfLoadedTextBoxField).Text = "John";
439439
//Fills the textbox fields by using field name.
440440
(form.Fields["LastName"] as PdfLoadedTextBoxField).Text = "Doe";
441-
(form.Fields["Address"] as PdfLoadedTextBoxField).Text = " John Doe \n 123 Main St \n Anytown, USA";
441+
(form.Fields["Address"] as PdfLoadedTextBoxField).Text = " John Doe \n 123 Main St \n Any town, USA";
442442
//Loads the radio button group.
443443
PdfLoadedRadioButtonItemCollection radioButtonCollection = (form.Fields["Gender"] as PdfLoadedRadioButtonListField).Items;
444444
//Checks the 'Male' option.
@@ -472,7 +472,7 @@ You can merge the PDF document streams by using the following code example.
472472

473473
//Creates a PDF document.
474474
PdfDocument finalDoc = new PdfDocument();
475-
//Loads the Pdf as a stream.
475+
//Loads the PDF as a stream.
476476
Stream stream1 = typeof(App).GetTypeInfo().Assembly.GetManifestResourceStream("Sample.Assets.file1.pdf");
477477
Stream stream2 = typeof(App).GetTypeInfo().Assembly.GetManifestResourceStream("Sample.Assets.file2.pdf");
478478
// Creates a PDF stream for merging.
66 KB
Loading
57.5 KB
Loading
68.1 KB
Loading
60.2 KB
Loading

0 commit comments

Comments
 (0)