We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a6292 commit e07a00fCopy full SHA for e07a00f
GithubActionsHelloWorld/Program.cs
@@ -18,9 +18,8 @@ public static async Task Main(string[] args)
18
GlobalFontSettings.FontResolver = new FontResolver();
19
20
var document = new PdfDocument();
21
- using var fileStream = File.OpenRead(args[0]);
22
-
23
var tempImageFiles = TiffToBitmap(args[0]);
+
24
try
25
{
26
for (int pageIndex = 0; pageIndex < tempImageFiles.Count; pageIndex++)
0 commit comments