Skip to content

Commit 21ab97a

Browse files
Merge pull request #2022 from syncfusion-content/880908
880908: Failed to load Chrome DLL exception troubleshoot.
2 parents e815cc5 + 3a30b70 commit 21ab97a

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

File-Formats/PDF/Convert-HTML-To-PDF/troubleshooting.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ You can downloaded a complete working sample from [GitHub](https://github.com/Sy
711711

712712
## Zombie process are not closed by default from chrome headless in Linux platform
713713

714-
The zombie process are not closed by default from chrome headless in Linux. However, We can resolve the zombie process issue by using the below commandline arguments in converter settings.
714+
The zombie process are not closed by default from chrome headless in Linux. However, We can resolve the zombie process issue by using the below command line arguments in converter settings.
715715

716716
{% tabs %}
717717

@@ -819,4 +819,36 @@ code snippet:
819819
</td>
820820
</tr>
821821

822+
</table>
823+
824+
825+
## Failed to load Chrome DLL exception occurs on Windows 7/8 and Windows Server 2008/2012 machines
826+
827+
<table>
828+
<th style="font-size:14px" width="100px">Exception</th>
829+
<th style="font-size:14px">Failed to load Chrome DLL exception occurs on Windows 7/8 and Windows Server 2008/2012 machines.
830+
</th>
831+
<tr>
832+
<th style="font-size:14px" width="100px">Reason
833+
</th>
834+
<td>The reported issue occurs due to an unsupported OS platform with the latest binaries.
835+
</td>
836+
</tr>
837+
<tr>
838+
<th style="font-size:14px" width="100px">Solution</th>
839+
<td>
840+
If you are using Windows 7/8 or Windows Server 2008/2012, please use Chromium version 109 instead of the newer versions. Chromium has discontinued support for these operating systems, and the last compatible version is 109.
841+
<br/><br/>
842+
843+
Please refer to the below thread for more information,
844+
[https://support.google.com/chrome/thread/185534985](https://support.google.com/chrome/thread/185534985)
845+
846+
<br/>
847+
848+
Blink binaries (Version 109.0.5414.75),
849+
[https://www.syncfusion.com/downloads/support/directtrac/general/ze/BlinkBinaries_109.0.5414.7560606898](https://www.syncfusion.com/downloads/support/directtrac/general/ze/BlinkBinaries_109.0.5414.7560606898)
850+
851+
</td>
852+
</tr>
853+
822854
</table>

0 commit comments

Comments
 (0)