Skip to content
Open
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
2 changes: 1 addition & 1 deletion File-Formats/PDF/Converting-images-to-PDF.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion File-Formats/PDF/Working-with-Document.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion File-Formats/PDF/Working-with-Images.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down