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: PDF images not appearing in PDF output.


That did it.  Your my hero of the day, Bob.

Thanks.

Bob McIlvride wrote:

>  
> 
>>And I've added pdf to the following in the stylesheets:
>>
>>(define %graphic-extensions%
>>   '("eps" "epsf" "gif" "tif" "tiff" "jpg" "jpeg" "pdf" "png"))
>>
> 
> Are you wrapping the graphics in <mediaobject> or <inlinemediaobject>?  
> If so, try one of these:
> 
> ;; List of mediaobject filename extensions.
> (define preferred-mediaobject-extensions
>   (list "jpeg" "jpg" "png" "avi" "mpg" "mpeg" "qt" "pdf"))
> 
> ;; List of inlinemediaobject filename extensions.
> (define preferred-inlinemediaobject-extensions
>   (list "jpeg" "jpg" "png" "avi" "mpg" "mpeg" "qt" "pdf"))


                                   --
                      Joe Cooper <joe@swelltech.com>
                  Affordable Web Caching Proxy Appliances
                         http://www.swelltech.com


------------------------------------------------------------------
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]