Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: hotfix/hotfix-v29.1.33
Choose a base branch
from
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
3 changes: 2 additions & 1 deletion Document-Processing/PDF/Conversions/HTML-To-PDF/NET/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ HTML to PDF converter .NET library supports conversion in AWS Lambda. Refer to [

## 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](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.
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.

## Convert HTML to PDF in AWS Elastic Beanstalk.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ EMF and WMF images are not supported in .NET Core platforms.
* [Word document to PDF](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/word-to-pdf)
* [Word document to Image](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/word-to-image)
* [Updating table of contents](https://help.syncfusion.com/document-processing/word/word-library/net/working-with-table-of-contents#updating-table-of-contents)
* [Convert chart to image](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/working-with-charts#convert-chart-to-image)
* [Convert chart to image](https://help.syncfusion.com/document-processing/word/word-library/net/working-with-charts#convert-chart-to-image)
* During Word to PDF/Image conversion, if you are facing font-related problems (like accessing font from the environment), you can pass the fonts as streams using our [font substitution approach](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/word-to-pdf#font-substitution).

N> If you want to migrate without any code changes from [“Syncfusion.DocIO.ASP.NET”](https://www.nuget.org/packages/Syncfusion.DocIO.AspNet) NuGet in application targeting .NET Framework, you can consider to use anyone of the packages
Expand Down