Convert HTML to PDF file in AWS using C#

26 Mar 20241 minute to read

The Syncfusion HTML to PDF converter is a .NET library for converting webpages, SVG, MHTML, and HTML to PDF using C#. The result preserves all graphics, images, text, fonts, and the layout of the original HTML document or webpage. Using this library, you can convert HTML to PDF using C# with Blink rendering engine in AWS.

Setting up the AWS Toolkit for Visual Studio

  • You can create an AWS account by referring to this link.
  • Download and install the AWS Toolkit for Visual Studio, you can download the AWS toolkit from this link.
  • The Toolkit can be installed from Tools/Extension and updates options in Visual Studio.

Convert HTML to PDF in AWS Lambda

HTML to PDF converter .NET library supports conversion in AWS Lambda. Refer to this section for more information about HTML to PDF conversion in AWS Lambda.

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

HTML to PDF converter .NET library supports conversion in AWS Lambda with NET 6 container image. Refer to this section for more information about HTML to PDF conversion in AWS Lambda with NET 6 container image.

Convert HTML to PDF in AWS Elastic Beanstalk.

HTML to PDF converter .NET library supports conversion in AWS Elastic Beanstalk. Refer to this section for more information about HTML to PDF conversion in AWS Elastic Beanstalk.