Skip to content

Commit 99d7406

Browse files
Revert the command line changes for linux platforms
1 parent 114422b commit 99d7406

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • HTML to PDF/Blink/Convert-website-URL-to-PDF-document/.NET/Convert-website-URL-to-PDF-document

HTML to PDF/Blink/Convert-website-URL-to-PDF-document/.NET/Convert-website-URL-to-PDF-document/Program.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
//Create blink converter settings
99
BlinkConverterSettings blinkConverterSettings = new BlinkConverterSettings();
1010

11-
//Set command line arguments to run without the sandbox
12-
blinkConverterSettings.CommandLineArguments.Add("--no-sandbox");
13-
blinkConverterSettings.CommandLineArguments.Add("--disable-setuid-sandbox");
14-
blinkConverterSettings.AdditionalDelay = 0;
15-
1611
//Assign Blink converter settings to HTML converter.
1712
htmlConverter.ConverterSettings = blinkConverterSettings;
1813
//Convert URL to PDF document.

0 commit comments

Comments
 (0)