Skip to content

Commit ca867d2

Browse files
Feedback changes
1 parent a89544b commit ca867d2

File tree

1 file changed

+1
-0
lines changed
  • PDF-to-image/.NET/PDFPage-to-Image/PDFPage-to-Image

1 file changed

+1
-0
lines changed

PDF-to-image/.NET/PDFPage-to-Image/PDFPage-to-Image/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public static void Main(string[] args)
1313

1414
//Load the PDF document as a stream
1515
FileStream inputStream = new FileStream(Path.GetFullPath(@"Data/Input.pdf"), FileMode.Open, FileAccess.ReadWrite);
16+
1617
imageConverter.Load(inputStream);
1718

1819
//Convert PDF to Image.

0 commit comments

Comments
 (0)