Skip to content

Commit 66b9786

Browse files
authored
Update README.md
1 parent ca06987 commit 66b9786

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ IronPDF easily handles all these features:
99
- And many more! Visit our website to see all our code examples and a full list of our 50+ features
1010

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

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

@@ -78,4 +78,4 @@ public static void UrlToPdfExample(string url)
7878
}
7979
```
8080

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

0 commit comments

Comments
 (0)