How to convert a TIF or PNG to PDF  
Author Message
Armin Gajda





PostPosted: 2006-10-9 20:29:00 Top

java-programmer, How to convert a TIF or PNG to PDF Hi,

is there a way to convert a TIF or PNG to PDF without the use of a
commercial library?

--
bye Armin
 
Brandon McCombs





PostPosted: 2006-10-9 22:36:00 Top

java-programmer >> How to convert a TIF or PNG to PDF Armin Gajda wrote:
> Hi,
>
> is there a way to convert a TIF or PNG to PDF without the use of a
> commercial library?
>

I found this after 2 min on google. will it work for uou?
http://www.lowagie.com/iText/

this is page 2 of the search results where itext is listed
http://www.google.com/search?q=java+png+to+pdf+library&hl=en&lr=lang_en&start=10&sa=N
 
opalpa opalpa@gmail.com http://opalpa.info





PostPosted: 2006-10-9 23:14:00 Top

java-programmer >> How to convert a TIF or PNG to PDF

iText is good: A) The API is usable B) There are examples C) There is a
mailing list that gets good traffic.

All the best,
opalpa
email***@***.com
http://opalpa.info/

 
 
Lew





PostPosted: 2006-10-10 4:08:00 Top

java-programmer >> How to convert a TIF or PNG to PDF opalpa email***@***.com http://opalpa.info wrote:
>
> iText is good: A) The API is usable B) There are examples C) There is a
> mailing list that gets good traffic.

I was on two projects over the last year or so that used iText extensively.
The "PDF guy" in the projects was a moderately experienced Java programmer,
but not a Guru, and he had little to no trouble with it. He got beautiful
pages out with a minimum of effort.

This was in a Servlet/JSP environment where the PDFs were viewed through the
browser on the client side. It did not, however, involve converting graphics
to PDF.

That recommends the product to me.

- Lew
 
 
Armin Gajda





PostPosted: 2006-10-11 21:35:00 Top

java-programmer >> How to convert a TIF or PNG to PDF Brandon McCombs schrieb:
> Armin Gajda wrote:
>> Hi,
>>
>> is there a way to convert a TIF or PNG to PDF without the use of a
>> commercial library?
>>
>
> I found this after 2 min on google. will it work for uou?
> http://www.lowagie.com/iText/
>
> this is page 2 of the search results where itext is listed
> http://www.google.com/search?q=java+png+to+pdf+library&hl=en&lr=lang_en&start=10&sa=N
>

Ok thank you - I will try it!

--
bye Armin...