xsl-list
[Top] [All Lists]

Re: [xsl] Using XSLFO to place images in a PDF document

2011-07-25 18:44:18
I got it to work with:
<fo:block>
   <fo:external-graphic src="url('1.jpg')">
    </fo:external-graphic>
    </fo:block>

And the complaint has disappeared.
Thanks anyway.

-----Original Message----- From: Mark
Sent: Monday, July 25, 2011 4:04 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Using XSLFO to place images in a PDF document

Not sure if this is the right place, but maybe someone here can help.

I have used XSLFO extensively to create PDF documents. Now I want to output
JPEG images to a PDF document from an XSLFO stylesheet but FOP complains
that it could not find an ImagePreLoader. Is an ImagePreLoader necessary?
Can I load images into a PDF from an XSLFO stylesheet without one? If so,
how?

In case one is required, I went to the FOP site and it implied I needed an
Image Loader Framework (I think this is the ImagePreLoader, but am not
sure). They had a link to an Image Loader Framework, but I could not
understand a word of their instructions. I think the instructions referenced
Java which I do not know. Can someone direct me to somewhere that has
simpler step by step instructions for making FOP deal with images from
XSLFO?


Thanks,
Mark



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>