Vertical alignmnet of external graphics

2003-02-02 Thread Henrik Holle
//EN http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd; svg width=7 height=7 rect x=0 y=0 width=7 height=7 style=fill:rgb(255,255,255);stroke:rgb(0,0,0);stroke-width:0.7/ /svg Thanks! Best regards Henrik holle

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:

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: fo:inline font-family=Symbol font-size=7pt#x03B1;/fo:inline

[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 ?

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. fo:external-graphic src=/

Re: Re: page count

2002-04-26 Thread Henrik Holle
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: fo:page-sequence master

AW: page count

2002-04-25 Thread Henrik Holle
I have various page-sequences in my document: fo:page-sequence master-reference=NameOfMasterReference initial-page-number=1 but at the end of the document i need to count the whole pages of all page-sequences. !fo:page-number-citation ref-id = lastBlock/! does not work! -Ursprungliche

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? fo:inline vertical-align=sub font-size=4pt fo:inline font-family=Symbol font-size=7pt#x03A9;/fo:inline /fo:inline this character ist not subscript : #x03A9; thx henrik

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