from ironpdf import * renderer = ChromePdfRenderer() # Set Color and Grayscale renderer.RenderingOptions.GrayScale = True renderer.RenderHtmlFileAsPdf("my-content.html").SaveAs("my-content.pdf")
from ironpdf import * renderer = ChromePdfRenderer() # Set Color and Grayscale renderer.RenderingOptions.GrayScale = True renderer.RenderHtmlFileAsPdf("my-content.html").SaveAs("my-content.pdf")
9 .NET API products for your office documents