Nothing like finding the answer the moment you click the submit button. Simple and effective:
(VB.Net)
Dim gvi As GhostscriptVersionInfo = New GhostscriptVersionInfo(HttpContext.Current.Server.MapPath("~/bin/gsdll32.dll"))
Then passing gvi as a parameter when kicking off the process.
Very quick in rendering image files from PDFs.
(VB.Net)
Dim gvi As GhostscriptVersionInfo = New GhostscriptVersionInfo(HttpContext.Current.Server.MapPath("~/bin/gsdll32.dll"))
Then passing gvi as a parameter when kicking off the process.
Very quick in rendering image files from PDFs.