Skip to content

Commit d67dbed

Browse files
committed
261980-1: Resolved UG failures.
1 parent 2b0daac commit d67dbed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ This example demonstrates how to draw an image in a PDF document and apply a cli
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)