[Internal] Unidentical PDF rendered with Chrome Print Preview
Why is this happening???
More often than not, this issue is because of CEF version used in IronPDF package with the CEF version used in Chrome Print Preview, whereby some HTML stylings are not supported by the CEF in IronPDF, but supported by CEF in Chrome Print Preview.
Try to use IronPdf.UpdatedChrome in combination of IronPdf.Slim package as the first troubleshooting step. This is because UpdatedPackage will use the same CEF version as in Chrome Print Preview. See this article for more information:
https://help.ironsoftware.com/support/interna
If the unidentical PDF output means some assets not rendered i.e image, drawing, etc, try to add WaitFor.RenderDelay(3000); or adjust longer duration to the RenderDelay. The issue is usually because the assets does not get loaded in time before PDF rendering happens. Adding RenderDelay will delay the rendering and allow all the assets to be loaded in time before the rendering happens
If the suggestions above does not help, kindly ensure that the following is received before opening a support ticket
* Sample HTML input
* IronPDF version used
* OS and Net Framework/Core version used
* Log file
* Code snippet