Search found 11 matches

by khaledhawari
Fri Feb 21, 2014 9:06 am
Forum: NConvert
Topic: Multi-threaded support / large batch support
Replies: 12
Views: 3735

Re: Multi-threaded support / large batch support

Nope each instance runs on separate batch of files
by khaledhawari
Thu Feb 20, 2014 10:59 am
Forum: NConvert
Topic: Multi-threaded support / large batch support
Replies: 12
Views: 3735

Re: Multi-threaded support / large batch support

Thanks a lot for your response Pierre!

we already tried this approach, we ran 5 "parallel" command lines on batches of images, but for some reason after a few hours the scripts would return errors, as if the nconvert.exe is being locked by one of the commands and thus the others are failing to call ...
by khaledhawari
Tue Feb 18, 2014 8:26 pm
Forum: NConvert
Topic: Multi-threaded support / large batch support
Replies: 12
Views: 3735

Re: Multi-threaded support / large batch support

Hi Pierre,

Did you get a chance to get nconvert to run multi thread and make use of more RAM?

We also have a big project that needs multi thread abilities, or if you can help out in how to get the most out of nconvert for this project: we have around 200,000 images and we want to use nconvert to ...
by khaledhawari
Wed Mar 07, 2012 4:26 pm
Forum: NConvert
Topic: Problems with GhostScript and nconvert
Replies: 23
Views: 6221

Re: Problems with GhostScript and nconvert

alright i think its resolved!!

it was a privilege issue from command line ! i run my scripts as services , so i had to give them full administrator privilege from the services > log in as administrator, then restarted my machine and its resolved!

i will now revert back to the old versions and ...
by khaledhawari
Wed Mar 07, 2012 3:12 pm
Forum: NConvert
Topic: Problems with GhostScript and nconvert
Replies: 23
Views: 6221

Re: Problems with GhostScript and nconvert

no it is the other way around, from php it works, from command line it doesnt.

I know i am causing you headache but this is really frustrating for me !
by khaledhawari
Wed Mar 07, 2012 2:57 pm
Forum: NConvert
Topic: Problems with GhostScript and nconvert
Replies: 23
Views: 6221

Re: Problems with GhostScript and nconvert

i run it from command prompt :

Code: Select all

C:\Users\Administrator>nconvert output.jpg input.jpg
in my case i require it to run from the command line because my application has batch scripts that run and generate thumbs.
by khaledhawari
Wed Mar 07, 2012 2:13 pm
Forum: NConvert
Topic: Problems with GhostScript and nconvert
Replies: 23
Views: 6221

Re: Problems with GhostScript and nconvert

yes the path is correct. i have installed in that path...

if i type "gswin32c" in command line, ghostscript is called normally.

what i have found is that when i open a php file from my browser like the following :


<?php
echo "starting...";
exec('nconvert -use_cie -org_depth -dpi 72 -q 100 ...
by khaledhawari
Wed Mar 07, 2012 1:02 pm
Forum: NConvert
Topic: Problems with GhostScript and nconvert
Replies: 23
Views: 6221

Re: Problems with GhostScript and nconvert

Hey Pierre,

this is the output i got :


C:\Users\Administrator>nconvert -use_cie -org_depth -dpi 72 -q 100 -thumb 800 800 -overwrite -out jpeg -in pdf -o "C:/aya13.jpeg" "C:/aya13.pdf"

GSCheck C:\general\gs\gs9.05\bin\gsdll32.dll C:\general\gs\gs9.05\bin
Error: Don't know how to read this ...
by khaledhawari
Wed Mar 07, 2012 8:54 am
Forum: NConvert
Topic: Problems with GhostScript and nconvert
Replies: 23
Views: 6221

Re: Problems with GhostScript and nconvert

hey Pierre,

I was able to convert JPG to PNG normally from command line...


is there a way i can track how nconvert is looking for gs in registry ? can i provide you with my registry keys or anything to help ?
by khaledhawari
Tue Mar 06, 2012 4:30 pm
Forum: NConvert
Topic: Problems with GhostScript and nconvert
Replies: 23
Views: 6221

Re: Problems with GhostScript and nconvert

Hey Pierre,

I have tried the latest versions :

- ghostscript 9.02 32-bit
- nconvert 6.05 32-bit

and still same problem
by khaledhawari
Tue Mar 06, 2012 9:03 am
Forum: NConvert
Topic: Problems with GhostScript and nconvert
Replies: 23
Views: 6221

Re: Problems with GhostScript and nconvert

Hello,

i have the following environment :

- Windows server 2008 R2 (64-bit version) installed on a VM
- Ghostscript 8.71 (32-bit)
- Nconvert 5.62 (32-bit)
- both nconvert and gs are defined in environment variables

i am trying to convert PDF to JPEG using any of the following commands ...