RE: including refentry titles in running header

2007-05-28 Thread Jeff Powanda
Sending this once again, because it doesn't appear to have been posted. Regards, Jeff Powanda From: Jeff Powanda [mailto:[EMAIL PROTECTED] Sent: Friday, May 25, 2007 9:46 AM To: fop-users@xmlgraphics.apache.org Subject: including refentry titles in runnin

Font substitution

2007-05-28 Thread Daniel Noll
Hi all. I've just remembered something I was going to ask a long time ago. Sorry to wake an old and potentially dead topic. ;-) Vincent Hennebert said a few months ago: > Actually both the PDF renderer and the Java2D one do the same thing, > that is fall back to default fonts. It's just that f

Re: Ref-IDs in custom FOP 0.93 extension

2007-05-28 Thread Jeremias Maerki
Stefan, what you're trying to do is not trivial. You can theoretically get the number of pages in the XMLHandler code like this: PageViewport page = (PageViewport) context.getProperty(PAGE_VIEWPORT); int pageCount = page.getPageSequence().getPageCount(); BUT there is absolutely no guarantee

Re: FOP0.93: png-output in optimized height

2007-05-28 Thread Jeremias Maerki
Hi Franz Thanks for explaining. That really helped. I guess you've got a use case where using pixels is actually making sense despite my earlier comment. Try this: - Make sure you set both the source-resolution and the target-resolution setting in the FOP configuration to 72dpi (or 96, it's impor

Re: gif image in fop 0.93 not supported???

2007-05-28 Thread Jeremias Maerki
I don't know where you read that. FOP 0.93 does indeed not support GIF images in RTF output (though that was not documented). GIF images should work now with the latest code from SVN Trunk. On 25.05.2007 12:09:21 Baeckham wrote: > Hi, > > I read on the FOP website, that gif images are supported i

Change page margin from within page-sequence.

2007-05-28 Thread NarpatSingh Rajpurohit
I m generating generating a pdf with embedded external SVG's. The size of the SVG is same as the size of the PDF being generated (i.e. A4 size). Therefor in resultant out put, the image is drawn after the margin due to which whole image is not rendered in PDF, clipped part of the SVG is drawn in b