RE: Attaching text to bottom of page

2002-02-10 Thread Joshua.Kuswadi
Hi all, If the there isn't enough space for the on the bottom of the last page of a document, is FOP supposed to create a new page for it? I'm currently using version 0.20.1. For some reports, the disclaimer isn't appearing as the number of records returned goes to the bottom of the page and

RE: Concat

2002-01-09 Thread Joshua.Kuswadi
how about:   HTH, Joshua -Original Message-From: Raúl Carazo [mailto:[EMAIL PROTECTED]]Sent: Thursday,10 January 2002 3:53To: FOPSubject: Concat Is there a function like concat for Strings.       I have a param in the xml file (the path of a directory) and the nam

RE: selected checkbox

2001-12-18 Thread Joshua.Kuswadi
Jozef wrote: >To evade problems with fonts supporting checkboxes etc. I use > external images. I know it is not the "pure, clean and scientific" > solution but it always works . > We tried this also, but came across a problem if the file was being referenced too frequently, then it wouldn

RE: xsl:choice

2001-12-09 Thread Joshua.Kuswadi
I think what Scott is trying to say that it is perfectly allowable XSLT to write: Joshua > -Original Message- > From: Matt Savino [mailto:[EMAIL PROTECTED]] > Sent: Monday,10 December 2001 6:57 > To: [EMAIL PROTECTED] > Subject: Re: xsl:choice > >

RE: How do I position basic-links

2001-11-13 Thread Joshua.Kuswadi
> Subject: How do I position basic-links > so that the link is in the same location, i.e. on top of, the text I'm > attempting to set a link for? Do you mean, This is the link text ? HTH, Joshua -- This message

RE: no visual tool for FOP?

2001-11-12 Thread Joshua.Kuswadi
> I am wondering if there is no way for users > to generate WISWIG xsl:fo files? > > like for HTML, users would use Dreamweaver, rather > than writing programs Document doc.addElement(new Table(...)). > HP released something recently. I haven't tried it, but you can find it here: http://w

RE: DPI of images...

2001-10-29 Thread Joshua.Kuswadi
Christian wrote: > If I insert images in PDFs, what DPI is used? Is that defined? > Are the DPI used, that can be stored in JPG? According to the spec, for fo:external-graphic: http://www.w3.org/TR/xsl/slice6.html#fo_external-graphic "In the case when the graphics format does not specify

RE: Table Column-Headers

2001-10-25 Thread Joshua.Kuswadi
Title: Table Column-Headers Hi Chris, Have you looked at fo:table-header? This should do what you want.         ... content for the column headings ...                 ... content for the body of the table ...           HTHs,Joshua -Original Message-From: Wes

RE: How can I set the margins in a pdf to be printed?

2001-10-25 Thread Joshua.Kuswadi
Title: How can I set the margins in a pdf to be printed? Hi Andrew,   Check your Acrobat setting 'Fit to page' on the print dialogue box. If this is checked, it may mean that the PDF content gets scaled into the printable area.   HTH, Joshua -Original Message-From: Clute, Andrew

FW: FOP - Optimising the image caching mechanism for fo:external- graphic

2001-10-17 Thread Joshua.Kuswadi
Hi there, A colleague of mine working with me on using FOP had this suggestion. It didn't get posted as he is not a member of the fop-dev mailing list. Hope you don't mind me forwarding this on. Joshua > -Original Message- > From: Bird, Andrew > Sent: Wednesday,3 October 2001 17:17 >

RE: Reference books

2001-08-27 Thread Joshua.Kuswadi
If you want a web site that has all this information, as well as links to the standard: http://www.zvon.org/xxl/xslfoReference/Output/ Joshua > Hi All > > Does anyone know of a good reference book that list all the different > elements and attributes and their uses. I have a copy of XSLT

RE: [Bug 3208] New: Blocks aligned incorrectly in PDF

2001-08-22 Thread Joshua.Kuswadi
>regarding the first problem: are you printing under windows > with acrobat > >reader 4.0 and up? Try printing on a different printer. I > have similar > >problems with WinNT and Acrobat Reader 4 an 5 when I am > printing to a HP > >LaserJet 4M+. When using Acrobat reader, check that the 'Fit

RE: Property inheritance (space-before)

2001-08-19 Thread Joshua.Kuswadi
> From: Arved Sandstrom [mailto:[EMAIL PROTECTED]] > 'space-before' is _not_ inheritable in any case, so it is > something of a > moot point. What you are confusing that with is the > possibility of using the > "inherit" keyword, which is a different beast. Hi Arved, Thank you for clearing t

Property inheritance (space-before)

2001-08-16 Thread Joshua.Kuswadi
Hi there, Sorry about the cross post, I just posted this to [EMAIL PROTECTED], but thought as the difference is in two versions of FOP, someone here could help me understand my problem. I'm quite new to using XSL-FO and have got a question about what is correct syntax for XSL-FO regarding pro