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


Groups > comp.lang.postscript > #200 > unrolled thread

gsdll32.dll and jpeg

Started byTower <tower.p@nerim.net>
First post2011-05-15 20:38 +0200
Last post2011-05-15 20:38 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.postscript


Contents

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

#200 — gsdll32.dll and jpeg

FromTower <tower.p@nerim.net>
Date2011-05-15 20:38 +0200
Subjectgsdll32.dll and jpeg
Message-ID<iqp6hs$2411$1@saria.nerim.net>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.postscript


csiph-web