Cameron Ingram wrote: > I was able to load the image into the pdf by loading it directly from a > file instead of a servlet. > > I do have another problem, has any one had some success with Multipage > tiff. I downloaded TIFFRenderer for FOP, version 0.9 and used that but I > have been unsucessful with using it and generating a PDF from it. If I > just use the standard renderer "Driver.RENDER_PDF" the tiff image is > loaded but only loads the first image. > > Does any one have any ideas??
Multipage TIFF images have a poor level of support in general. Most applications that handle TIFFs just readl and display the first page of a multipage TIFF. I'd suggest that you get the TIFF utils from http://www.libtiff.org/, and work tiffsplit into your workflow. That'll separate out the multipage tiff into single image files with predictable names. I don't think you're going to get multipage TIFF support natively in FOP for a while. HTH, Mike. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
