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
<td>To overcome the exception, you can add read, write, and execute permissions for the temporary folder. Refer to the following code sample to set the temp folder.
249
249
<br><br/>
250
-
{% highlight c# tabtitle="C#" %}
250
+
{% highlight %}
251
251
252
252
BlinkConverterSettings settings = new BlinkConverterSettings();
253
253
settings.TempPath = "D://MyProject//bin";
@@ -330,7 +330,7 @@ Check the HTML file or URL is rendered properly in Chrome browser's print previe
@@ -362,7 +362,7 @@ RUN chmod +x /app/runtimes/linux/native/chrome && \
362
362
</th>
363
363
<td>To overcome this issue, add suitable delay for the conversion using the <ahref="https://help.syncfusion.com/cr/file-formats/Syncfusion.HtmlConverter.BlinkConverterSettings.html#Syncfusion_HtmlConverter_BlinkConverterSettings_AdditionalDelay">AdditionalDelay</a> property of the HTMLConverter.
364
364
<br><br/>
365
-
{% highlight c# tabtitle="C#" %}
365
+
{% highlight %}
366
366
367
367
BlinkConverterSettings settings = new BlinkConverterSettings();
368
368
settings.AdditionalDelay = 4000;
@@ -431,7 +431,7 @@ Refer to this <a href="https://www.syncfusion.com/kb/10258/how-to-convert-html-t
431
431
</th>
432
432
<td>You can able to bypass the invalid SSL certificate errors using the command line arguments property of Blink converter settings.
433
433
<br><br/>
434
-
{% highlight c# tabtitle="C#" %}
434
+
{% highlight %}
435
435
436
436
BlinkConverterSettings settings = new BlinkConverterSettings();
0 commit comments