Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.postscript > #200

gsdll32.dll and jpeg

From Tower <tower.p@nerim.net>
Newsgroups comp.lang.postscript
Subject gsdll32.dll and jpeg
Date 2011-05-15 20:38 +0200
Organization Nerim -- xDSL Internet Provider
Message-ID <iqp6hs$2411$1@saria.nerim.net> (permalink)

Show all headers | View raw


Hello,

I am playing with the gsdll32.dll.

I can merge several ps file in one pdf without any problem using this
dll, but when I try to output an jpeg from a ps file the dll fails to do
it but still return true. (as if it waiting for something more)

I try to use that arg:
'-sDEVICE=jpeg', '-r300', '-sPAPERSIZE=a4', '-dBATCH', '-dNOPAUSE',
'-sOutputFile=C:\TEMP\1.jpg', 'C:\TEMP\apipdf.pdf'

I use: gsapi_new_instance -> gsapi_init_with_args -> gsapi_exit ->
gsapi_delete_instance

As I didn't see any bug related to this behaviour, I think I miss
something, I would ask if somebody had try this before?

Perhaps should I run  gsapi_new_instance -> gsapi_set_stdio ->
gsapi_init_with_args -> gsapi_run_string -> gsapi_exit ->
gsapi_delete_instance ?

Any pointer are welcome, I do that in Perl under seven.

Regards

Back to comp.lang.postscript | Previous | Next | Find similar | Unroll thread


Thread

gsdll32.dll and jpeg Tower <tower.p@nerim.net> - 2011-05-15 20:38 +0200

csiph-web