You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PDF-to-image/.NET/PDFPage-to-Image/PDFPage-to-Image/Readme.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
# Create or Generate images from PDF in ASP.NET Core
1
+
# Create or Generate images from PDF in .NET application
2
2
3
-
## Steps to create images from PDF in ASP.NET Core
3
+
This Syncfusion® PDF to image converter library allows converting PDF documents to images without opening the document.Plaese refer [PdfToImageConverter](https://help.syncfusion.com/document-processing/pdf/conversions/pdf-to-image/net/convert-pdf-to-image) documentation.
4
+
5
+
## Steps to create images from PDF in .NET application
4
6
5
7
Step 1: Create a new .NET Console application.
6
8
@@ -37,4 +39,6 @@ using (FileStream outputFileStream = new FileStream(Path.GetFullPath(@"Output/Ou
37
39
//Dispose the imageConverter
38
40
imageConverter.Dispose();
39
41
```
40
-
Step 5 : Run the application, and the images will be saved in the Output folder.
42
+
Step 5 : Run the application, and the images will be saved in the Output folder.
43
+
44
+
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/WPF-PDFViewer-Examples/tree/master/PDF-to-image/.NET/PDFPage-to-Image)
0 commit comments