On Mittwoch, 25. Dezember 2013, 18:25:54 Philip Webb wrote:
> I have a set of images of pages of a printed article, which I scanned ;
> there are jpg & pdf versions .  I want to concatenate them into  1  pdf .
> I used to use 'pdftk', but it required Java, which I don't want.
> I can import the jpg's into LO Impress & create a slide-show pdf,
> but is there any simpler method ?

Do you have imagemagick installed? 
You may use convert to do so, e.g.

convert page1.jpg page2.jpg ... output.pdf

you may want to set the density (-density option) or the size of the final 
pages. See the man page for details.

Best regards.
        Alex

Reply via email to