Skip to content

Commit faa835e

Browse files
authored
Merge pull request #1707 from syncfusion-content/261980-1
261980: Resolved the UG failures.
2 parents 2b0daac + fd66575 commit faa835e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Document-Processing-toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2612,7 +2612,7 @@
26122612
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-GCP">Google Cloud Platform (GCP)</a>
26132613
<ul>
26142614
<li>
2615-
<a href="/document-processing/pdf/pdf-library/net/Convert-HTML-to-PDF-in-Google-App-Engine">Google App Engine</a>
2615+
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-Google-App-Engine">Google App Engine</a>
26162616
</li>
26172617
</ul>
26182618
</li>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -618,13 +618,13 @@ doc.Close(True)
618618

619619
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Images/Paginate-an-image-in-PDF-document).
620620

621-
## Clipping and Graphics State
621+
## Clipping and graphics state
622622

623623
This example demonstrates how to draw an image in a PDF document and apply a clipping region using the [SetClip](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Graphics.PdfGraphics.html#methods) method. Clipping restricts drawing to a defined area, allowing partial rendering of content. The code also uses [Save](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Graphics.PdfGraphics.html#methods) and [Restore](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Graphics.PdfGraphics.html#methods) methods of [PdfGraphics](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Graphics.PdfGraphics.html) to manage the graphics state, enabling temporary clipping and restoring the full drawing area afterward.
624624

625625
{% tabs %}
626626

627-
{% highlight c# tabtitle="C# [Cross-platform]" %}
627+
{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/PDF-Examples/master/Images/Clipping-and-graphics-state/.NET/Clipping-and-graphics-state/Program.cs" %}
628628

629629
using Syncfusion.Drawing;
630630
using Syncfusion.Pdf;
@@ -746,7 +746,7 @@ End Using
746746

747747
{% endtabs %}
748748

749-
You can download a complete working sample from GitHub.
749+
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Images/Clipping-and-graphics-state/.NET).
750750

751751
## Applying transparency and rotation to the image
752752

0 commit comments

Comments
 (0)