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 a89544b commit ca867d2Copy full SHA for ca867d2
PDF-to-image/.NET/PDFPage-to-Image/PDFPage-to-Image/Program.cs
@@ -13,6 +13,7 @@ public static void Main(string[] args)
13
14
//Load the PDF document as a stream
15
FileStream inputStream = new FileStream(Path.GetFullPath(@"Data/Input.pdf"), FileMode.Open, FileAccess.ReadWrite);
16
+
17
imageConverter.Load(inputStream);
18
19
//Convert PDF to Image.
0 commit comments