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.


 
> 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"))


Cheerio!

Bob

---------------------------------------
Robert McIlvride (robert@cogent.ca)
Cogent Real-Time Systems (www.cogent.ca)

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