We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa75f08 commit a5cbc08Copy full SHA for a5cbc08
1 file changed
src/Pdf2Html/Controllers/RootController.cs
@@ -62,7 +62,7 @@ public async Task<ActionResult> Post()
62
private async Task<(bool Success, ICollection<string> logs)> ConvertAsync(string inputFile, string outputFile)
63
{
64
using var p = new Process();
65
- const string conversionOptions = "--embed-javascript=0 --process-outline=0 --printing=0 --bg-format=svg";
+ const string conversionOptions = "--embed-javascript=0 --process-outline=0 --printing=0 --bg-format=svg --fallback=1";
66
p.StartInfo = new ProcessStartInfo
67
68
FileName = "pdf2htmlEX",
0 commit comments