Re: [docbook-apps] Indexing.

2012-05-07 Thread davep
On 06/05/12 22:45, John W. Shipman wrote: There are certain very specific fetishes I have about indexing that I see violated quite often. !Not sure you should be talking about your fetishes in public John!! The index to the Guide to LaTeX by Helmut Kopka has an example of a horrible flaw

Re: [docbook-apps] Image maps in PDF output

2012-05-07 Thread Tyson Marchuk
Hi Bob, Thank you. I guess I'll have to do something else then if hotspots on graphics are not supported in PDFs. I did some more searching and apparently PDFs do support this (http://www.authorst.com/hot_graphics_in_pdf_file.php) so I guess it is a limitation of the DocBook XSL to PDF

RE: [docbook-apps] Image maps in PDF output

2012-05-07 Thread Dominik Psenner
Hi Tyson, In general docbook documents are transformed to an intermediate representation before they are processed to pdf. The intermediate representation is FO (formatting objects). Have you tried to write down a couple of formatting objects (FO) that FOP is capable of processing them to pdf as

Re: [docbook-apps] Image maps in PDF output

2012-05-07 Thread ben.guillon
FYI, dblatex supports callouts on images (see http://dblatex.sourceforge.net/example/dblatex/example.pdf, section 5.1). The only constraint to have relevant coordinates. Regards, BG On Mon, 07 May 2012 16:29:16 +0200, Tyson Marchuk tmarc...@cdlsystems.com wrote: Hi Bob, Thank you. I

Re: [docbook-apps] Image maps in PDF output

2012-05-07 Thread Carlos Araya
Ben and Tyson: Callouts on images are very different than image maps. To get image callouts to work with docbook you have to use either Saxon or Xalan as they need extension packages written for the specific processors (the functionality does not work with XSLT 1.0 stylesheets) These packages

Re: [docbook-apps] Image maps in PDF output

2012-05-07 Thread Carlos Araya
Ben: After reading the section I indicated from Bob's book I realized that you're correct. You can not do callouts on image files even when using the Java Extensions. The explanation for using the callout images as explained in Bob's book is still valid. Question for the Java/XSL experts on the

[docbook-apps] Python to PDF via XSL-FO

2012-05-07 Thread John W. Shipman
As much as I love XSLT (half-kidding here), I have several applications to generate PDFs from databases, and from other sources that XSLT can't reach directly. Since I discovered SQLAlchemy (http://www.sqlalchemy.org), life is much nicer: In Python, I can pull data from SQL databases without