Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ironsoftware authored Apr 19, 2023
1 parent ca06987 commit 66b9786
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ IronPDF easily handles all these features:
- And many more! Visit our website to see all our code examples and a full list of our 50+ features

IronPDF also has cross platform support compatibility with:
- .NET 6 and .NET 5, .NET Core, Standard, and Framework
- .NET 7 and .NET 6, .NET Core, Standard, and Framework (4.6.2+)
- Windows, macOS, Linux, Docker, Azure, and AWS

## Code Example
Expand Down Expand Up @@ -59,7 +59,7 @@ public static void UrlToPdfExample(string url)
// Set Pdf CssMediaType to Screen to get all the background
renderer.RenderingOptions = new ChromePdfRenderOptions()
{
// Screen vs Print: https://ironpdf.com/tutorials/pixel-perfect-html-to-pdf/#decide-to-use-css-media-type-print-or-screen
// Screen vs Print: https://ironpdf.com/how-to/pixel-perfect-html-to-pdf/#1-decide-to-use-css-media-type-print-or-screen
CssMediaType = PdfCssMediaType.Screen,
PrintHtmlBackgrounds = true,

Expand All @@ -78,4 +78,4 @@ public static void UrlToPdfExample(string url)
}
```

Get Started creating PDF documents with IronPDF in C# now! https://github.com/iron-software
Get Started creating PDF documents with IronPDF in C# now! https://github.com/iron-software

0 comments on commit 66b9786

Please sign in to comment.