WG: page-number

2002-04-10 Thread Henrik Holle
hi,

how can i count all pages in my document? i have different "page-sequence
master-reference" but want to something like :" this document has 12 pages".

is it possible?


regards

henrik holle



print dialog

2002-04-11 Thread Henrik Holle
hi,

at the moment i am printing directly from my application using fop
printrenderer, but now i need a printdialog
to select a specific printer ? i looked at PreviewDialog.java, but without
any idea howto solve my problem?

any ideas?


thx

henrik



subscript and symbol font

2002-04-11 Thread Henrik Holle
why is this not possible?



Ω


this character ist not subscript : Ω 


thx


henrik


PDF vs. AWT

2002-04-23 Thread Henrik Holle
hi,

i have one xsl:fo for PDF rendering and AWT preview. my problem are the
differences between
pdf and awt. In awt, my document fit to page, but in pdf all pages are to
small and the left border is to big? i do not want 2 xsl:fo?s, what else can
i do ?


regards


henrik



AW: page count

2002-04-25 Thread Henrik Holle
I have various page-sequences in my document:



but at the end of the document i need to count the whole pages of all
page-sequences.

!! does not work!




-Ursprungliche Nachricht-
Von: Ian Taylor [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 24. April 2002 13:08
An: [EMAIL PROTECTED]
Betreff: Re: page count


I put this in my 


Page no:  of 


where the last block in the document looks like this



Hope this helps

Ian



At 12:54 PM 4/24/2002 +0200, you wrote:

Hello,

I want to write something like "page x of y" where y is the number of pages
in
my document.
"x" is generated by "" but how do I get "y"??

Harald



external image scales to large

2002-04-26 Thread Henrik Holle
hi,


i simply embedd larger jpg images using the "external-image", but all my
images scale wrong.
It neiter works with the awt-viewer, nor in pdf.









Re: Re: page count

2002-04-26 Thread Henrik Holle

can you please explain me how to count the page in a fo with an xslt? 






-Ursprungliche Nachricht-
Von: Chuck Paussa [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 25. April 2002 17:03
An: [EMAIL PROTECTED]
Betreff: Re: AW: page count


Henrik,

There is no way to do what you want in FO in one pass. What you'll need 
to do is generate the fo: document with some marked up place holders in 
it. Something like . Then run 
that document through an XSLT transformation that adds up the total 
number of pages and replaces those special blocks with the information 
you want. (You'll see this technique referred to in the archives as 
"Making a second pass" over the document.) You can then use FOP to 
generate the output you want.

Chuck

 > Henrik Holle wrote:
 >
 > I have various page-sequences in my document:
 >
 > 
 >
 > but at the end of the document i need to count the whole pages of all 
page-sequences.
 >
 > !! does not work!
 > -Ursprungliche Nachricht-
 > Von: Ian Taylor [mailto:[EMAIL PROTECTED]
 > Betreff: Re: page count
 >
 > I put this in my 
 >
 >  Page 
no:  of  
 where the last block in the document looks like this 

 >
 > Ian
 > At 12:54 PM 4/24/2002 +0200, you wrote:
 >
 > Hello,
 >
 > I want to write something like "page x of y" where y is the number of 
pages in my document. "x" is generated by "" but how do 
I get "y"??
 >
 > Harald






[ERROR]: Can't add attribute to 0-length text

2002-04-30 Thread Henrik Holle
[INFO]: Parsing of document complete, stopping renderer
[ERROR]: Can't add attribute to 0-length text


it is very strange.

my fo is working fine with the  pdf render, but the awt render throws this
error ??
any ideas ?



unicode problem

2002-05-16 Thread Henrik Holle
hi,

i have an java string with an greek alpha letter.  i do not know how to
convert the java unicode string so that i can display
it with fop


i need something like:
α



fixed size

2002-05-22 Thread Henrik Holle
hi

can i make table-cells fixed size withe the current fop-release? for example
a cell with 4cm height and 4cm width?
and is it also possbile to avoid pagebreak on some of my page-master?

thx

henrik
-Ursprungliche Nachricht-
Von: Cyril Rognon [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 22. Mai 2002 11:47
An: [EMAIL PROTECTED]
Betreff: Re: FOP's performances...


Philippe,

I do not think that native compilation is the main solution for FOP's speed.

The main issue is the overal architecture of FOP. This is adressed by the
redesign effort. If you are interested, please, go to the FOP web site to
see the list of addressed issues and to see where you could help the FOP
team.

As for me, speed issue only appear with large document around 200-2000
pages (I don't even mention above these values).

Of course, the more raw computing your software has to do, the more
efficient it will be when native compiled. Yet I do not think this is the
issue here.

Hope this helps.


By the way, what  average speed would you consider ok ?

Cyril

At 11:32 22/05/2002 +0200, you wrote:
>At present there are problems of speed...
>
>To improve FOP's performances,
>Does anybody have to test products to compile class Java FOP ?
>
>Example:
>http://www.excelsior-usa.com/jet.html
>http://gcc.gnu.org/java/



Vertical alignmnet of external graphics

2003-02-02 Thread Henrik Holle
Hi,


I want to vertical center an external graphics in an fo:block and i have
no idea how i can do this.

My code:

  
 
 
   
 TEST
 


   
 
   



Using this xsl:fo document, my external-graphics is always some pts
above the text.



The image:





http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";>







Thanks!



Best regards


Henrik holle


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