Hi,
What you are looking for is GhostPCL which is not part of the Ghostscript.NET.
You can download GhostPCL from here: http://www.ghostscript.com/download/gpcldnld.html
To convert pcl to pdf you can use .NET Framework Process.Start method to run something like this: "pcl6-9.15-win32.exe -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=c:\test.pdf c:\test.pcl"
I hope this helps.
Cheers,
Josip
What you are looking for is GhostPCL which is not part of the Ghostscript.NET.
You can download GhostPCL from here: http://www.ghostscript.com/download/gpcldnld.html
To convert pcl to pdf you can use .NET Framework Process.Start method to run something like this: "pcl6-9.15-win32.exe -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=c:\test.pdf c:\test.pcl"
I hope this helps.
Cheers,
Josip