Hi all,
PostScript virtual printers use two different DLL, adobeps5.dll for
version-2 and pscript5.dll for version-3.

What does it mean!?
Are thees DLL both supplied with Microsoft OS!? Maybe pscript5.dll with NT
and pscript5.dll with 2000/XP !??

Other issue:
I've to develop a postscrpt driver which create a ps file and exec custom
function when job ends. The sample driver of DDk should fit my requirement,
doesn't it!?
On Win2k/XP the postscript engine is actually integrated with OS, how to
develop the same driver for windows 98!?

Thanks all very much
Ale

Re: Microsoft PostScript Driver by Ali

Ali
Fri Nov 25 05:55:29 CST 2005


>PostScript virtual printers use two different DLL, adobeps5.dll for version-2 and pscript5.dll for version-3.

These tow files are responsible for postscript drivers, which is infact
language created by Adobe , another is HP's PCL,

pscript5.dll library files are used for printing engines to execute the
.ps files for producing pdfs jpg , png etc.

One is Adobe like GhostScript printing engine which is example of
virtual driver consisting on printer port moniter stuff.




>What does it mean!?
Are thees DLL both supplied with Microsoft OS!? Maybe pscript5.dll with
NT and pscript5.dll with 2000/XP !??

I think it is provided by MS though it is free available for download.