Search found 3 matches

by abcuser
Tue May 05, 2009 2:14 pm
Forum: NConvert
Topic: NConvert is quite and not creating any image file
Replies: 4
Views: 864

Re: NConvert is quite and not creating any image file

I tried without -quite and its the same :-( Its not giving any error message and its not creating any images also. Please help me to fix this...

Thanks
by abcuser
Mon May 04, 2009 9:59 pm
Forum: NConvert
Topic: NConvert is quite and not creating any image file
Replies: 4
Views: 864

NConvert is quite and not creating any image file

I am new to xnview/nconvert tool. I would like to use nconver to convert my pdf file into jpg format.
Here is the code snippet of my app..

Sub ConvertToJPG(ByVal SourceFile, ByVal ToFile)
Dim strcmd As String
Dim objshell
strcmd = Chr(34) & "c:\program files\xnview\nconvert.exe" & Chr(34 ...