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"   
 
<[EMAIL PROTECTED]   To: [EMAIL PROTECTED]  
 
tmail.com> cc:  
 
   Subject: carriage return 
 
02/05/02 11:09  
 
PM  
 
Please respond  
 
to fop-user 
 

 

 




Hi community,

If i have to fill text inside 
like (I.E.):

Hi, [carriage return]
Community!

is possible?? which fo command I have
to include to tell FOP Render that my text
have 2 row

DS.


_
Prova MSN Messenger per conversare in linea con i tuoi amici:
http://messenger.msn.it







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 Paussa

<[EMAIL PROTECTED]   To: [EMAIL PROTECTED]  

s.dhl.com> cc:  

   Subject: Re: Getting 
system-time 
02/13/02 01:56 AM   

Please respond to   

fop-user









Meena,

You'll have to use an XSL extension function and use an XSL processor that
implements that function.

The most standard date implementation is the one offered by EXSLT.


http://www.w3.org/1999/XSL/Transform";
xmlns:date="http://exslt.org/dates-and-times";
extension-element-prefixes="date">
. . .


The only xsl processor that implements this internally that I know of is
Saxon by Mike Kay


Chuck
Meena wrote:
 Hi,
 Is there anyway to find the time taken to run an xsl file(something
 that will give the overall time for execution at the end of completion
 of the program)

 Regds,
 Meena


 **Disclaimer




 Information contained in this E-MAIL being proprietary to Wipro
 Limited
 is 'privileged' and 'confidential' and intended for use only by the
 individual or entity to which it is addressed. You are notified that
 any
 use, copying or dissemination of the information contained in the
 E-MAIL
 in any manner whatsoever is strictly prohibited.



  







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





Chris Faulkner  

<[EMAIL PROTECTED]   To: [EMAIL PROTECTED]  
   
world.com>  cc: 

Subject: watermarking   

05/03/2002 08:44 PM 

Please respond to   

fop-user









hello all

Is there any way of adding some kind of watermark to a PDF document
generated with FOP ? I am using FOP in a JSP environment.

Thanks

Chris








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 PROTECTED]   To: <[EMAIL PROTECTED]>
   
nsor.ch> cc:
 
 Subject: AW: watermarking  
 
06/03/2002  
 
08:37 PM
 
Please respond  
 
to fop-user 
 

 

 




Will I be still able to put a watermark across the middle of my page ?
Rgds
Jay

***

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

**

hello all

Is there any way of adding some kind of watermark to a PDF document
generated with FOP ? I am using FOP in a JSP environment.

Thanks

Chris












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"   
  
<[EMAIL PROTECTED]   To: <[EMAIL PROTECTED]>
   
eenmd.com>cc:   
  
  Subject: XML string input 
  
20/03/2002 05:07 AM 
  
Please respond to   
  
fop-user
  

  

  




I would like to transform an XML string instead of an XML file. Is it
possible? (maybe through 'InputSource'?)
Thanks for any help,

Olivier.





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 PROTECTED] To: [EMAIL PROTECTED] 

 cc:
 
18/04/2002   Subject: fopprintservlet exception 
 
10:41 AM
 
Please respond  
 
to fop-user 
 

 

 





Hi,
Does any body have any idea of the below exception.

java.lang.reflect.InvocationTargetException:
org.apache.fop.apps.FOPException:
javax.xml.transform.TransformerException: org.xml.sax.SAXException:
System property org.xml.sax.driver not specified

I am trying to send the xml and the xsl files as input files, to print
directly to the printer, through the servelt FopPrintServlet
(docs/examples/embedding).

I have placed the fop.jar,
batik.jar,avalon-framework-4.0.jar,logkit-1.0.jar,xalan-2.0.0.jar in the
WEB-INF/lib directory.

Thank you for your help.

naveen
i2 Technologies
650-428-2735
http://www.i2.com







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.

Trev




  
"Michael J. Godfrey"
  
<[EMAIL PROTECTED]   To: <[EMAIL PROTECTED]>
 
hesis.com>  cc: 
  
Subject: RE: 
foregroundColor  
14/05/2002 07:34 AM 
  
Please respond to   
  
fop-user
  

  

  




BWHAHA
Many thanks Chuck.. it worked just fine..
Interestingly the color= does NOT show up as auto-completion in xml spy
4.3.
Of course I should not be so dependant on auto-complete ;P
-Michael

-Original Message-
From: Chuck Paussa [mailto:[EMAIL PROTECTED]
Sent: Monday, May 13, 2002 3:38 PM
To: [EMAIL PROTECTED]
Subject: Re: foregroundColor


Michael J. Godfrey wrote:

>Greetings,
>  How do I make this..
>
>
>
>And add foreground-color="#FF"  ?
>
>I am using XML Spy and the auto-complete doesnt seem to display it.
>
>Thanks,
>Michael
>
>
Foreground-color = color
So: It's




Chuck







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,   
 
Serhiy"  To: "'[EMAIL PROTECTED]'"  

   

[EMAIL PROTECTED]>   cc:
 
 Subject: Question about 
watermarking in FOP.
25/05/2002  
 
02:55 AM
 

 

 




Hello, Trevor!

My name is Serhiy Todeush. I am using FOP 0.20.3 to generate PDFs.
Couple of days ago I run into problem with watermark in my documents
because
current version of FOP does not support BACKGROUND-IMAGE.

I saw you answer on the FOP-user forum about using an image in REGION-BEFOR
as a substitution for watermark.
I tried this technique and it worked. But I still have a problem, because
the image appears on the top of text in the main body, i.e. I cannot see
text behind the image.
(I use GIF file with transparent background as the image).

Dou you know by any chance how to resolve the issue? Is there any way to
bring main body text to foreground?
May be you have some working example which you can share with me?


I really appreciate your attention to my request.

Thank you in advance,
Serhiy