From 9f9c9a4160187b5a748c350ba5fd7a97a591c3d8 Mon Sep 17 00:00:00 2001 From: GowthamrajKumar Date: Fri, 19 Jul 2024 00:31:32 +0530 Subject: [PATCH] 883471 Added a playground runner application in UG working with document and image area. --- File-Formats/PDF/Converting-images-to-PDF.md | 2 +- File-Formats/PDF/Working-with-Document.md | 2 +- File-Formats/PDF/Working-with-Images.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/File-Formats/PDF/Converting-images-to-PDF.md b/File-Formats/PDF/Converting-images-to-PDF.md index 90651b346..c66f1495d 100644 --- a/File-Formats/PDF/Converting-images-to-PDF.md +++ b/File-Formats/PDF/Converting-images-to-PDF.md @@ -26,7 +26,7 @@ The following code example shows how to convert image to PDF document. {% tabs %} -{% highlight c# tabtitle="C# [Cross-platform]" %} +{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/PDF-Examples/master/Images/Insert-image-in-a-new-PDF-document/.NET/Insert-image-in-a-new-PDF-document/Program.cs,180" %} //Create a new PDF document PdfDocument doc = new PdfDocument(); diff --git a/File-Formats/PDF/Working-with-Document.md b/File-Formats/PDF/Working-with-Document.md index 1e372a237..558d43c87 100644 --- a/File-Formats/PDF/Working-with-Document.md +++ b/File-Formats/PDF/Working-with-Document.md @@ -15,7 +15,7 @@ You can choose the standard or custom page size when you add a page to the PDF d {% tabs %} -{% highlight c# tabtitle="C# [Cross-platform]" %} +{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/PDF-Examples/master/PDF%20Document/Create-a-PDF-document-with-standard-page-size/.NET/Create-a-PDF-document-with-standard-page-size/Program.cs,180" %} //Create a new PDF document. PdfDocument document = new PdfDocument(); diff --git a/File-Formats/PDF/Working-with-Images.md b/File-Formats/PDF/Working-with-Images.md index eb8832eae..41e9e403c 100644 --- a/File-Formats/PDF/Working-with-Images.md +++ b/File-Formats/PDF/Working-with-Images.md @@ -30,7 +30,7 @@ The following code snippet shows how to add a file from disk to the PDF document {% tabs %} -{% highlight c# tabtitle="C# [Cross-platform]" %} +{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/PDF-Examples/master/Images/Insert-image-in-a-new-PDF-document/.NET/Insert-image-in-a-new-PDF-document/Program.cs,180" %} //Create a new PDF document PdfDocument doc = new PdfDocument();