Re: Table of Contens fo:leader Problem

2007-11-27 Thread Dirk Bromberg
/fo:block /fo:table-cell /fo:table-row /fo:table-body /fo:table I guess, we'd need a text-indent-last or something. Jeremias Maerki On 26.11.2007 12:46:43 Dirk Bromberg wrote: Hi Users, i've a small problem with the usage of a leader. When i will render a TOC

Table of Contens fo:leader Problem

2007-11-26 Thread Dirk Bromberg
Hi Users, i've a small problem with the usage of a leader. When i will render a TOC, i use this code: fo:block text-align-last=justify1 Demo Demo Demo Demo Demo Demo Demo Demo Demo Demo Demo Demo Demo Demo Demo Demo Demo Demo fo:leader leader-pattern=rule rule-thickness=0.5pt/ 555

fop pagebreak problems / errors

2007-03-27 Thread Dirk Bromberg
Hi fops, I've got some strange behaviour of the fop-mechanisms when I try to force a page break from within a table. Basically the page breaks seem to have no effect, as long as the height of an enclosing row is not reached. I'm using fop-0.93. I attached a small set of files to

Re: own URIResolver for ttf fonts?

2007-01-03 Thread Dirk Bromberg
No, what i need is a way to add a resolver which pulls the files out of an database. So it is more like the basepath... Dirk Peter schrieb: Perhaps the setFontBaseURL method in FopFactory does what you want ? Peter -Original Message- From: Dirk Bromberg [mailto:[EMAIL

Re: own URIResolver for ttf fonts?

2007-01-03 Thread Dirk Bromberg
/ServletContextURIResolver.java?view=markup On 03.01.2007 18:33:53 Dirk Bromberg wrote: Hi, is it possible the override a resolver for the destination of the ttf file (whole font handling)? - ttf file - metrics xml file I've tried the URIResolver but it works only for things like images ... Thanks Dirk

Re: Use PDF as input source for FOP

2006-11-30 Thread Dirk Bromberg
Hi, what you want can be done with itext. www.lowagie.com/*iText*/ fop can only create pdfs with some like xml:fo as source. Dirk [EMAIL PROTECTED] schrieb: Has anyone had any experience with using PDF's as input for FOP? We are using FOP 0.20.5 with Java 1.5. We have a PDF that was

none break space and fop

2006-11-24 Thread Dirk Bromberg
Hi, some time ago i've asked for the implementation state fo soft-hyphens. Now i need an answer if none break spaces are implemented in fop (0.92 or trunk) and working!? if they are implemented, which signs are allowed? U+00A0, U+200C and U+200D; (nbsp;) ? I can't find something at the

Re: none break space and fop

2006-11-24 Thread Dirk Bromberg
Thanks. So, we'll try to use this feature. Dirk Manuel Mall schrieb: On Friday 24 November 2006 19:08, Dirk Bromberg wrote: Hi, some time ago i've asked for the implementation state fo soft-hyphens. Now i need an answer if none break spaces are implemented in fop (0.92 or trunk

Re: Table Border Help needed

2006-10-25 Thread Dirk Bromberg
. I don't think it's worth the effort but if the PDF renderer were extended with some smart algorithm that can combine border elements to larger combinations this effect could be avoided. On 24.10.2006 15:41:19 Dirk Bromberg wrote: Hi, i've written an generic table modell which creates the fo

Re: Table Border Help needed

2006-10-25 Thread Dirk Bromberg
no idea how to solve this. On 25.10.2006 09:23:30 Dirk Bromberg wrote: Very thanks, that was it. I've disabled the Acrobat anti-aliasing Smooth line art and now it works fine in the Reader. But when i print the page the borders are like before... is there a Smooth line art setting in the Adobe

Table Border Help needed

2006-10-24 Thread Dirk Bromberg
Hi, i've written an "generic table modell" which creates the fo code for a table. Inline is a sample of the table as screenshot. My problem are the borders in cell which don't have a top and bottom border, here the line in the middle. You can see that the border is thicker than the border in

Re: trouble positionning an image on the top of my document

2006-09-10 Thread Dirk Bromberg
Hi, try to set font-size=0pt at the fo:block where the image is in. Dirk Olivier Mansour schrieb: Hello I have a problem with fop 0.92. I try to set a picture on the top left of the page. It's obvious but I have a little white space on the top of the PDF doc. Here the fo file and the pdf

Re: Commercial Processors

2006-08-31 Thread Dirk Bromberg
Yes, our dynamic tool is embedded in a customer application, so by using fop for this part there a no costs per unit. And for the highres print there are a few xep users which can create the printable output. Dirk [EMAIL PROTECTED] schrieb: Thanks for the response. Is there a reason you

fo:table in fo:list Question

2006-08-31 Thread Dirk Bromberg
Hi all, i've a indent question. I've a fo:list with an embedded fo:table (full fo attached) then i've the problem that the elements (blocks) in the cells are indent by the lists start-indent. But the only thing i want is to indent the list-item-body and it content but not the elements in the

Re: AW: SoftHyphen

2006-06-19 Thread Dirk Bromberg
Thanks for answers. I'll try both ways to choose the best :-) Dirk Beat Pfister wrote: Hi, i wants to have a resolution for this scenario: I've a long word thisismyword and it is in two cells with hyphen on. 1. Now, in the first cell the word fits and all is fine. 2. The word does not fit

SoftHyphen

2006-06-16 Thread Dirk Bromberg
Hi, i wants to have a resolution for this scenario: I've a long word thisismyword and it is in two cells with hyphen on. 1. Now, in the first cell the word fits and all is fine. 2. The word does not fit in the second cell and the hyphen breaks - all is fine. I've no chance to enable or disable

SoftHyphen

2006-06-16 Thread Dirk Bromberg
Hi, i wants to have a resolution for this scenario: I've a long word thisismyword and it is in two cells with hyphen on. 1. Now, in the first cell the word fits and all is fine. 2. The word does not fit in the second cell and the hyphen breaks - all is fine. I've no chance to enable or

space-after at 0.92b

2006-05-18 Thread Dirk Bromberg
Hi all, when i need some space after some fo elements i set a space-after=x mm to these elements. but at 0.92b there are no spaces in output. (like http://xmlgraphics.apache.org/fop/compliance.html#fo-property-space-after says...) so i use margin-bottom=x mm. is this a good workaround? is

Re: Read only PDF with fop

2006-05-16 Thread Dirk Bromberg
Have a look at the samplecode at: Usage (embedded) or here inline: Lukem wrote: Thank you very much This is my code: ByteArrayOutputStream BAout = new ByteArrayOutputStream(); org.apache.fop.apps.Driver driver = new org.apache.fop.apps.Driver();

Re: Read only PDF with fop

2006-05-16 Thread Dirk Bromberg
Please read the section Environment ... at http://xmlgraphics.apache.org/fop/0.20.5/pdfencryption.html Lukem wrote: sorry, it was my mistake. this is the real error: Algorithm RC4 not available -- View this message in context:

Re: Error while creating font metric file

2006-05-05 Thread Dirk Bromberg
You shoud you use some like: java -cp build\fop.jar;lib\avalon-framework-4.2.0.jar;lib\commons-logging-1.0.4.jar;lib\commons-io-1.1.jar org.apache.fop.fonts.apps.TTFReader ?? the jars have version numbers in... Dirk kralik wrote: Hi, I am trying to create font metrics file for FOP Trunk.

Re: vertical-align 50% does not work?

2006-05-05 Thread Dirk Bromberg
It is working. Thanks. Dirk Manuel Mall wrote: On Friday 05 May 2006 15:45, Dirk Bromberg wrote: Hi all, fo:inline font-size=12pt vertical-align=50%.../fo:inline does result as: ERROR org.apache.fop.fo.PropertyList - No conversion defined 50%; property:'vertical-align' but the website

Re: vertical-align 50% does not work?

2006-05-05 Thread Dirk Bromberg
-height-shift-adjustment=disregard-shifts is there a way to get some text as super text 50% and not increase the line-height and align of the other text...? Thanks Dirk Dirk Bromberg wrote: It is working. Thanks. Dirk Manuel Mall wrote: On Friday 05 May 2006 15:45, Dirk Bromberg wrote: Hi

Re: vertical-align 50% does not work?

2006-05-05 Thread Dirk Bromberg
Manuel Mall wrote: On Friday 05 May 2006 20:09, Dirk Bromberg wrote: Now I've seen that on XEP there is a property to aviod the shift of the normal text when there is a piec of super text (Line gets heigher...) |* http://www.stylusstudio.com/api/fop-0.20.5/org/apache/fop/fo/propert ies

Font Problem - Cannot load font

2006-04-28 Thread Dirk Bromberg
Hi all, with the 0.92 release i'get this error: java.lang.RuntimeException: Cannot load font: failed to create Source from metrics file MyFont.xml at org.apache.fop.fonts.LazyFont.load(LazyFont.java:75) at org.apache.fop.fonts.LazyFont.getAscender(LazyFont.java:183) at

Re: Font Problem - Cannot load font

2006-04-28 Thread Dirk Bromberg
going to switch to 0.92b because it can use the same input as xep :-) at it seems working... without fonts ;-) Dirk Jeremias Maerki wrote: FOP can't find MyFont.xml. Maybe the file isn't there, or the base directory is not correct or something like that. On 28.04.2006 17:19:43 Dirk Bromberg wrote

Apache Jar Question

2006-04-07 Thread Dirk Bromberg
Hi all, short question: is it allowed to extract the files from some apache jar and build one big jar? Thanks Dirk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Apache Jar Question

2006-04-07 Thread Dirk Bromberg
descriptors in the META-INF/services directory, for example. You may have to merge these if you encounter any. On 07.04.2006 13:22:32 Dirk Bromberg wrote: is it allowed to extract the files from some apache jar and build one big jar? Jeremias Maerki

Re: external-graphic size in PDF

2006-04-06 Thread Dirk Bromberg
Hi, the new version must have the content-height attribute not the height... Dirk Will Peterson wrote: I'm currently using FOP .2 for a project. Testing the SVN .9. Just wondering if I'm the only one have problems sizing images. For example: fo:external-graphic height=300px

Re: creating SVG from MathML

2006-03-31 Thread Dirk Bromberg
Hello, [EMAIL PROTECTED] wrote: Since MathML is XML and SVG is XML, the natural way to convert one to another, as I see it, is with with XSLT. Are you looking for a ready-made Java package with classes to produce a variety of SVG formats, or are you looking for a general approach? i'm

Re: getting veradana font to work

2006-03-06 Thread Dirk Bromberg
Have you seen the typo error ?: font metrics-url=fle:///C:/unzipped/fop-0.91beta-bin-jdk1.4/fop-0.91beta/ttfcm.xml --- font-triplet name=Verdana style=normal weight=normal/ /font Dirk Tracey Zellmann wrote: I am not able to get Verdana to work. I have tried to

Using 20.5 and Trunk in same project?

2006-03-03 Thread Dirk Bromberg
Hi all, we've a project in which fop20.5 is already working for many year. now we wants to add some new features and are not sure if it is possible to use 20.5 and the trunk version in the same application. all jars are in the same classpath has someone some experience with this? we

Re: Using 20.5 and Trunk in same project?

2006-03-03 Thread Dirk Bromberg
looking for a better name for that thing. Sun doesn't like my using JAXG. :-( You can also just look at the source code to get some ideas how to isolate the FOP versions. [1] http://www.jeremias-maerki.ch/dev/jaxg/index.html On 03.03.2006 11:23:45 Dirk Bromberg wrote: we've a project in which

Re: no runtime java--how to install

2006-01-22 Thread Dirk Bromberg
Hi, yes, you can run java from CD. Like Glen said, you must copy the JRE directory from your java install dir to the CD and if you want to run fop you must call the java.exe direct (relative from your script). Dirk Glen Mazza wrote: Paul Tremblay wrote: I am trying to run fop from a CD

Re: Cmyk and FOP 0.91

2006-01-11 Thread Dirk Bromberg
Hi, i think it is not supported. you can only use rgb() and hex. Dirk Pierre-Yves Landure wrote: Hello, i'm currently using FOP 0.20.5 and having issue with RGB / CMYK. Can someone tell me if CMYK is supported in FOP 0.91 (using rgb-icc) ? Thanx Pierre-Yves Landure

fop_20.5 fo validation??

2006-01-10 Thread Dirk Bromberg
Hi, is there a xsd or something else to validate a fo.file for using it with fop_20.5 like the trunk version has? I mean a validation which has build in all the differences form the specs to fop :-) (eg. image width and not content-width) we have new developer at our project and the ask

Re: FOP and PDF Print

2006-01-09 Thread Dirk Bromberg
Hi, if the PDF in the Reader looks ok and your print out from the Reader looks not ok, then it is a problem between the reader and the printer. We've the same problem with colors. In the Reader they looks good but the printer prints them a bit other... Dirk [EMAIL PROTECTED] wrote: Dear

Re: Image in table not fitting full height?

2005-12-12 Thread Dirk Bromberg
: On Dec 10, 2005, at 13:52, Dirk Bromberg wrote: Here is my fo sample. And a screenshot form the pdf. I want the image in the xsl-region-before to scale the full height of the cell (table) but there is 1mm border above and 2 mm border below the image remaining. Are there default marigns

Image in table not fitting full height?

2005-12-10 Thread Dirk Bromberg
Hi, i've a problem with an image into a table. Here is my fo sample. And a screenshot form the pdf. I want the image in the xsl-region-before to scale the full height of the cell (table) but there is 1mm border above and 2 mm border below the image remaining. Are there default marigns

Re: Image in table not fitting full height?

2005-12-10 Thread Dirk Bromberg
Here is the result PDF. Thanks Dirk Dirk Bromberg wrote: cid:part1.05000105.00040706@tzi.de Hi, i've a problem with an image into a table. Here is my fo sample. And a screenshot form the pdf. I want the image in the xsl-region-before to scale the full height of the cell (table

Re: fo:external-graphic limitation?

2005-11-23 Thread Dirk Bromberg
Hi, must it be: src={$logo_path}/ ?? btw. which fop version are you using? Dirk mike wrote: Hi all, I would like to load an external graphic through a parameter value? Because it does not seem to work for me ;-( For example, the following produces the error: [ERROR] Error while

Re: XSL Question

2005-11-21 Thread Dirk Bromberg
Hey, thanks Glen. The trick is to select the text() or * :-) Dirk Glen Mazza wrote: http://www-128.ibm.com/developerworks/library/x-xslfo2app/#b? Read the Notice that the select attribute... blurb at the end of the b discussion here. Glen Dirk Bromberg wrote: Hi, i've a short

Re: Any good / free FO editors around?

2005-10-02 Thread Dirk Bromberg
Hi, there is a free personal home edition of xmlspy at http://www.altova.com there you can type the xml with support of the schema or dtd. But i don't think that there is a wysiwyg editor for fodocuments everywhere. so you must search a good xml editor. and compile your code with fop and

Re: Font embedding FOP dev

2005-09-28 Thread Dirk Bromberg
, Dirk Bromberg wrote: i wants to test to switch my project from 20.5 to dev. Now i want to embedd my ttf fonts via the fop.xconf. snip / but i always get the exception D:\mypath_to_run\ArialUNI.xml FileNotFoundException the Path is not relative to the xconf! it is relative

Re: CMYK colors in pdf via fop

2005-09-28 Thread Dirk Bromberg
Jeremias Maerki wrote: On 28.09.2005 13:43:53 Dirk Bromberg wrote: Hi, i've asked before a few weeks if it is possible to use CMYK colors at the fo document to get them in the pdf. There the answer was no. :-) I want to create a fo document with colors like rgb-icc(0,0,0,#CMYK,100%,0

Re: CMYK colors in pdf via fop

2005-09-28 Thread Dirk Bromberg
Jeremias Maerki wrote: On 28.09.2005 13:43:53 Dirk Bromberg wrote: Hi, i've asked before a few weeks if it is possible to use CMYK colors at the fo document to get them in the pdf. There the answer was no. :-) I want to create a fo document with colors like rgb-icc(0,0,0,#CMYK,100%,0

Re: CMYK colors in pdf via fop

2005-09-28 Thread Dirk Bromberg
Yes, this works! Thanks. Jeremias Maerki wrote: For FOP Trunk: renderer mime=application/pdf filterList valuenull/value /filterList /renderer On 28.09.2005 14:50:03 Dirk Bromberg wrote: When i check my fop.xconf, must have an empty filterList/ in my renderer

Font embedding FOP dev

2005-09-27 Thread Dirk Bromberg
Hi, i wants to test to switch my project from 20.5 to dev. Now i want to embedd my ttf fonts via the fop.xconf. There i've these entrys: font metrics-url=ArialUNI.xml kerning=yes embed-url=ARIALUNI.TTF font-triplet name=ArialUNI style=normal weight=normal/ /font Now i call: File

Re: problems with times

2005-09-21 Thread Dirk Bromberg
To improve the first time i use this http://xml.apache.org/xalan-j/xsltc_usage.html to compile my xsl files when i compile my application. At the runtime there is a jar with the xsl classes and this is what i use at the runtime. So, there are no plain xsl file anymore in my application. Dirk

Re: Numbering Chapter / Section / SubSection

2005-09-12 Thread Dirk Bromberg
than it makes sense :-) Vincent Hennebert wrote: Dirk Bromberg a écrit : Thanks, so i'll have a look at this... i'was thinking that there is something in the fo e.g for toc an so onlike in latex If it may help you see the correspondance: FO is more at the TeX level. See LaTeX

Number of Pages?

2005-08-24 Thread Dirk Bromberg
Hi, when i want to have a page numbering like page/number of pages, is there a tag for the number of pages in fo? i' ve only found the page-number... must i generate the pdf, take the number of pages via the api, set them to my xml and rerender the pdf? Thanks Dirk

Re: Number of Pages?

2005-08-24 Thread Dirk Bromberg
Thx. Andreas L Delmelle wrote: On Aug 24, 2005, at 21:07, Dirk Bromberg wrote: Hi Dirk, when i want to have a page numbering like page/number of pages, is there a tag for the number of pages in fo? This is a FAQ. See: http://xmlgraphics.apache.org/fop/fo.html#fo-total-pages HTH

Re: how to unsubscribe

2005-08-17 Thread Dirk Bromberg
See at the footer of this (every) mail... Adolf Špenko wrote: Hi, can someone please help me how can i unsubscribe from this mailing list... Best regards, Adolf Spenko http://www.email.si/ - To

Re: download latest SVN source fop version

2005-08-10 Thread Dirk Bromberg
You must check out the tree from the url with a subversion client to a local sandbox and then you can compile your latest fop.jar... open the url in the browser is not what you want :-) so take a look at this page : http://xml.apache.org/fop/dev/tools.html Dirk Stanislav wrote: Hi, i

Re: download latest SVN source fop version

2005-08-10 Thread Dirk Bromberg
you know that the latest trunk code is not 100% compatible to the 0.20.5 version!? Stanislav wrote: Hi, i went to http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/ and i don't know what to download? I want to download latest source file, compile it (using ant, if i don't mistaken) and

Re: wingdings font - ttfreader exception

2005-08-07 Thread Dirk Bromberg
Hi, can you post the error / stacktrace? Dirk Riz Virk wrote: This may already have been answered somewhere, but can't seem to find it. When trying to import wingdings or wingdings2 fonts into fop, I get a TTFReader exception when trying to generate the font metrics file that fop needs.

Re: creating printable high res PDF 2400dpi

2005-08-05 Thread Dirk Bromberg
the mailing list archives. So, although it's possible to produce PDFs for offset printing, FOP is probably not the ideal tool, yet. Help is welcome to improve that. On 05.08.2005 09:31:45 Dirk Bromberg wrote: Hi, i've a short question. I'll be asked if fop can generate a high res - 2400dpi

Re: How do I unsubscribe successfully?

2005-08-04 Thread Dirk Bromberg
[EMAIL PROTECTED] Andrew Mercer wrote: Hi, I am trying to unsubscribe from the dev list however despite trying the unsubscribe links on the web page have failed to do so. I registered in 2003 so also tried the unsubscribe links suggested then eg: [EMAIL PROTECTED] I used old email

Include PDF into another...

2005-08-02 Thread Dirk Bromberg
Hi, is it possible to create a PDF Document wich includes other PDF Files? - I've a number of PDF Files and want to include them into my fop generated PDF. Is this possible with 0.25 or 1.0dev? patch? Thanks Dirk - To

Re: AW: footnotes: baseline-shift

2005-08-01 Thread Dirk Bromberg
?!? Regards Jens -Ursprüngliche Nachricht- Von: Dirk Bromberg [mailto:[EMAIL PROTECTED] Gesendet: Montag, 1. August 2005 13:18 An: fop-users@xmlgraphics.apache.org Betreff: Re: footnotes: baseline-shift Take vertical-align=super in fop 20.5 Dirk [EMAIL PROTECTED] wrote: Hi

Re: Vertical alignment

2005-07-26 Thread Dirk Bromberg
Hi, display-align=center at the cell works! fo:table-cell display-align=center padding-start=1pt border-style=solid fo:block color=#38528D font-family={$font.family} font-size=14pt Text1 /fo:block