Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Document-Processing/PDF/PDF-Library/NET/PdfGrid.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions Document-Processing/PDF/PDF-Library/NET/Working-with-Text.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions Document-Processing/PDF/PDF-Library/NET/Working-with-forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down