diff --git a/Document-Processing/PDF/PDF-Library/NET/PdfGrid.md b/Document-Processing/PDF/PDF-Library/NET/PdfGrid.md index 30ce59073..c4b9fc33d 100644 --- a/Document-Processing/PDF/PDF-Library/NET/PdfGrid.md +++ b/Document-Processing/PDF/PDF-Library/NET/PdfGrid.md @@ -4831,7 +4831,7 @@ The following code sample demonstrates how to prevent row breaks across pages in {% tabs %} -{% highlight c# tabtitle="C# [Cross-platform]" %} +{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/PDF-Examples/master/Table/PdfGrid/Prevent-row-breaks-across-pages/.NET/Prevent-row-breaks-across-pages/Program.cs" %} using Syncfusion.Pdf.Grid; using Syncfusion.Pdf; @@ -4964,7 +4964,7 @@ The following code sample demonstrates how to change the page margins beginning {% tabs %} -{% highlight c# tabtitle="C# [Cross-platform]" %} +{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/PDF-Examples/master/Table/PdfGrid/Changing-Margins-from-the-Second-Page-onwards/.NET/Changing-Margins-from-the-Second-Page-onwards/Program.cs" %} using Syncfusion.Pdf.Grid; using Syncfusion.Pdf; diff --git a/Document-Processing/PDF/PDF-Library/NET/Working-with-Images.md b/Document-Processing/PDF/PDF-Library/NET/Working-with-Images.md index 4d004d4f8..7f7980ca6 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Working-with-Images.md +++ b/Document-Processing/PDF/PDF-Library/NET/Working-with-Images.md @@ -857,11 +857,11 @@ You can download a complete working sample from [GitHub](https://github.com/Sync The [PdfUnitConverter](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Graphics.PdfUnitConvertor.html) class provides precise measurement conversion capabilities for PDF layouts. When positioning images in a PDF document, the converter translates pixel dimensions to PDF points, enabling millimeter-perfect placement and sizing. This ensures images maintain their aspect ratio while rendering at exact locations and filling designated spaces like rectangles. -The code snippet to illustrate the same is given below. +The code example to illustrate the same is given below. {% tabs %} -{% highlight c# tabtitle="C# [Cross-platform]" %} +{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/PDF-Examples/master/Images/Unit-conversion-in-image-position/.NET/Unit-conversion-in-image-position/Program.cs" %} using Syncfusion.Drawing; using Syncfusion.Pdf; @@ -1005,7 +1005,7 @@ End Module {% endtabs %} -You can download a complete working sample from GitHub. +You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Images/Unit-conversion-in-image-position/.NET). ## Converting multi page TIFF to PDF diff --git a/Document-Processing/PDF/PDF-Library/NET/Working-with-Text.md b/Document-Processing/PDF/PDF-Library/NET/Working-with-Text.md index bbc38ad9b..465734153 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Working-with-Text.md +++ b/Document-Processing/PDF/PDF-Library/NET/Working-with-Text.md @@ -2653,7 +2653,7 @@ The following code example demonstrates how to access the remainder text when th {% tabs %} -{% highlight c# tabtitle="C# [Cross-platform]" %} +{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/PDF-Examples/master/Text/Detecting-text-clipping-in-PDF-layouts/.NET/Detecting-text-clipping-in-PDF-layouts/Program.cs" %} using Syncfusion.Pdf; using Syncfusion.Pdf.Graphics; @@ -2792,7 +2792,7 @@ document.Close(True) {% endtabs %} -A complete working sample is available for download on GitHub. +A complete working sample is available for download on [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Text/Detecting-text-clipping-in-PDF-layouts/.NET). ## Customizing TrueType fonts in a PDF document diff --git a/Document-Processing/PDF/PDF-Library/NET/Working-with-forms.md b/Document-Processing/PDF/PDF-Library/NET/Working-with-forms.md index 8f6961431..fd0bfa624 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Working-with-forms.md +++ b/Document-Processing/PDF/PDF-Library/NET/Working-with-forms.md @@ -3190,7 +3190,7 @@ The following code snippet demonstrates how to retrieving an existing widget ann {% tabs %} -{% highlight c# tabtitle="C# [Cross-platform]" %} +{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/PDF-Examples/master/Forms/Get-widget-annotation-in-PDF/.NET/Get-widget-annotation-in-PDF/Program.cs" %} using Syncfusion.Pdf; using Syncfusion.Pdf.Interactive; @@ -4354,7 +4354,7 @@ You can set the export value of the check box field in PDF forms using [PdfCheck {% tabs %} -{% highlight c# tabtitle="C# [Cross-platform]" %} +{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/PDF-Examples/master/Forms/Export_checkbox_values/.NET/Export_checkbox_values/Program.cs" %} using Syncfusion.Pdf; using Syncfusion.Pdf.Interactive;