Re: PDF bookmarks not working

2002-01-03 Thread Trevor_Campbell
I think bookmarks may be broken in the version you are using. I'm using them extensively with FOP-0.20.2RC and they work fine. Trev

Re: carriage return

2002-02-05 Thread Trevor_Campbell
Normal this should be done as 2 separate fo:blocks. Hi, Community Trev "dav sem"

Re: Getting system-time

2002-02-12 Thread Trevor_Campbell
Xalan also supports this sort of function using builtin java namespace extension. see http://xml.apache.org/xalan-j/extensions.html#java-namespace Trev Chuck Pauss

Re: watermarking

2002-03-05 Thread Trevor_Campbell
Use the region-before. Make it large enough to contain your image and then include a block (and if required an absolutely positioned block-container) with your image in the static-content for the region-before. (BTW this is the same technique as used in MS Word). Trev

Re: AW: watermarking

2002-03-06 Thread Trevor_Campbell
Yes. The region-before and main body areas can fully overlap if required. "S. Jayaraman" <[EMAIL PR

Re: XML string input

2002-03-19 Thread Trevor_Campbell
Create a stream over your XML, InputStream xmlStream = new StringBufferInputStream(strXML); then create an Input Source new InputSource(xmlStream); "Olivier Buisard"

Re: fopprintservlet exception

2002-04-18 Thread Trevor_Campbell
I think you are missing the XML parser. Add xerces.jar to your path Trev Naveen_Rojanal [EMAIL PRO

RE: foregroundColor

2002-05-13 Thread trevor_campbell
A note about using XML-SPY for fop development. I used it quite a bit lately and while I found it good, the DTD it uses for XSL:FO is far from complete and sometimes incorrect. That's not to say it isn't very useful, just be careful and have the spec (http://www.w3.org/TR/xsl/) handy as well. Tr

Re: Question about watermarking in FOP.

2002-05-26 Thread trevor_campbell
I'm afraid I don't know the answer to that one but I have forwarded your enquiry to the fop-user mailing list. You should join in, perhaps. Trev "Todeush,