Re: converting jpg to pdf without imagemagick

2010-10-11 Thread Bob Proulx
Jozsef Vadkan wrote: after trying to convert 173 jpg files to one pdf: strace convert *.jpg ../outpud.pdf -verbose +++ killed by SIGKILL +++ SIGKILL? What would be actively killing your process with kill -9? Could it be that it is running out of memory and the linux kernel out of memory

converting jpg to pdf without imagemagick

2010-10-10 Thread Jozsef Vadkan
after trying to convert 173 jpg files to one pdf: strace convert *.jpg ../outpud.pdf -verbose ... ... ... +++ killed by SIGKILL +++ ...it just can't handle it??? ok... i tried to search the net for converters...even apps made for windows...but there are no working solution with wine [several is

Re: converting jpg to pdf without imagemagick

2010-10-10 Thread godo
On 10/10/2010 07:20 PM, Jozsef Vadkan wrote: after trying to convert 173 jpg files to one pdf: strace convert *.jpg ../outpud.pdf -verbose ... ... ... +++ killed by SIGKILL +++ ...it just can't handle it??? ok... i tried to search the net for converters...even apps made for windows...but

Re: converting jpg to pdf without imagemagick

2010-10-10 Thread Camaleón
On Sun, 10 Oct 2010 19:20:36 +0200, Jozsef Vadkan wrote: (...) can someone help me, how to convert 173 jpg files [~100 MByte] to one pdf, _NOT_ using imagemagick? With GNOME or KDE is quite easy. Go to the folder you have all the JPG files and select all the files, right click and open with

Re: converting jpg to pdf without imagemagick

2010-10-10 Thread Jozsef Vadkan
OMG. I didn't know that. [gthumb] IT worked!! Thank you!! On 10 October 2010 20:52, Camaleón noela...@gmail.com wrote: On Sun, 10 Oct 2010 19:20:36 +0200, Jozsef Vadkan wrote: (...) can someone help me, how to convert 173 jpg files [~100 MByte] to one pdf, _NOT_ using imagemagick? With

Re: converting jpg to pdf without imagemagick

2010-10-10 Thread Dave Thayer
On Sun, Oct 10, 2010 at 07:20:36PM +0200, Jozsef Vadkan wrote: can someone help me, how to convert 173 jpg files [~100 MByte] to one pdf, _NOT_ using imagemagick? Are you able to convert the images into individual PDFs without crashing? If so, you could use pdftk to merge the resulting PDFs