This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Transforming DocBook to PDF with FOP


At 09:37 AM 6/3/01, Frederic Demians wrote:
>I use FOP to transform a DocBook XML file. My source file contains a lot of screen shot.
>
>Step 1: I transform XML DocBook file to a FO file with Norman XSL. References to image file look like :
>
><fo:external-graphic height="auto" width="auto" content-height="auto" content-width="auto" src="url(file:img/resultat_image.jpg)"/>
>
>Step 2: I use FOP to transform my FO file to a PDF file. And I get an error message for each image file reference:
>
>Error while creating area : no protocol : url(file:/img/resultat.jpg)

try url(../img/resultat.jpg) or whatever the relative path is.

HTH DaveP


------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]