AW: Irregular start of text in table

2002-02-27 Thread Nick Winger
when i use the "normal" font Helvetica the alignment is right. this irregular alignment comes only with user font arial... -Ursprüngliche Nachricht- Von: Nick Winger [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 27. Februar 2002 11:42 An: Apache Mailinglist (E-Mail) Betreff:

Irregular start of text in table

2002-02-27 Thread Nick Winger
uses text-align="center" in the fo:block, has the same align in every row. is this a bug or something ? or is this because of acrobat reader ? beside i use a user font: arial.ttf here's the code how the table cell with the "1"s look like: 1 greetings Nic

Irregular start of text in table

2002-02-27 Thread Nick Winger
er" in the fo:block, has the same align in every row. is this a bug or something ? or is this because of acrobat reader ? beside i use a user font: arial.ttf here's the code how the table cell with the "1"s look like: 1 greetings Nic

getting the length in cm,mm or pt of a string

2002-02-21 Thread Nick Winger
hi ! is it possible to calculate, for a given font ( for example: arial ), the length of a string in cm, mm or pt ( the length which it will have in the pdf file content ) greetings Nick Winger (Software-Developer) == VANGUARD Software GmbH Julius Tandler Platz

how to vertically align center

2002-02-21 Thread Nick Winger
hi ! is it possible to vertically center align the content of a block or table cell ? thanks and greetings Nick Winger (Software-Developer) == VANGUARD Software GmbH Julius Tandler Platz 8 1090 Vienna, AUSTRIA Phone: +43-1-3195263-20 Fax: +43-1-3195263-90 http

i think this is a bug

2002-02-20 Thread Nick Winger
; of "Inkubator" goes into the next cell !!!of the table row!!! that looks not right. here's the code: " " Transport Inkubator 5400 " " greetings Nick Winger (Software-Developer) == VANGUARD S

i think this is a bug

2002-02-20 Thread Nick Winger
; of "Inkubator" goes into the next cell !!!of the table row!!! that looks not right. here's the code: " " Transport Inkubator 5400 " " if anybody knows an answer, please let me know. there's also a screenshot i mailed, yo

problem with fop 20.3

2002-02-20 Thread Nick Winger
e anybody know what i have to change to get it running with version 20.3 ? greetings Nick Winger (Software-Developer) == VANGUARD Software GmbH Julius Tandler Platz 8 1090 Vienna, AUSTRIA Phone: +43-1

displaying image with external graphic

2002-02-20 Thread Nick Winger
hi ! when i use: everything works and the image gets loaded, but when i have it in a different directory, for example "pictures" and i write: it doesn't find the file. anybody can help ? beside, do you know which graphic formats are supported by external-graphic ? greetin

how does the embbeded font thing work ?

2002-02-19 Thread Nick Winger
can not be found... so where do i have to put the truetype fonts ? greetings Nick Winger (Software-Developer) == VANGUARD Software GmbH Julius Tandler Platz 8 1090 Vienna, AUSTRIA Phone: +43-1-3195263-20 Fax: +43-1-3195263-90 http://www.v

driver problem -> finding source file

2002-02-19 Thread Nick Winger
e this: Driver driver = new Driver( new InputSource( "FOPTest.fo" ),new FileOutputStream( "FOPTest.pdf" ) ); ) it works. but when i have the source fo file in a different order i get that exception. anybody know why addressing the fo-file doesn&

AW: tabel cell content bigger than table cell width

2002-02-19 Thread Nick Winger
12 An: [EMAIL PROTECTED] Betreff: Re: tabel cell content bigger than table cell width Hi Nick, Normally the text wraps by default. Are you using the latest "maintenance version" (0.20.3)? What are your column widths? Could you send your whole fo:table code? -Karen Nick Winger wrote: > &

tabel cell content bigger than table cell width

2002-02-18 Thread Nick Winger
l to break and write it in the next line of the table-cell ? i've tried (as you can see ) wrap-option="wrap", but that didn't work... please help... thanks " " Some text that is larger than the table cell " &qu

Embbeding external user fonts ( like Arial )

2002-02-18 Thread Nick Winger
site there was an error. a font has a wrong value for CMap/Encoding. anybody knows why this error appears in acrobat reader ? Nick Winger (Software-Developer) == VANGUARD Software GmbH Julius Tandler Platz 8 1090 Vienna, AUSTRIA Phone: +43-1-3195263-20 Fax: +43-1

problem with user font

2002-02-11 Thread Nick Winger
there was an error. a font has a wrong value for CMap/Encoding. anybody knows why this error appears in acrobat reader ? Nick Winger (Software-Developer) == VANGUARD Software GmbH Julius Tandler Platz 8 1090 Vienna, AUSTRIA Phone: +43-1-3195263-20 Fax: +43-1

AW: static content question

2002-02-10 Thread Nick Winger
within an fo:page-sequence " so how do i make a static content in the xsl-region-body while still having a flow xsl-region-body ? thanks and greetings Nick Winger (Software-Developer) == VANGUARD Software GmbH Julius Tandler Platz 8 1090 Vienna, AUS

static content question

2002-02-08 Thread Nick Winger
e same, so i though i might do this with: " ", but then the compiler says: " Exception: flow-names must be unique within an fo:page-sequence " so how do i make a static content in the xsl-region-body while still having a flow xsl-region-body ? thank

question about centimeters (cm) and points (pt)

2002-02-08 Thread Nick Winger
hi ! i have a question: how many pt's (points) is 1 or 10 cm (centimeters) and/or how many cm is 1 or 10 pt's ? thanks and greetings Nick Winger (Software-Developer) == VANGUARD Software GmbH Julius Tandler Platz 8 1090 Vienna, AUSTRIA Phone: +43-1-

is it possible to manually draw lines in a table ?

2002-02-07 Thread Nick Winger
elp greetings Nick Winger (Software-Developer) == VANGUARD Software GmbH Julius Tandler Platz 8 1090 Vienna, AUSTRIA Phone: +43-1-3195263-20 Fax: +43-1-3195263-90 http://

problem displaying a table

2002-02-06 Thread Nick Winger
ic content greetings Nick Winger (Software-Developer) == VANGUARD Software GmbH Julius Tandler Platz 8 1090 Vienna, AUSTRIA Phone: +43-1-3195263-20 Fax: +43-1-3195263-90 http://www.v

AW: static table-footer height ?

2002-02-04 Thread Nick Winger
dirty workaround for this: -declare a page sequence that will contain your big (ie multipage) table. -put your table head in a static flow -put the real table content xsl-body flow Hope this helps. Fred. --- Nick Winger <[EMAIL PROTECTED]> a écrit : > hi ! > > > is it possible to hav

static table-footer height ?

2002-02-04 Thread Nick Winger
, and the should look the same ( have the same break for the image in the table-footer) so i would need a static table-footer height... is that possible ? thanks and greetings Nick Winger (Software-Developer) - To

Error when opening pdf in acrobat reader

2002-02-04 Thread Nick Winger
there was an error. a font has a wrong value for CMap/Encoding. anybody knows why this error appears in acrobat reader ? Nick Winger (Software-Developer) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

loading the config.xml in java for rendering ?

2002-02-04 Thread Nick Winger
the driver ? greetings Nick Winger (Software-Developer) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

table border problem, and block text-align problem...

2002-02-04 Thread Nick Winger
ot; i get an error message ! greetings Nick Winger (Software-Developer) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

border of table cell...

2002-02-04 Thread Nick Winger
hi ! in a table cell, there are 4 borders ( north, south, east and west ) is it possible to set the south ( bottom ) border to 0 and the others to 1 ? Nick Winger (Software-Developer) - To unsubscribe, e-mail: [EMAIL

which graphic file formats are supported ?

2002-02-01 Thread Nick Winger
hi ! anybody know where to get a list of which graphic file formats are supported in fop ( in tag ) ? beside, i can't load the xml.apache.org site or www.apache.org at the moment seems to be the server is down ? greetings Nick Winger (Software-Deve

center image in a fo:block ?

2002-01-31 Thread Nick Winger
hi ! how can i center a table horizontally on a page and how can i center an image in a fo:block horizontally and vertically ? thanks Nick Winger (Software-Developer) - To unsubscribe, e-mail: [EMAIL PROTECTED] For

AW: AW: out of memory exception in java ?

2002-01-29 Thread Nick Winger
thank you ! that kinda works... the footer is displayed is every page, but it overrides the text in the table... that means, the table doesn't stop at the region-after section... can i set the table height per page ? or something like that... so it stops before the region-after-sequence ? other

AW: out of memory exception in java ?

2002-01-29 Thread Nick Winger
thanks ! when i start my table like this: it should make a footer every page ... right ? but it just displays the footer at the end of the table ( not at the end of the page...) you know why ? i have the source fo-file attached... nick -Ursprüngliche Nachricht- Von: [EMAIL PROTECT

out of memory exception in java ?

2002-01-29 Thread Nick Winger
why ? beside: when i have a very large table in one pagesequence... it is rendered to many pages... and on every page i want to have a different image in the footer how does this work ? greetings Nick Winger (Software-Developer)

AW: Please help...

2002-01-28 Thread Nick Winger
/02, Nick Winger wrote: >hi ! > > >i have three questions using fop ( with tables ): > >1. i want to generate a pdf dynamically using java. now first i write a >dynamically fo file (formatted objects): > >on the pages there is always a text ( form start to the m

Anyone can help ?

2002-01-22 Thread Nick Winger
cell line (border) of a cell off ? greetings Nick Winger (Software-Developer) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Three questions

2002-01-21 Thread Nick Winger
cell line (border) off a cell off ? greetings Nick Winger (Software-Developer) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

which graphic formats are supported ?

2002-01-08 Thread Nick Winger
hi ! in thetag: which graphic formats are supported ? e.g.: jpg ? and ... greetings Nick Winger (Software-Developer) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

can someone help solving this exception ?

2002-01-08 Thread Nick Winger
which should be displayed... greetings Nick Winger (Software-Developer) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

AW: cannot not use certain character in xml to make pdf

2002-01-08 Thread Nick Winger
thank you ! it seems to work... but now i get the exception: org.apache.fop.apps.FOPException: The entity "sol" was references, but not declared. do you know what this means ? greetings Nick Winger -Ursprüngliche Nachricht- Von: Beer, Christian [mailto:[EMAIL PROTECTED]

cannot not use certain character in xml to make pdf

2002-01-08 Thread Nick Winger
hi ! i cannot use character 0xfc ( an ü ) ( which i need for german language ) and i cannot use 0xa0 ( a non braking space ) can i have fop to use all characters ( can i set the language ? ) where can i find a reference for all classes and methods for fop ? best regards Nick Winger