It depends on which library do you want to use. If you want to use the open source library, like ghostscript https://github.com/jhabjan/Ghostscript.NET , if you want to use the third part library,
you can try http://www.xspdf.com/guide/pdf-jpg-converting/ , both libraries can be code in c#.net language, the only thing you need is create a web application in visual studio.
Besides ghostscript, I know, you can use the Acrobat.dll in C# to convert pdf page to jpg. But it requires the installation for adobe acrobat and it is not free.
For commercial use, i suggest you to try with an independent pdf to image converter library, like CnetSDK .NET pdf to image converter SDK (http://www.cnetsdk.com/net-pdf-to-image-converter-sdk).
Then, there is no need for other third-party libraries and installations.
In additional, ImageMagick.NET and PDFBox can convert pdf to jpg using c#, however the two are open source library, without professional tech support, so I recommend to http://www.iditect.com/tutorial/pdf-to-image/
, iditect c# converter can be easy integrate in any asp.net application
None
0 Points
1 Post
how to convert pdf to jpg in asp.net..
May 02, 2012 02:17 AM|paurinshah|LINK
i want to convert pdf page convert in to jpg..
Contributor
2801 Points
708 Posts
Re: how to convert pdf to jpg in asp.net..
May 02, 2012 07:27 AM|itsmemuthu|LINK
try this..
http://www.codeproject.com/Articles/32274/How-To-Convert-PDF-to-Image-Using-Ghostscript-API
http://forums.asp.net/t/1780504.aspx/1
Remember To Click On the Post That Helps U
None
0 Points
1 Post
Re: how to convert pdf to jpg in asp.net..
Jul 23, 2017 02:58 AM|Dom Li|LINK
It depends on which library do you want to use. If you want to use the open source library, like ghostscript https://github.com/jhabjan/Ghostscript.NET , if you want to use the third part library, you can try http://www.xspdf.com/guide/pdf-jpg-converting/ , both libraries can be code in c#.net language, the only thing you need is create a web application in visual studio.
None
0 Points
1 Post
Re: how to convert pdf to jpg in asp.net..
Mar 15, 2018 08:31 AM|GaffiganMe|LINK
Besides ghostscript, I know, you can use the Acrobat.dll in C# to convert pdf page to jpg. But it requires the installation for adobe acrobat and it is not free.
For commercial use, i suggest you to try with an independent pdf to image converter library, like CnetSDK .NET pdf to image converter SDK (http://www.cnetsdk.com/net-pdf-to-image-converter-sdk). Then, there is no need for other third-party libraries and installations.
None
0 Points
1 Post
Re: how to convert pdf to jpg in asp.net..
Jun 08, 2018 03:28 AM|jakna vin|LINK
In additional, ImageMagick.NET and PDFBox can convert pdf to jpg using c#, however the two are open source library, without professional tech support, so I recommend to http://www.iditect.com/tutorial/pdf-to-image/ , iditect c# converter can be easy integrate in any asp.net application