[Ilugc] PDF generation with gif and tiff

2008-07-20 Thread Usha Subramanian
hi,

Can anyone suggest me how to do PDF generation with gif and tiff
images . I can't achieve this  using  the method add_image_from_file ,
and it works for jpeg and png images.

Thanks in advance
Usha
___
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] PDF generation with gif and tiff

2008-07-21 Thread Arnold Noronha
On Mon, Jul 21, 2008 at 12:07 PM, Usha Subramanian
<[EMAIL PROTECTED]> wrote:
> hi,
>
> Can anyone suggest me how to do PDF generation with gif and tiff
> images . I can't achieve this  using  the method add_image_from_file ,
> and it works for jpeg and png images.
>

you can use convert to make each image as a page, although I am not
sure if this what you're looking for.
$ convert image.gif image.tiff output.pdf


--Arnold
___
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] PDF generation with gif and tiff

2008-07-21 Thread Harish S
On Mon, Jul 21, 2008 at 12:07 PM, Usha Subramanian  wrote:

> hi,
>
> Can anyone suggest me how to do PDF generation with gif and tiff
> images . I can't achieve this  using  the method add_image_from_file ,
> and it works for jpeg and png images.
>

Have a look at PDFlib. I'm not sure if it will meet your needs.
But they have bindings for PHP/Perl/Ruby/C/Java etc...
Regards
Harish

-- 
Computers are like air conditioners - They can't do their job properly if
you open windows
___
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc