Want to create PDF from image(s) on Linux

Linux specific forum
User avatar
Kukulkan
Addict
Addict
Posts: 1396
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Want to create PDF from image(s) on Linux

Post by Kukulkan »

Hello,

I have several JPG images and want to make it a multi-page PDF. More or less a simple wrapper but the PurePDF lib seems only available for Windows?

Any simple method without calling OpenOffice/LibreOffice or others dependencies in the background?

Kukulkan
User avatar
holzhacker
Enthusiast
Enthusiast
Posts: 125
Joined: Mon Mar 08, 2010 9:14 pm
Location: "Mens sana in corpore sano"
Contact:

Re: Want to create PDF from image(s) on Linux

Post by holzhacker »

Hello friend, I've used the libHaru on old projects, if you have trouble using the purepdf on linux try it ...
I had no time to test but already used ... on ubuntu.

Also look in other forums ...

http://www.purebasic.fr/english/search. ... mit=Search
http://libharu.org/
Greetings and thanks!

Romerio Medeiros
romerio@gmail.com
User avatar
Kukulkan
Addict
Addict
Posts: 1396
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Re: Want to create PDF from image(s) on Linux

Post by Kukulkan »

Thank you Holzhacker,

I already found a solution using the convert command-line function of imagemagic. It was possible because I only need to embed JPG images.

I use it in my ScanToPDF tool posted here a few days ago:
http://www.purebasic.fr/english/viewtop ... 27&t=62908

Thank you anyway,

Best,

Kukulkan
Post Reply