Skip to content

Commit 5ac67be

Browse files
author
SowmiyaLoganathan
authored
Merge pull request #13 from SyncfusionExamples/840386-image
840386 -Replaced output image for HTML to PDF in blazor
2 parents 5d1a297 + 5565872 commit 5ac67be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
68.9 KB
Loading

Blazor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The Syncfusion HTML to PDF converter is a .NET library used to convert HTML or w
7575

7676
```csharp
7777
@code {
78-
private string currentUrl;
78+
private string currentUrl;
7979
/// <summary>
8080
/// Get the current URL
8181
/// </summary>
@@ -143,4 +143,4 @@ The Syncfusion HTML to PDF converter is a .NET library used to convert HTML or w
143143
By executing the program, you will get the following output in the browser.
144144
<img src="HTML_to_PDF_Blazor/htmlconversion_images/blazor_step4.png" alt="Blazor_step4" width="100%" Height="Auto"/>
145145
Click the Export to PDF button, and you will get the PDF document with the following output.
146-
<img src="HTML_to_PDF_Blazor/htmlconversion_images/htmltopdfoutput.png" alt="HTMLTOPDF" width="100%" Height="Auto"/>
146+
<img src="HTML_to_PDF_Blazor/htmlconversion_images/HtmlBlazorOutput.png" alt="HTMLTOPDF" width="100%" Height="Auto"/>

0 commit comments

Comments
 (0)