Skip to content
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
2 changes: 1 addition & 1 deletion Document-Processing/PDF/Conversions/HTML-To-PDF/NET/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords: Assemblies

# Convert HTML to PDF file in AWS using C#

The Syncfusion<sup>&reg;</sup> [HTML to PDF converter](https://www.syncfusion.com/pdf-framework/net/html-to-pdf) 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.
The Syncfusion<sup>&reg;</sup> [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) 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

Expand Down
2 changes: 1 addition & 1 deletion Document-Processing/PDF/Conversions/HTML-To-PDF/NET/mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords: Assemblies

# Convert HTML to PDF file in Mac using C#

The Syncfusion<sup>&reg;</sup> [HTML to PDF converter](https://www.syncfusion.com/pdf-framework/net/html-to-pdf) is a .NET library for converting webpages, SVG, MHTML, and HTML to PDF using C#. It is reliable and accurate. Using this library, you can convert HTML to PDF document in Mac.
The Syncfusion<sup>&reg;</sup> [HTML to PDF converter](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) is a .NET library for converting webpages, SVG, MHTML, and HTML to PDF using C#. It is reliable and accurate. Using this library, you can convert HTML to PDF document in Mac.

## Steps to convert HTML to PDF in ASP.NET Core MVC

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,10 @@ Merge(PdfDocumentBase, PdfMergeOptions, Object[]) - Object[] in the form of Stre
</tr>
<tr>
<td>
{{'[Image.FromFile(String)](https://help.syncfusion.com/document-processing/Syncfusion.Drawing.Image.html#Syncfusion_Drawing_Image_FromFile_System_String_)'| markdownify }}
{{'[Image.FromFile(String)](https://help.syncfusion.com/document-processing/Syncfusion.Drawing.Image.html_)'| markdownify }}
</td>
<td>
{{'[Image.FromStream(Stream)](https://help.syncfusion.com/document-processing/Syncfusion.Drawing.Image.html#Syncfusion_Drawing_Image_FromStream_System_IO_Stream_)'| markdownify }}
{{'[Image.FromStream(Stream)](https://help.syncfusion.com/document-processing/Syncfusion.Drawing.Image.html)'| markdownify }}
</td>
</tr>
<tr>
Expand Down