Skip to content

Commit bcc01ed

Browse files
Feed back changes
1 parent 6cdee97 commit bcc01ed

File tree

1 file changed

+7
-3
lines changed
  • PDF-to-image/.NET/PDFPage-to-Image/PDFPage-to-Image

1 file changed

+7
-3
lines changed

PDF-to-image/.NET/PDFPage-to-Image/PDFPage-to-Image/Readme.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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
22

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
46

57
Step 1: Create a new .NET Console application.
68

@@ -37,4 +39,6 @@ using (FileStream outputFileStream = new FileStream(Path.GetFullPath(@"Output/Ou
3739
//Dispose the imageConverter
3840
imageConverter.Dispose();
3941
```
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

Comments
 (0)