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();