Skip to content

Commit 163a3bb

Browse files
Merge pull request #1796 from syncfusion-content/993133-dev
993133-dev: Resolved the conflict Development from Master.
2 parents c8af150 + 297a618 commit 163a3bb

38 files changed

+11365
-6859
lines changed

Document-Processing/PDF/Conversions/HTML-To-PDF/NET/Convert-HTML-to-PDF-in-Azure-Function-App-Container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public IActionResult Run([HttpTrigger(AuthorizationLevel.Anonymous, "get", "post
6464
ms = new MemoryStream();
6565
// Save and close the PDF document
6666
document.Save(ms);
67-
document.Close();
67+
document.Close(true);
6868
}
6969
catch (Exception ex)
7070
{

Document-Processing/PDF/Conversions/HTML-To-PDF/NET/aws.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ The Syncfusion<sup>&reg;</sup> [HTML to PDF converter](https://www.syncfusion.co
1919

2020
## Convert HTML to PDF in AWS Lambda
2121

22-
<<<<<<< HEAD
2322
HTML to PDF converter .NET library supports conversion in AWS Lambda. Refer to [this](https://help.syncfusion.com/document-processing/pdf/conversions/html-to-pdf/net/convert-html-to-pdf-in-aws-lambda) section for more information about HTML to PDF conversion in AWS Lambda.
2423

2524
## Convert HTML to PDF in AWS Lambda with NET 6 container image
2625

27-
HTML to PDF converter .NET library supports conversion in AWS Lambda with NET 6 container image. Refer to [this](https://help.syncfusion.com/document-processing/pdf/conversions/html-to-pdf/net/convert-html-to-pdf-in-aws-lambda-with-net6-container-image) section for more information about HTML to PDF conversion in AWS Lambda with NET 6 container image.
26+
HTML to PDF converter .NET library supports conversion in AWS Lambda with NET 6 container image. Refer to [this](https://help.syncfusion.com/document-processing/pdf/conversions/html-to-pdf/net/convert-html-to-pdf-in-aws-lambda-with-net-6-container-image) section for more information about HTML to PDF conversion in AWS Lambda with NET 6 container image.
2827

29-
## Convert HTML to PDF in AWS Elastic Beanstalk.
28+
## Convert HTML to PDF in AWS Elastic Beanstalk
3029

3130
HTML to PDF converter .NET library supports conversion in AWS Elastic Beanstalk. Refer to [this](https://help.syncfusion.com/document-processing/pdf/conversions/html-to-pdf/net/convert-html-to-pdf-in-aws-elastic-beanstalk) section for more information about HTML to PDF conversion in AWS Elastic Beanstalk.
3231

32+
## Convert HTML to PDF in Amazon ECS with Fargate
3333

34+
HTML to PDF converter .NET library supports conversion in Amazon ECS with Fargate. Refer to this section for more information about HTML to PDF conversion in Amazon ECS with Fargate.

0 commit comments

Comments
 (0)