Search found 6 matches
- 2017-12-27T23:59:46-07:00
- Forum: Developers
- Topic: CommandException: 'gs' while trying to convert
- Replies: 9
- Views: 18569
Re: CommandException: 'gs' while trying to convert
Thanks, i am trying to solve.
- 2017-12-26T02:25:49-07:00
- Forum: Developers
- Topic: CommandException: 'gs' while trying to convert
- Replies: 9
- Views: 18569
Re: CommandException: 'gs' while trying to convert
Any idea to solve this problem?
- 2017-12-26T00:13:03-07:00
- Forum: Developers
- Topic: CommandException: 'gs' while trying to convert
- Replies: 9
- Views: 18569
Re: CommandException: 'gs' while trying to convert
I used run() method of org.im4java.core.ConvertCmd class in java 8 platform. And the exception occurred infrequently while converting those pdfs of size 44.6MB.
- 2017-12-25T22:31:07-07:00
- Forum: Developers
- Topic: CommandException: 'gs' while trying to convert
- Replies: 9
- Views: 18569
Re: CommandException: 'gs' while trying to convert
Though I have been able to convert pdf to image after installation of ghostscript, I got the error message: org.im4java.core.CommandException: org.im4java.core.CommandException: "gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE ...
- 2017-12-20T01:45:47-07:00
- Forum: Developers
- Topic: CommandException: 'gs' while trying to convert
- Replies: 9
- Views: 18569
Re: CommandException: 'gs' while trying to convert
I have installed ghostscript and it worked.
- 2017-12-19T22:43:07-07:00
- Forum: Developers
- Topic: CommandException: 'gs' while trying to convert
- Replies: 9
- Views: 18569
CommandException: 'gs' while trying to convert
Hello everyone, I tried to convert pdf to image but got this error message: org.im4java.core.CommandException: 'gs' -sstdout=%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 '-sDEVICE=pngalpha' -dTextAlphaBits=4 -dGraphicsAlphaBits=4 ...