Hello all:
Enviro:
Version - fop-0.20.5rc3a
O/S - Win2K
I am trying to insert mixed content into my results from a FOP rendering. I am rendering to both PDF and PS. I have done some preliminary tests with the guidance of the docs, and some earlier posts.
I have been able to insert jpg files into both PDF, PS and TIFF (note I had to use COMPRESSION_JPEG_TTN2 for the jpg to come out, in TIFF). No problem here: I have been able to add multiple jpg's to both all formats as well.
I have been able to mix the content as well... Inserting a jpg and a tiff into the same file.... No problems here as well... Until the tiff is more than one page.
My problem is this.
I am having a heck of a time with TIFF - I read Ben Galbraith post earlier this week and have a couple of follow up questions.
Is it possible to insert a multi-page tiff into a PDF or PS file. When I try I only get the first page of the image, and not the rest. I have about a ${n} number page fax I would like to "append" insert into the resultant PDF + PS.
I am assuming that the result is only getting the first page of the tiff because the tiff is being interpreted as 9 separate images (9 page tiff in my test).
Is this correct ? If my assumptions are right is there a way to for the renderer to embed the entire TIFF Image, that is all 9 pages ?
Also, is there a way to add a TFF to a TIFF from the TIFF renderer in FOP?
Rob
