Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

converting image to pdf file

hi,
I want to convert image into pdf file from my java application.
is there any free api's available to convert image to pdf file?
Can anybody give me information regarding this
Thanks in advace
laxmi
[240 byte] By [laxmi] at [2007-11-11 10:16:39]
# 1 Re: converting image to pdf file
itext is a free PDF api and it is very powerful.
see the following link
http://www.lowagie.com/iText/
sudheerprem at 2007-11-11 22:31:43 >
# 2 Re: converting image to pdf file
I'd like to use Image2PDF to convert image to pdf. It is very useful for me. You could find the guide and faq of the software here http://www.qweas.com/download/converters/pdf_converters/image2pdf_guide.htm .But it is not free.
chen2 at 2007-11-11 22:32:48 >
# 3 Re: converting image to pdf file
There are a lot of applications available to convert image to pdf. primopdf is the free and high quality one. But Image2PDF and primopdf does not expose api-s to convert image or document to pdf programatically. So you can't use this from java application.
sudheerprem at 2007-11-11 22:33:47 >