Skip to content

Commit 145a0ac

Browse files
Merge pull request #1724 from syncfusion-content/262143-ug
262143-ug: Added co-ordinate system information in UG documentation
2 parents 70e7ff7 + a7e3516 commit 145a0ac

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Document-Processing/PDF/PDF-Library/NET/PdfGrid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4831,7 +4831,7 @@ The following code sample demonstrates how to prevent row breaks across pages in
48314831

48324832
{% tabs %}
48334833

4834-
{% highlight c# tabtitle="C# [Cross-platform]" %}
4834+
{% 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" %}
48354835

48364836
using Syncfusion.Pdf.Grid;
48374837
using Syncfusion.Pdf;
@@ -4964,7 +4964,7 @@ The following code sample demonstrates how to change the page margins beginning
49644964

49654965
{% tabs %}
49664966

4967-
{% highlight c# tabtitle="C# [Cross-platform]" %}
4967+
{% 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" %}
49684968

49694969
using Syncfusion.Pdf.Grid;
49704970
using Syncfusion.Pdf;

Document-Processing/PDF/PDF-Library/NET/Working-with-Images.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -857,11 +857,11 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
857857

858858
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.
859859

860-
The code snippet to illustrate the same is given below.
860+
The code example to illustrate the same is given below.
861861

862862
{% tabs %}
863863

864-
{% highlight c# tabtitle="C# [Cross-platform]" %}
864+
{% 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" %}
865865

866866
using Syncfusion.Drawing;
867867
using Syncfusion.Pdf;
@@ -1005,7 +1005,7 @@ End Module
10051005

10061006
{% endtabs %}
10071007

1008-
You can download a complete working sample from GitHub.
1008+
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Images/Unit-conversion-in-image-position/.NET).
10091009

10101010
## Converting multi page TIFF to PDF
10111011

Document-Processing/PDF/PDF-Library/NET/Working-with-Text.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2653,7 +2653,7 @@ The following code example demonstrates how to access the remainder text when th
26532653

26542654
{% tabs %}
26552655

2656-
{% highlight c# tabtitle="C# [Cross-platform]" %}
2656+
{% 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" %}
26572657

26582658
using Syncfusion.Pdf;
26592659
using Syncfusion.Pdf.Graphics;
@@ -2792,7 +2792,7 @@ document.Close(True)
27922792

27932793
{% endtabs %}
27942794

2795-
A complete working sample is available for download on GitHub.
2795+
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).
27962796

27972797
## Customizing TrueType fonts in a PDF document
27982798

Document-Processing/PDF/PDF-Library/NET/Working-with-forms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3190,7 +3190,7 @@ The following code snippet demonstrates how to retrieving an existing widget ann
31903190

31913191
{% tabs %}
31923192

3193-
{% highlight c# tabtitle="C# [Cross-platform]" %}
3193+
{% 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" %}
31943194

31953195
using Syncfusion.Pdf;
31963196
using Syncfusion.Pdf.Interactive;
@@ -4354,7 +4354,7 @@ You can set the export value of the check box field in PDF forms using [PdfCheck
43544354

43554355
{% tabs %}
43564356

4357-
{% highlight c# tabtitle="C# [Cross-platform]" %}
4357+
{% 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" %}
43584358

43594359
using Syncfusion.Pdf;
43604360
using Syncfusion.Pdf.Interactive;

0 commit comments

Comments
 (0)