Skip to content

Commit 6aa31da

Browse files
authored
removed unwanted changes
1 parent c000250 commit 6aa31da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Document-Processing/PDF/Conversions/HTML-To-PDF/NET/Convert-HTML-to-PDF-in-Azure-Functions-Linux.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Step 5: Create a shell file with the below commands in the project and name it a
3535

3636
echo "Starting dependencies installation script..."
3737

38-
# Ensure rsync is installed
38+
3939
if ! command -v rsync &> /dev/null; then
4040
echo "rsync could not be found, installing..."
4141
apt-get update && apt-get install -yq rsync
@@ -370,4 +370,5 @@ An online sample link to [convert HTML to PDF document](https://ej2.syncfusion.c
370370

371371
Click [here](https://www.syncfusion.com/document-processing/pdf-framework/net-core/html-to-pdf) to explore the rich set of Syncfusion<sup>&reg;</sup> HTML to PDF converter library features.
372372

373-
An online sample link to [convert HTML to PDF document](https://ej2.syncfusion.com/aspnetcore/PDF/HtmltoPDF#/material3) in ASP.NET Core.
373+
374+
An online sample link to [convert HTML to PDF document](https://ej2.syncfusion.com/aspnetcore/PDF/HtmltoPDF#/material3) in ASP.NET Core.

0 commit comments

Comments
 (0)