SetSimPostscript causes Adobe Acrobat print to fail

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
trumpetinc
Posts: 60
Joined: Mon Jul 28 2003

SetSimPostscript causes Adobe Acrobat print to fail

Post by trumpetinc »

With SetSimPostscript() turned on:

When printing from Adobe Acrobat, it comes back with a warning that says "The Document Could Not Be Printed".



I still don't have a good feel for when it is appropriate to enable this mode...

- K
Dany
Amyuni Team
Posts: 113
Joined: Wed Sep 11 2002
Location: Montreal.
Contact:

Post by Dany »

Some applications will override the printer driver and generate a Postcript file wen this option is enabled. Examples of such applications are Acrobat, Corel Draw, Quark Express, Photoshop, Publisher, Illustrator (of course all these names are trademarks of their respective owners).

If you need to set SimPostscript ON and still have these applications work properly, you need to add the following call:
SetPrinterParamStr(hPrinter, "PSDisabled", "coreldrw.exe|photoshp.exe|illustrator.exe|AcroRd32.exe");

This will instruct the printer driver NOT to use SimPostscript for the applications listed above.
trumpetinc
Posts: 60
Joined: Mon Jul 28 2003

Post by trumpetinc »

Wow - now THAT is extremly useful information. Thank you so much!

- K

Dany wrote:Some applications will override the printer driver and generate a Postcript file wen this option is enabled. Examples of such applications are Acrobat, Corel Draw, Quark Express, Photoshop, Publisher, Illustrator (of course all these names are trademarks of their respective owners).

If you need to set SimPostscript ON and still have these applications work properly, you need to add the following call:
SetPrinterParamStr(hPrinter, "PSDisabled", "coreldrw.exe|photoshp.exe|illustrator.exe|AcroRd32.exe");

This will instruct the printer driver NOT to use SimPostscript for the applications listed above.
Post Reply