Annoying 'ArrayIndexOutOfBoundsException'?

2003-08-13 Thread Andreas L. Delmelle
Hi all, I wrote a light-weight server-program ( like many of you, I guess ;-) ) that worked fine on Win2K ( Pro as well as Adv. Server ). Recently, a PowerBook G4 has come into my possession, and I really looked forward to running the program on that little machine ( still do btw ). After having

FW: Annoying 'ArrayIndexOutOfBoundsException'?

2003-08-13 Thread Andreas L. Delmelle
forgot attach :-) cheerz, andreas -Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] Sent: woensdag 13 augustus 2003 22:04 To: [EMAIL PROTECTED] Subject: Annoying 'ArrayIndexOutOfBoundsException'? Hi all, I wrote a light-weight server-program ( like many of you

RE: Annoying 'ArrayIndexOutOfBoundsException'?

2003-08-13 Thread Andreas L. Delmelle
You have JDK 1.4 installed? Yup! ( 1.4.1 is currently the latest release afaik ) Get the most recent release, or get the most recent Xalan and install the jar in the lib/endorsed directory of the JDK. Thought I did ( 2.4.1, distributed with fop 0.20.5 ), but going to try 2.5.1 ... Thx for

FW: Annoying 'ArrayIndexOutOfBoundsException'?

2003-08-13 Thread Andreas L. Delmelle
Doesn't solve the problem... Going to try a few things I probably should have tried first ( like rendering a very basic .fo; perhaps the problem lies in my xml or xsl ). Will keep you updated if I get anything new. Greetz, Andreas Delmelle -Original Message- From: Andreas L. Delmelle

FW: Annoying 'ArrayIndexOutOfBoundsException'? - Progress??

2003-08-13 Thread Andreas L. Delmelle
in my xml or xsl ). Will keep you updated if I get anything new. Greetz, Andreas Delmelle -Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] Sent: woensdag 13 augustus 2003 22:54 To: [EMAIL PROTECTED] Subject: RE: Annoying 'ArrayIndexOutOfBoundsException'? You have

RE: FW: Annoying 'ArrayIndexOutOfBoundsException'? - Progress??

2003-08-13 Thread Andreas L. Delmelle
Thx for the warning ( the news about the upcoming update )! Respect, Andreas -Original Message- From: Ben Galbraith [mailto:[EMAIL PROTECTED] Sent: donderdag 14 augustus 2003 0:23 To: [EMAIL PROTECTED] Subject: Re: FW: Annoying 'ArrayIndexOutOfBoundsException'? - Progress?? Andreas L

RE: FW: Annoying 'ArrayIndexOutOfBoundsException'? - Progress??

2003-08-14 Thread Andreas L. Delmelle
'ArrayIndexOutOfBoundsException'? - Progress?? Andreas L. Delmelle wrote: ( I have a vague feeling it will turn out to be a ridiculously small detail I've overlooked, so I'll definitely share it with you guys - if I succeed in finding it... ;-) ) Google a bit for something like Java endorsed libs. Look

RE: FW: Annoying 'ArrayIndexOutOfBoundsException'? - Progress??

2003-08-17 Thread Andreas L. Delmelle
'ArrayIndexOutOfBoundsException'? - Progress?? Andreas L. Delmelle wrote: the xml contains the employer data and some general info (once) and the data from each employees' salary, and I have it structured like : employer ref=99 name.../name addr.../addr ... /employer general

RE: absolute-position bug?

2003-08-23 Thread Andreas L. Delmelle
I need to use absolute-position to put an address in the right spot for a window envelope. I tried the following using fop 0.20.5. I cannot seem to get it to move from the top-left corner of the flow. What am I missing? As already indicated, absolute-position not implemented, but I do think

RE: Problem with table line width

2003-08-25 Thread Andreas L. Delmelle
-- R1C1 |R1C2| R1C3 -- -- (This line is actually 2 times the linewidth !) R2C1 |R2C2| R2C3 -- If you want that line to be single-width, this can be achieved in the following manner : For R(1) thru

RE: Problem with table line width

2003-08-25 Thread Andreas L. Delmelle
FEATURE REQUEST FOP: It would be nice if there is an alternative to the 'border-collapse=separate considering the linewidth of overlapping borders. Think of an border-collapse='xxx' where the xxx garantuees that when borders of table cells are overlapping, only a single line is drawn. Dunno for

RE: Issue with SVG in Batik with FOP in SunOS (UNIX)

2003-08-27 Thread Andreas L. Delmelle
snip/ I got the following new exception... Exception in thread main java.lang.UnsatisfiedLinkError: exception occurred in JNI_OnLoad at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1382) at

FW: Issue with SVG in Batik with FOP in SunOS (UNIX)

2003-08-27 Thread Andreas L. Delmelle
Correction: the UnsatisfiedExceptionError has to do with the JVM not being able to find some native declared method. Still might be related to the security mgr however... -Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] Sent: woensdag 27 augustus 2003 19:52

RE: horizontal centering - not dynamic

2003-08-27 Thread Andreas L. Delmelle
Is there a way I can get the middle column to be a variable width, one that changes depending on the width of each images? Are you really going to use the first and third column? If not, try : fo:table-row fo:table-cell display-align=center number-columns-spanned=3 fo:block

RE: Issue with SVG in Batik with FOP in SunOS (UNIX)

2003-08-28 Thread Andreas L. Delmelle
DOMException (The current node (type: 2, name: contentStyleType) is read-only), which probably happens much earlier !? I couldn't imagine that this parse error happens because of the x server issue. Any comments? As I said, I have no experience with the 1.3 JVM, but looked into the apidocs

RE: FOP 0.20.5, problem embedding fonts with encrypted pdf!

2003-09-01 Thread Andreas L. Delmelle
Now i'm triyng to left itext to add the encryption with FOP, it works (but me too. seeing 'FOP 0.20.5' in the producer-field is so much cooler ;) driver.getRenderer().setupFontInfo(); I never used this line explicitly. I don't get the error message anymore, but still all fields in

RE: reading fo tags from database and using within xsl dynamically

2003-09-03 Thread Andreas L. Delmelle
From: Lee, Insoo [mailto:[EMAIL PROTECTED] here is my xml input ?xml version=1.0? ... disclaimer fo:block font-weight=bold This is dynamically generated /fo:block fo:block This is dynamically

RE: Batik Extension/FOP problem

2003-09-05 Thread Andreas L. Delmelle
From: Jay Chiu [mailto:[EMAIL PROTECTED] I got the same exception as what Swapan got. I think the problem Difficult to tell... ( also because I haven't used Batik directly ) Does this happen with other graphic formats too? What versions (FOP Batik) are you using? Is FOP being run from the

RE: Re: Help for absolute positioned block-container inside table-cell

2003-09-05 Thread Andreas L. Delmelle
Do you have any plan to implement the block-container inside table-cell in the near future? Can't answer this one, but I somehow feel compelled to add that I fail to see, in the snippet posted with the original question, why you would *need* a block-container in this case. I think the desired

RE: Printing PDF ?!? - merely a confirmation

2003-09-05 Thread Andreas L. Delmelle
From: Benjamin Wischek [mailto:[EMAIL PROTECTED] There is a FAQ and it says about problems with fop batik used together (http://xml.apache.org/batik/faqs.html#faq-28). It advices to remove the w3c.jar of fop from the classpath. But I don't find this file. Is it the xml-apis.jar in the

RE: Re: Help for absolute positioned block-container inside table-cell

2003-09-05 Thread Andreas L. Delmelle
From: Jay Chiu [mailto:[EMAIL PROTECTED] We are trying to create reports for multiple nested categories. Each category has free form header and footer. But they all share the same column headings. We have no problem with the HTML reports, because div can be put inside table cell. I'm no

RE: HELP: fop and oc4j

2003-09-05 Thread Andreas L. Delmelle
From: Zhang, Li [mailto:[EMAIL PROTECTED] I'm trying to run the servlet example of FOP in OC4J (Oracle App Server 9.0.3) but always get the following error. However when I run the embedded examples I can successfully create the report. Has anyone successfully used FOP with OC4J? Do you

RE: Printing PDF how drew a straight THIN line -

2003-09-06 Thread Andreas L. Delmelle
From: Julio Oliveira [mailto:[EMAIL PROTECTED] Hi I have to do a paper PDF form. Because i have a lot of square they do not print THIN line See the example i send. thanks - gracias Difficult to tell from the resulting pdf ( try sending along the fo in the future as not all of us are

RE: Re: Help for absolute positioned block-container inside table-cell

2003-09-07 Thread Andreas L. Delmelle
I don't know if it's possible for you to tweak the application in generating the xslt to get this result... Before you go off and try I should add that after running a few tests with your files... it indeed does seem hard to get the results you want ( I saw a few color atts not working there

RE: Re: Help for absolute positioned block-container inside table-cell

2003-09-07 Thread Andreas L. Delmelle
From: Jay Chiu [mailto:[EMAIL PROTECTED] The tables may span multiple pages. The free form data may be in any place of any page, depending on the data in database. Thus I put all absolute positioned block-containers inside a relative positioned block-container to make the absolute position

RE: Batik Extension/FOP problem

2003-09-07 Thread Andreas L. Delmelle
From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Jihai Qiu wrote: The CCS engine for the document is set in BridgeContext.initializeDocument(), which is called by org.apache.batik.bridge.GVTBuilder.build(). But it seems there is no way to set CCS engine from FOP classes(such as

RE: Re: Help for absolute positioned block-container inside table-cell

2003-09-07 Thread Andreas L. Delmelle
From: Jay Chiu [mailto:[EMAIL PROTECTED] In your example, you set the outer block-container relative to the beginning of the page. fo:block-container width=4.7in height=2in top=3in left=3.8in But as I mentioned the table height depends on

RE: RE: Batik Extension/FOP problem

2003-09-08 Thread Andreas L. Delmelle
From: Jay Chiu [mailto:[EMAIL PROTECTED] Attached please find a sample fo file with embedded svg object. You may also take a look at the batik samples, xml-batik/samples/extensions/flow/flowtext.svg FOP does support the base SVG 1.1 funcationality as Batik supports. But SVG 1.1 does not

RE: weird line breaking by FOP

2003-09-08 Thread Andreas L. Delmelle
From: Robert P. J. Day [mailto:[EMAIL PROTECTED] it seems that FOP is breaking a line in a rather unusual place. i'm using docbook, and i have a variablelist, where a single entry has two terms: /bin and /usr/bin /snip just for fun, i attached the short PDF file. ^^ If you

FW: weird line breaking by FOP

2003-09-08 Thread Andreas L. Delmelle
From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] From: Robert P. J. Day [mailto:[EMAIL PROTECTED] it seems that FOP is breaking a line in a rather unusual place. i'm using docbook, and i have a variablelist, where a single entry has two terms: /bin and /usr/bin Not sure what

RE: Convert existing PDF to XSL-FO tool

2003-09-09 Thread Andreas L. Delmelle
From: Ganesh [mailto:[EMAIL PROTECTED] I am not using XSL-FO from XSLT. I using Apache Velocity which has an inbuilt template language (VTL) to fetch data from Java Beans on to any text file. The dynamic data are merged with XSL-FO template using Velocity and the resulting XSL-FO file is

RE: Sending special steering codes to the printer

2003-09-09 Thread Andreas L. Delmelle
From: Glen Mazza [mailto:[EMAIL PROTECTED] --- Kuba_Krslikowski [EMAIL PROTECTED] wrote: Well, it is not enough. I want to send codes like 'print diacritic code', 'change feeder', 'change page orientation' e.t.c. My printer (customer's printer) has very extended interface and I

RE: Font Serif and Sans-Serif question

2003-09-09 Thread Andreas L. Delmelle
From: Abhijit Junnare [mailto:[EMAIL PROTECTED] Sent: dinsdag 9 september 2003 22:39 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Font Serif and Sans-Serif question I have embedded custom fonts with FOp using the configuration file. Thanks Andreas for your help. But my problem

RE: border cellule color

2003-09-10 Thread Andreas L. Delmelle
-Original Message- From: Philippe PITHON [mailto:[EMAIL PROTECTED] how not to erase the color on the border-right-color on cellule 1 ? Have you tried adjusting the border-widths? ( Just asking because borders seem to behave in a way which is not always what we're used to... ) Hope it

RE: Using Times New Roman and Arial fonts with FOP

2003-09-10 Thread Andreas L. Delmelle
-Original Message- From: Abhijit Junnare [mailto:[EMAIL PROTECTED] [ERROR] unknown font TimesNewRoman,italic,normal so defaulted fon [ERROR] unknown font Arial,italic,bold so defaulted font to any Abhi, I guess you have only embedded ( performed the necessary steps for ) the

RE: Improving performance XSLTC / JAXP

2003-09-11 Thread Andreas L. Delmelle
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] - Cache the stylesheet. If you use the same stylesheet multiple times you can setup a JAXP Templates object and reuse it each time you do the XSL transformation. Hi, If you're using Xalan, you might want to

RE: Informations about FOP

2003-09-11 Thread Andreas L. Delmelle
-Original Message- From: Patrick Kolb [mailto:[EMAIL PROTECTED] Hello, I have some questions about Color- properties in FOP: Does FOP support CMYK, RGB and RGB-A in relation with .tif and .png? What are the picture-formats that FOP supported? Hi, Check:

RE: unusual results with span=all

2003-09-11 Thread Andreas L. Delmelle
-Original Message- From: Abhijit Junnare [mailto:[EMAIL PROTECTED] This is unusal. Did anyone have problems using span=all with FOP. May be someone can help. Abhi, I read in the fo-spec that the span attribute is only supposed to have effect on direct descendants of an fo:flow...

RE: Warnings while running FOP

2003-09-12 Thread Andreas L. Delmelle
-Original Message- From: srinivasan krishnamurthy [mailto:[EMAIL PROTECTED] I Get the following warnings when i run Apache FOP [INFO] area contents overflows area in line [INFO] area contents overflows area in line [INFO] area contents overflows area in

RE: SVG to PDF Conversion

2003-09-12 Thread Andreas L. Delmelle
-Original Message- From: Shan Kajendran [mailto:[EMAIL PROTECTED] But when i try some other SVG files which is containing some new elements (glyph, g etc) the FOP is throwing error. Please see the attachment.

RE: SVG to PDF Conversion

2003-09-12 Thread Andreas L. Delmelle
-Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] embedded tags... I ran a test myself (copied the supplied FO into the embedded svg example ^^^ should be SVG, of course... Greetz, Andreas Delmelle

RE: Convert existing PDF to XSL-FO tool

2003-09-12 Thread Andreas L. Delmelle
-Original Message- From: Ganesh [mailto:[EMAIL PROTECTED] That is right, I am NOT using XSLT right now, I am using Velocity for the typical data merge with Java beans (java beans from fed in by another application). And Velocity is indeed very fast after caching the velocity

RE: problem with entity characters - lt;

2003-09-12 Thread Andreas L. Delmelle
-Original Message- From: Holk, David A [mailto:[EMAIL PROTECTED] I am creating an XML input file as a string in Java and then send it to fop as a StreamSource. I convert '' to 'lt;' when I am creating the snip/ Here's my code that operates FOP: snip/ Source

RE: problem with entity characters - lt;

2003-09-12 Thread Andreas L. Delmelle
-Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Andreas L. Delmelle wrote: java.io.StringReader(xmlIn)); This might just be causing your hassle... Uh, why? It is perfectly legal to read from a string. It's Dunno. Kind of an instinctive

RE: problem with entity characters - lt;

2003-09-12 Thread Andreas L. Delmelle
-Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: vrijdag 12 september 2003 22:14 Andreas L. Delmelle wrote: java.io.StringReader(xmlIn)); Dunno. Kind of an instinctive reaction, I guess... Why the intermediate cast? And why a StringReader in particular

RE: Tools to convert a word document to XSL file?

2003-09-13 Thread Andreas L. Delmelle
-Original Message- From: Zhang, Li [mailto:[EMAIL PROTECTED] Does anyone know any tools to convert a word document to an XSL file? I want to use Word to generate the template, and then convert it to XSL file so I can use it in my struts action class to output PDFs. Dunno if these

RE: Warnings while running FOP

2003-09-15 Thread Andreas L. Delmelle
-Original Message- From: srinivasan krishnamurthy [mailto:[EMAIL PROTECTED] I am using a servlet to generate this pdf. Is there a way by which i can make Apache FOP not to print these warnings. The content that i see looks fine. I'm supposing you have sth like this in your code

RE: Warnings while running FOP

2003-09-15 Thread Andreas L. Delmelle
-Original Message- From: Glen Mazza [mailto:[EMAIL PROTECTED] Yes, but...I would encourage Srinivasan to take the time to code the FO in such a way that those errors don't show up (even though the output *does* look fine.) As I think it through a bit more, I must indeed agree.

RE: problem with margin-left attribute

2003-09-15 Thread Andreas L. Delmelle
-Original Message- From: Robert P. J. Day [mailto:[EMAIL PROTECTED] Sent: maandag 15 september 2003 13:47 FOP does not seem to be properly processing the margin-left attribute. an example: Possible. FOP Compliance page

RE: Postscript not rendering for fo:region-start

2003-09-16 Thread Andreas L. Delmelle
-Original Message- From: Yeung, Vincent [mailto:[EMAIL PROTECTED] I am having a problem where data put into the region-start of a document does not get rendered using the postscript renderer (every other snip/ Is this a limitation in the Postscript renderer? snip/ PS Renderer is

RE: clipping images with non-standard shapes

2003-09-16 Thread Andreas L. Delmelle
-Original Message- From: Wouter de Vaal [mailto:[EMAIL PROTECTED] snip/ This works fine when I view this with AWT, but when I generate a PDF, the quality of the graphics is bad. I've read that this because the current SVG- PDF rendering gives a maximum quality of 72dpi, which is

RE: Memory consumption

2003-09-16 Thread Andreas L. Delmelle
-Original Message- From: Timo Haberkern [mailto:[EMAIL PROTECTED] Hello list, i have big problems. I use FOP embedded into a java application to create approx. 250 PDF Files. In each of the files are 5 or more images (JPGs or SVGs). The problem is that FOP consumes more and more

RE: PDF file size increased from 10K to 80K with non-embedded fonts.

2003-09-16 Thread Andreas L. Delmelle
-Original Message- From: Abhijit Junnare [mailto:[EMAIL PROTECTED] ... So does FOP produce larger file if I use fonts that dont come with FOP such as Arial and Times New Roman etc? Indeed. For single-paged documents this obviously leads to such a remarkable increase in filesize...

RE: Different region-after on last page

2003-09-16 Thread Andreas L. Delmelle
-Original Message- From: Dominique Duphil [mailto:[EMAIL PROTECTED] Sent: dinsdag 16 september 2003 18:07 Could you pleases gave the URL of the : SVG hide example ? I think he was referring to the example that comes with FOP ( examples\fo\markers\hide.fo ) Greetz, Andreas

RE: container position=absolute seems to be off

2003-09-17 Thread Andreas L. Delmelle
-Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] From: Randy Paries [EMAIL PROTECTED] it seems that the first box start 1/8 to long and the 1' block-containers are actually 7/8's of an inch. So by the time we get half way down the sheet the labels are all off.

RE: container position=absolute seems to be off(FIXED kindof)

2003-09-17 Thread Andreas L. Delmelle
-Original Message- From: Randy Paries [mailto:[EMAIL PROTECTED] Wow do I feel stupid. I only noticed this when I went to the version 6 of the reader and it was printing to A scale of 94% AARG!!! Don't! It happens even to the best sometimes :) Is there a way to put something in

RE: fo:basic-link

2003-09-18 Thread Andreas L. Delmelle
-Original Message- From: Lucian Opris [mailto:[EMAIL PROTECTED] Ok, I did upgrade the FOP version links are fine (not offseted) but I get another error regarding fonts embedding. Cannot extract the embedded font 'Arial, BoldItalic' Some charachters may not display or print

RE: XSL-FO - page borders

2003-09-18 Thread Andreas L. Delmelle
-Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] From: Ganesh [EMAIL PROTECTED] I want a LEFT page border that runs from the top of the page till the end of the page, how can I do this using XSL-FO? I assume that is has to be done in the simple-page-master...

RE: fo:basic-link

2003-09-18 Thread Andreas L. Delmelle
-Original Message- From: Lucian Opris [mailto:[EMAIL PROTECTED] font metrics-file=/nas/web/fonts/arial.xml kerning=yes embed-file=/nas/web/fonts/arial.ttf This seems fine... font-triplet name=Arial style=[normal|italic] weight=[normal|bold]/ /font however, I believe

RE: SVG to PDF Conversion

2003-09-19 Thread Andreas L. Delmelle
-Original Message- From: Shan Kajendran [mailto:[EMAIL PROTECTED] Q2) When converting the SVG into PDF, the Batik is uncompressing the image data and creating the PDF with that raw data. So it is increasing the PDF's size by many times. For example 8 kb SVG converted to 1.8 meg

RE: SVG to PDF Conversion

2003-09-19 Thread Andreas L. Delmelle
-Original Message- From: Shan Kajendran [mailto:[EMAIL PROTECTED] Is it bug or not implemented in the FOP. Because in the FOP website I found the following FOP native support of JPEG does not include all variants, especially ^^^^ Note that this holds

RE: Memory consumption

2003-09-19 Thread Andreas L. Delmelle
-Original Message- From: Ben Galbraith [mailto:[EMAIL PROTECTED] I'm using JDK 1.4.2 (or 1.4.2_01; I'll have to check). I just did a heap dump (-Xhprof) and found that two byte[] arrays are killing my heap, both created by JAI. I have to run now, but tomorrow I'll have the full

RE: XSL-FO - page borders

2003-09-20 Thread Andreas L. Delmelle
-Original Message- From: Ganesh [mailto:[EMAIL PROTECTED] Some possible approaches: - place an appropriate fo:block-container with a right border in your region-start I am trying to set the page border that runs from START of the page till the END of the page. Thanks for all

RE: XSL-FO - page borders - Correction

2003-09-20 Thread Andreas L. Delmelle
-Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] region-after (leave the height as it is). So with two block-containers per page, placed in a static-content, you should get the intended result. Also, Correction: can be solved with only 1 block-container

RE: XSL-FO - page borders - Correction

2003-09-20 Thread Andreas L. Delmelle
-Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] fo:block line-height=29.7mm ^^^ TYPO: Should be '29.7cm' or '297mm'. Whatever you prefer... Greetz, Andreas Delmelle

RE: XSL-FO - page borders - Correction

2003-09-20 Thread Andreas L. Delmelle
-Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Andreas L. Delmelle wrote: Correction: can be solved with only 1 block-container, as Jorg suggested. Trick is to put in a dummy-block with a line-height equal to that of the page, so Well, the advantage

RE: XSL-FO - page borders - Correction

2003-09-20 Thread Andreas L. Delmelle
-Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] Sent: zaterdag 20 september 2003 16:29 To: [EMAIL PROTECTED] Subject: RE: XSL-FO - page borders - Correction -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Andreas L

RE: XSL-FO - page borders - Correction

2003-09-22 Thread Andreas L. Delmelle
if this is a limitation, just wanna know from experts. Regards, Ganesh -Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] Sent: Saturday, September 20, 2003 8:32 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: XSL-FO - page borders - Correction -Original Message

RE: JPG 300dpi / background

2003-09-23 Thread Andreas L. Delmelle
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] I want to have an image in a background of a document and can write a block of text above. I use background-image in the fo:region-body definition. The problem is that fop can't show correctly a jpg 300dpi: it is

RE: JPG 300dpi / background

2003-09-23 Thread Andreas L. Delmelle
-Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] The documentation on the website, however, ( http://xml.apache.org/fop/graphics.html#resolution ) recommends you scale the graphic beforehand. ( Try scaling it to 72/300 of its Sorry, that's for SVG... Besides

RE: JPG 300dpi / background

2003-09-23 Thread Andreas L. Delmelle
-Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Hehe, not possible for background graphics. Bitmap background images are always rendered at 72dpi, no way to change this. Ah, so he has to use the overlapping region-before trick? Greetz, Andreas Delmelle

RE: FOP and Descimal Separators

2003-09-24 Thread Andreas L. Delmelle
-Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sander, Stefan wrote: is there a way I can tell FOP to accept a Comma as a decimal separator instead of the point? The spec says dot, full stop. No way around this. You forgot to add period =D Greetz, Andreas

RE: FOP and Descimal Separators

2003-09-25 Thread Andreas L. Delmelle
-Original Message- From: Sander, Stefan [mailto:[EMAIL PROTECTED] Alright, that's clear enough. ;-) Thanks, Stefan -Original Message- From: J.Pietschmann Sander, Stefan wrote: is there a way I can tell FOP to accept a Comma as a decimal separator instead of the point?

RE: font weight in embedded SVG images

2003-09-26 Thread Andreas L. Delmelle
-Original Message- From: Matthew L. Avizinis [mailto:[EMAIL PROTECTED] Hello all, I have noticed an odd behavior when text is rendered in SVG in pdf output with FOP 0.20.5. I Have you checked: http://xml.apache.org/fop/graphics#svg-pdf-text ? Greetz, Andreas Delmelle

RE: Failed to read font metrics file

2003-09-27 Thread Andreas L. Delmelle
-Original Message- From: Nadeau, Isabelle [mailto:[EMAIL PROTECTED] Merci, but on Windows, I can't apply this code directly... well I don't see how actually. I'm using JBuilder and TTFReader class... I'm trying to use writeFontXML or constructFontXML... working on it ! 2 questions:

RE: Failed to read font metrics file

2003-09-27 Thread Andreas L. Delmelle
-Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Matthew L. Avizinis wrote: You need to use the FOP TTFReader to generate the metrics file. Somehow I get the impression we should provide a BAT file and a GUI shell for it :-/ Hmmm, I can see why you're being a

RE: Failed to read font metrics file

2003-09-27 Thread Andreas L. Delmelle
-Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Advantage: One point to start. That was the idea, but... Disadvantages: - Docs and CLI help become more cluttered. - You'll get fairly complicated logic for rejecting inappropriate command line parameters. - You

RE: Failed to read font metrics file

2003-09-28 Thread Andreas L. Delmelle
-Original Message- From: Victor Mote [mailto:[EMAIL PROTECTED] Problem 2: The better solution is to eliminate the font-metrics file completely, have the config point to the font file itself, and read the font file on-the-fly to get the metric information. I don't think this is going

RE: Failed to read font metrics file

2003-09-28 Thread Andreas L. Delmelle
-Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Andreas L. Delmelle wrote: Problem 2: The better solution is to eliminate the font-metrics file completely, have the config point to the font file itself, and read the font file on-the-fly to get the metric

RE: Failed to read font metrics file

2003-09-28 Thread Andreas L. Delmelle
-Original Message- From: Rob Stote [mailto:[EMAIL PROTECTED] What Isabelle was struggling with was a lack of understand of how to use, and generate a metrics file. This can easily be solved by telling her RTFM, pardon my bad language. You have provided an excellent resource on you

RE: Failed to read font metrics file

2003-09-29 Thread Andreas L. Delmelle
-Original Message- From: Victor Mote [mailto:[EMAIL PROTECTED] -Original Message- From: Rob Stote [mailto:[EMAIL PROTECTED] ... You have provided an excellent resource on you website on how to use the classes in FOP to generate the metrics file you need for

RE: AcroReader Can't search PDF with embedded font.

2003-09-30 Thread Andreas L. Delmelle
-Original Message- From: Jason Vincent [mailto:[EMAIL PROTECTED] Is there something that can be done to make it searchable? Not yet. Check http://xml.apache.org/fop/fonts.html#embedding for that... Greetz, Andreas Delmelle

RE: AcroReader Can't search PDF with embedded font.

2003-09-30 Thread Andreas L. Delmelle
-Original Message- From: Jason Vincent [mailto:[EMAIL PROTECTED] Not yet Thanks for the reply so quick. Is this something that is in the plans to be implemented in the future? Strongly suspect so... I know for sure fonts *are* going to be worked on. Greetz, Andreas

RE: FOP and different XERCES versions

2003-10-02 Thread Andreas L. Delmelle
-Original Message- From: Artur Lorincz [mailto:[EMAIL PROTECTED] I am not confident that the naive approach of generating a couple of pdfs with the latest xerces under fop will ensure me that I can safely upgrade. Is there a set of tests that I could run that would check fop? If

RE: Image not displayed on Weblogic App Server

2003-10-02 Thread Andreas L. Delmelle
-Original Message- From: Ibeling, Narisa [mailto:[EMAIL PROTECTED] Browsing around in the code for the exception handling, starting with class org.apache.fop.fo.flow.ExternalGraphic (assuming it's FOP 0.20.5) Error while creating area : ... MalformedURLException or

RE: FOP With Hebrew

2003-10-06 Thread Andreas L. Delmelle
-Original Message- From: Clay Leeds [mailto:[EMAIL PROTECTED] It would be great if someone tells me how/when/where to contribute my code. fop-dev@xml.apache.org is a good place to start! Or just submit a patch via http://nagoya.apache.org/bugzilla which dev will ask you to

RE: FOP With Hebrew

2003-10-06 Thread Andreas L. Delmelle
-Original Message- From: Rodolfo M. Raya [mailto:[EMAIL PROTECTED] It seems more logical to integrate my work in trunk code. Last time I compiled it (several months ago) I couldn't use it because font embedding wasn't complete. If font handling works now in HEAD, I could start

RE: Condtional content

2003-10-07 Thread Andreas L. Delmelle
-Original Message- From: Kuba Królikowski [mailto:[EMAIL PROTECTED] Is there something like 'if ... then ... else ...' tag in FOP documents? Not specifically in XSL-FO, but there are xsl:if ... or xsl:choose ... in pure XSLT. For example: I want to print some information only on

RE: Using values from a different XML as attribute values

2003-10-08 Thread Andreas L. Delmelle
-Original Message- From: Abhijit Junnare [mailto:[EMAIL PROTECTED] I would like to know if this is feasible and if anyone has tried something similar. It certainly is feasible. I remember a vaguely similar situation where I had to have multi-language support, and I did not want to

RE: Condtional content

2003-10-09 Thread Andreas L. Delmelle
-Original Message- From: Kuba Krlikowski [mailto:[EMAIL PROTECTED] Ok, I understand. But it isn't a complete solution on my problem still. I know now how do print something different on pages no. k where k modulo 2 = 0 and k modulo 2 = 1. Don't you think that this is very

RE: Running FOP on ColdFusion MX

2003-10-09 Thread Andreas L. Delmelle
-Original Message- From: Gonzalez, Mark A [mailto:[EMAIL PROTECTED] Even if we are not using SVG, it will still try to use the SVGElementMapping? Yup! SVGElementMapping is amongst the defaults being set up. Don't really know why... Anyone? Greetz, Andreas

RE: Page break in different version of fop

2003-10-13 Thread Andreas L. Delmelle
-Original Message- From: Nishma Jain [mailto:[EMAIL PROTECTED] ... Using this latest version of fop, some extra blank pages are getting added in the document. Is it a bug or normal behavior for this version? snip/ !-- this causes a page break for

RE: Page break in different version of fop

2003-10-14 Thread Andreas L. Delmelle
-Original Message- From: Nishma Jain [mailto:[EMAIL PROTECTED] THANKS!!! This force-page-count=no-force property fixed my problem. Yeah! Thanks, Chris. I learned something I didn't know as well... (should really catch up on them faqs :) ) Just for the record (to the original

RE: SVG 2 PDF

2003-10-15 Thread Andreas L. Delmelle
-Original Message- From: Clay Leeds [mailto:[EMAIL PROTECTED] I copied the text to a new file, and saved it as temp.pdf. I then tried to open the file in Acrobat Reader, but it complained and gave an error. It was apparently unreadable by Acrobat. Sorry to disappoint you, but it

RE: Changing SAX Class

2003-10-16 Thread Andreas L. Delmelle
-Original Message- From: David Rosenstein [mailto:[EMAIL PROTECTED] snip/ if i have the following xml: root company_address282 Quarry Rd Milford, CT 06460/company_address /root the following is in my stylesheet: fo:block font-family=sans-serif font-size=10pt

RE: Changing SAX Class

2003-10-16 Thread Andreas L. Delmelle
-Original Message- From: David Rosenstein [mailto:[EMAIL PROTECTED] I did change this line in the template to read: fo:block font-family=sans-serif font-size=10pt space-after.optimum={$spaceAfter} white-space-treatment=preserve white-space-collapse=false

RE: Changing SAX Class

2003-10-17 Thread Andreas L. Delmelle
-Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Andreas L. Delmelle wrote: and so logically, would include the tab character placed before the value of the element in the source XML. Thiss is wrong. You are in the XSLT source here (hopefully), and text nodes

RE: Changing SAX Class

2003-10-17 Thread Andreas L. Delmelle
-Original Message- From: Victor Mote [mailto:[EMAIL PROTECTED] No -- the FOP compliance page indicates *no* conformance for this property. The blue in the basic column means that, because this property is not required for basic XSL-FO conformance, FOP is conformant with the XSL-FO

RE: Changing SAX Class

2003-10-17 Thread Andreas L. Delmelle
-Original Message- From: David Rosenstein [mailto:[EMAIL PROTECTED] The transformation appears to be correct when i run it manually, but when I run the entire transformation manually it turns out correct anyway (hence my real confusion): Next logical step would be to make a

RE: puzzling FOP behaviour with filenames and breaking over lines

2003-10-20 Thread Andreas L. Delmelle
-Original Message- From: Robert P. J. Day [mailto:[EMAIL PROTECTED] On Mon, 20 Oct 2003, J.Pietschmann wrote: I can't confirm it, but surely there is *no* fix. i'm not sure what you mean by surely. recall that this is the same problem i mentioned a while back -- in a variable

  1   2   3   4   >