cvs commit: xml-fop/src/documentation/content/xdocs relnotes.xml

2003-03-20 Thread vmote
vmote   2003/03/20 00:07:21

  Modified:src/documentation/content/xdocs relnotes.xml
  Log:
  Minor spelling, grammar changes. Fixed JAI URL.
  
  Revision  ChangesPath
  1.6   +12 -10xml-fop/src/documentation/content/xdocs/relnotes.xml
  
  Index: relnotes.xml
  ===
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/relnotes.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- relnotes.xml  18 Feb 2003 04:41:47 -  1.5
  +++ relnotes.xml  20 Mar 2003 08:07:21 -  1.6
  @@ -10,15 +10,15 @@
   
   
 FOP 0.20.5
  -  This is the last planed release in the 0.20.x series (aka maintenance 
branch).
  +  This is the last planned release in the 0.20.x series (aka maintenance 
branch).
 Important changes since the last release (0.20.4):
 
   Some hyphenation patterns (cs, da, de, de_DR, el, en, en_US, fr, nl,
  -no, pt, ru, sk, tr) have been removed due to licensing reasons. 
  -We hope to resolve this issue until the final release.
  +no, pt, ru, sk, tr) have been removed due to licensing reasons.
  +We hope to resolve this issue before the final release.
   (English hyphenation is still available as en_GB)
   
  -Documentation is done with http://xml.apache.org/forrest/";>
  +Documentation is now built with http://xml.apache.org/forrest/";>
   Forrest (version 0.3). You need to install Forrest if you want build 
the docs
   yourself. (See
   http://xml.apache.org/forrest/your-project.html";>Using 
Forrest)
  @@ -26,19 +26,21 @@
   The following JARs have been updated:
   Xerces to version 2.2.1, Xalan to version 2.4.1 and Batik to version 
1.5beta4.
   
  -Fop has been compiled with Jimi support this time but you still have to 
download
  -http://java.sun.com/products/jimi/";>Jimi, extract the 
archive,
  +FOP has been compiled with Jimi support, but Jimi is not included in the
  +FOP distribution. To use it, first download
  +http://java.sun.com/products/jimi/";>Jimi, then extract
  +the archive, then
   copy JimiProClasses.zip to FOP's lib dir and rename it to jimi-1.0.jar.
   
  -Fop has been compiled with
  -http://java.sun.com/products/java-media/jai/JAI";>JAI
  -support. For using JAI you just need to install it.
  +FOP has been compiled with JAI support, but JAI is not included in the
  +FOP distribution. To use it, simply install
  +http://java.sun.com/products/java-media/jai";>JAI.
   
   Links in PDF won't generate multiple link rectangles anymore. If this causes
   a problem you can set the system property "links.merge" to "no".
   
 
  -  
  +
   
   
 FOP 0.20.4
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: logo contest

2003-03-20 Thread Christian Geisert
Peter B. West wrote:
Let's do some elimination rounds.  Everyone pick a small number of 
favourites, say 3.  Eliminate anything that doesn't get 2 votes.  Do the 
same, specifying 2 favourites.  Eliminate.  Then vote for 1 logo.  Most 
votes wins.  In the event of a tie, there's a run-off for the winner.
My favourite is #7 By Tobias Muller, actually not the logo itself but
I like the idea with the feather and the inkstand (? - 
dict.tu-chemnitz.de tells me this is the translation for Tintenfass)

My second favourite #26 By Michael Schnuerle.

Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


Re: logo contest

2003-03-20 Thread Christian Geisert
J.Pietschmann wrote:
Peter B. West wrote:

This will have to wait until Joerg gets back from London.
...and until a SVG viewer is up and running :-/
Have you tried Squiggle (Batik's SVG viewer) ?
You just have to copy&paste the URLs from the HTML source.
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


Re: Problem with the driver

2003-03-20 Thread vikram . x . kondadasula

Hai,

I do have all the jars in the build path.This happens only when i am trying
to do it using a servlet, It works
if run from main.

Thanks
Vikram




"Jeremias Maerki" <[EMAIL PROTECTED]> on 03/20/2003 02:16:09 AM

Please respond to [EMAIL PROTECTED]

To:[EMAIL PROTECTED]
cc:
Subject:Re: Problem with the driver


And now you're probably missing fop.jar in your classpath. Please check
that you've got all necessary JAR files for FOP in your classpath:
fop.jar, avalon-framework.jar, batik.jar, an XML parser and an XSLT
engine and optionally: jimi.jar, jai.jar etc.

If you have an exception like that you can find out yourself where the
missing classes are: You can open JAR file with tools like WinZip to see
what classes are inside. Then, I'm sure you'll find out yourself what
JAR is missing.

By the way: Please post pleas for help on the fop-user mailing list.
Thank you.

On 19.03.2003 23:51:48 vikram.x.kondadasula wrote:
> unhandled exception from servlet [report]: org/apache/fop/apps/Driver



Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]










-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



Re: Problem with the driver

2003-03-20 Thread vikram . x . kondadasula

Hai,

I do have all the jars in the build path.This happens only when i am trying
to do it using a servlet, It works
if run from main.

Thanks
Vikram




"Jeremias Maerki" <[EMAIL PROTECTED]> on 03/20/2003 02:16:09 AM

Please respond to [EMAIL PROTECTED]

To:[EMAIL PROTECTED]
cc:
Subject:Re: Problem with the driver


And now you're probably missing fop.jar in your classpath. Please check
that you've got all necessary JAR files for FOP in your classpath:
fop.jar, avalon-framework.jar, batik.jar, an XML parser and an XSLT
engine and optionally: jimi.jar, jai.jar etc.

If you have an exception like that you can find out yourself where the
missing classes are: You can open JAR file with tools like WinZip to see
what classes are inside. Then, I'm sure you'll find out yourself what
JAR is missing.

By the way: Please post pleas for help on the fop-user mailing list.
Thank you.

On 19.03.2003 23:51:48 vikram.x.kondadasula wrote:
> unhandled exception from servlet [report]: org/apache/fop/apps/Driver



Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]










-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



FOText constructor (trunk)

2003-03-20 Thread Victor Mote
There is a change between the maintenance branch & the redesign (trunk) that
I do not understand. The constructor for FOText no longer has its parent
node as a parameter as it did in the maintenance branch. Does anyone know
the purpose of this? FWIW, it was part of the very first revision after the
maintenance branch was created (rev 1.25). Specifically, is it a problem if
I put it back in?

Victor Mote (mailto:[EMAIL PROTECTED])
2025 Eddington Way
Colorado Springs, Colorado 80916
Voice +1 (719) 622-0650
Fax   +1 (720) 293-0044


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



Re: FOText constructor (trunk)

2003-03-20 Thread Jeremias Maerki
I can't tell. Probably not. I hope Keiron can jump in here.

The only thing that comes to my mind right now is the problem of garbage
collection. Having parent-to-child references is one thing. Having
child-to-parent references is another. In the PDF lib refactoring I'm
currently doing, I've introduced WeakReferences for child-to-parent
references so discarded objects can be garbage collected without having
to develop extensive clean-up code. Maybe something like that played in
there: Minimizing child to parent references. I really can't tell from
CVS.

Anyway, may I ask for the reason that you want to do that?

On 20.03.2003 19:03:25 Victor Mote wrote:
> There is a change between the maintenance branch & the redesign (trunk) that
> I do not understand. The constructor for FOText no longer has its parent
> node as a parameter as it did in the maintenance branch. Does anyone know
> the purpose of this? FWIW, it was part of the very first revision after the
> maintenance branch was created (rev 1.25). Specifically, is it a problem if
> I put it back in?


Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



Re: Problem with the driver

2003-03-20 Thread J.Pietschmann
[EMAIL PROTECTED] wrote:
I do have all the jars in the build path.This happens only when i am trying
to do it using a servlet, 
You'll have to deploy all the jars so that the servlet container
can find them. Usually this means putting them into WEB-INF/lib.
J.Pietschmann



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


RE: FOText constructor (trunk)

2003-03-20 Thread Victor Mote
Jeremias Maerki wrote:

> Anyway, may I ask for the reason that you want to do that?

Sure. I am trying to port some code I wrote to implement text-transform for
the maintenance branch over to the trunk. One of the key things there is to
tie together all FOText objects that are part of the same Block, so that
word boundaries are respected regardless of the markup. The way I
implemented this was to keep finding ancestors until I came to a Block. I
can't do that without the reference to the parent. It is not a high priority
thing, but I am trying to finish up all of the stuff I started in the
maintenance branch.

Victor Mote


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



Re: FOText constructor (trunk)

2003-03-20 Thread Jeremias Maerki
Hmm, I'm no specialist in this area but wouldn't this be part of the
property refinement which lies within the scope of Peter's work to be
integrated with the trunk? I just hope you guys don't do the work twice.
You two better stick your heads together. Just a thought.

On 20.03.2003 21:59:59 Victor Mote wrote:
> Jeremias Maerki wrote:
> 
> > Anyway, may I ask for the reason that you want to do that?
> 
> Sure. I am trying to port some code I wrote to implement text-transform for
> the maintenance branch over to the trunk. One of the key things there is to
> tie together all FOText objects that are part of the same Block, so that
> word boundaries are respected regardless of the markup. The way I
> implemented this was to keep finding ancestors until I came to a Block. I
> can't do that without the reference to the parent. It is not a high priority
> thing, but I am trying to finish up all of the stuff I started in the
> maintenance branch.


Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



Water mark

2003-03-20 Thread vikram . x . kondadasula

Hai,

Could any one tell me how to create a water mark in pdf document.

Thanks
Vikram



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



PAGE NUMBER HELP IN PDF

2003-03-20 Thread Shyam Sundar
Title: PAGE NUMBER HELP IN PDF





hi,


i need some help regarding page numbers in pdf output.


i have a pdf which spans for 10 pages. i am able to print page numbers for every page.


but the requirement is the ouptut should be like 1of 10 for the first page,2 of 10 for the second page etc.


can anyone help me.ASAP


CHEERS
shyam






email virus error

2003-03-20 Thread Drake, Mark
Has anyone ever seen a situation where a pdf created using FOP and 
xsl:fo is sent in an email directly from Internet Explorer (File -> Send 
-> Page by Email), and the recipient gets this email virus warning when 
they receive the email?

Found virus EMail_Flaw_MIME_Tag_Overflow in file
The file is deleted.

When the pdf is saved locally, then emailed, it works fine.  I am using Apache version 
0.20.2.

Thanks for your help,

Mark Drake
Principal Financial Group


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



Re: Water mark

2003-03-20 Thread J.Pietschmann
[EMAIL PROTECTED] wrote:
Could any one tell me how to create a water mark in pdf document.
See
 http://xml.apache.org/fop/faq.html#pdf_watermark
J.Pietschmann



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


Re: PAGE NUMBER HELP IN PDF

2003-03-20 Thread J.Pietschmann
Shyam Sundar wrote:
but the requirement is the ouptut should be like 1of 10 for the first page,2
of 10 for the second page etc.
See
 http://xml.apache.org/fop/faq.html#fo_total_pages
J.Pietschmann

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


RE: PAGE NUMBER HELP IN PDF

2003-03-20 Thread Shyam Sundar
Title: RE: PAGE NUMBER HELP IN PDF





thank you...
but i have multiple documents and it is generating errors .


cheers
shyam


-Original Message-
From: J.Pietschmann [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 21, 2003 11:18 AM
To: [EMAIL PROTECTED]
Subject: Re: PAGE NUMBER HELP IN PDF



Shyam Sundar wrote:
> but the requirement is the ouptut should be like 1of 10 for the first page,2
> of 10 for the second page etc.


See
  http://xml.apache.org/fop/faq.html#fo_total_pages


J.Pietschmann



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]





Re: FOText constructor (trunk)

2003-03-20 Thread Keiron Liddle
Hi Victor,

If I can remember correctly, it was done for a few reasons.
Originally it was using the parent to load properties, it would then store these 
properties in variables and pass them to methods when doing layout.
It is possible that the same parent could have more than one FOText child created, 
depending on SAX events and other children, this meant that it was reading those 
properties and putting them into variables multiple times when only one copy was 
needed. The TextInfo class holds this information.
Also now that the layout is done separately it is easier to pass a single object with 
all the text information.
The other is to reduce references in the fo tree.

So if possible I would suggest putting the required properties into the TextInfo 
class.

Keiron.

> There is a change between the maintenance branch & the redesign (trunk) that
> I do not understand. The constructor for FOText no longer has its parent
> node as a parameter as it did in the maintenance branch. Does anyone know
> the purpose of this? FWIW, it was part of the very first revision after the
> maintenance branch was created (rev 1.25). Specifically, is it a problem if
> I put it back in?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



RE: FOText constructor (trunk)

2003-03-20 Thread Keiron Liddle
> Jeremias Maerki wrote:
> 
> > Anyway, may I ask for the reason that you want to do that?
> 
> Sure. I am trying to port some code I wrote to implement text-transform for
> the maintenance branch over to the trunk. One of the key things there is to
> tie together all FOText objects that are part of the same Block, so that
> word boundaries are respected regardless of the markup. The way I
> implemented this was to keep finding ancestors until I came to a Block. I
> can't do that without the reference to the parent. It is not a high priority
> thing, but I am trying to finish up all of the stuff I started in the
> maintenance branch.

Should've read this earlier.

This sounds more like a layout thing.
If you are going to find complete words to do some manipulation then I would 
suggest taking a look at the "getWordChars" method in the layout managers. This 
is used to gather together all strings in from different layout managers, eg. when 
there is a inline fo. At the moment it is meant for hyphenation.
The exact implementation for this may change but that is the general idea.

> Victor Mote





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



DO NOT REPLY [Bug 18216] New: - fo:table ignores break-before="column" and break-after="column"

2003-03-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18216

fo:table ignores break-before="column" and break-after="column"

   Summary: fo:table ignores break-before="column" and break-
after="column"
   Product: Fop
   Version: 0.20.5
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: Normal
  Priority: Other
 Component: general
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Tested this in a two-column region-body.  As a sanity check, I tried , which worked.  Workaround:  enclose the entire 
 in an  ... that works.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]