You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: File-Formats/PDF/Convert-HTML-To-PDF/troubleshooting.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -690,4 +690,28 @@ You can downloaded a complete working sample from [GitHub](https://github.com/Sy
690
690
691
691
</td>
692
692
</tr>
693
-
</table>
693
+
</table>
694
+
695
+
## Zombie process are not closed by default from chrome headless in Linux platform
696
+
697
+
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.
698
+
699
+
{% tabs %}
700
+
701
+
{% highlight %}
702
+
703
+
//Set command line arguments to run without the sandbox.
0 commit comments