Help! Problem with Fop in Tomcat

2002-04-11 Thread Marina Pérel
Hi! I developped a Fop service via a service web (with Apache SOAP) in Windows Nt : it works good. But, now i'm trying to set the Fop Service in Linux machine (RedHat7.2). I have this error : Genarated fault : Fault Code = SOAP-ENV:Server Fault String = Exception from service object

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

RE: subscript and symbol font

2002-04-11 Thread Tony McNicholl
henrik Why are you using two different font-size attibutes on the same object? Try deleting the second one (font-size=7pt). Tony -Original Message- From: Henrik Holle [SMTP:[EMAIL PROTECTED] Sent: 11 April 2002 10:44 To: [EMAIL PROTECTED] Subject:subscript and symbol

Re: how to hide page numbers on empty pages

2002-04-11 Thread Rodolphe VAGNER
I can't really remember if it was that but I succed in doing such a thing ; you may try this ( a beat complex) : use a page-sequence-master with a simple-page-master for blank pages referenced in a conditionnal-page-master-reference.(so you have to define a simple-page-master !). In your page

external-graphic SVG problem ...

2002-04-11 Thread RAYMOND Romain
Is there a problem to fix a SVG heigth in an external-graphic I cannot dot it. thanks.

Viewing generated PDF without the toolbar

2002-04-11 Thread Marco Fabbri
Hi all, FOP is great and finally we find a solution to produce PDF reports from Lotus Domino. But... Now I need to disable the PDF print for browser and I found an idea about it on a adobe forum. Using Javascript I can disable the toolbar I see on Explorer if in Acrobat I use a JavaScript folder

document properties

2002-04-11 Thread Chris Faulkner
Hello Is there anyway to set document author, creation date and so on with FOP in the production of the documents ? I can't see it anything in the spec and FO is all about formatting objects so I suppose not. But f anyone knows of a way to do it or other software (hopefully open source) which

Re: Réf. : RE: print dialo

2002-04-12 Thread MagnusSjöberg
[EMAIL PROTECTED] wrote: Hey, I want to use fop to generate a PDF document from an XML document with JAVA. Which class must i use??? Regards Pierre AUDIGIER First, do n o t answer a previous question with a new one. I'v seen this behaviour twice in short time on this list and it is

Réf. : Re: Réf. : RE: print dialo

2002-04-12 Thread paudigier
Sorry for my error Thank you for your help. Regards. Pierre AUDIGIER MagnusSjöberg [EMAIL

Re: Help! Problem with Fop in Tomcat

2002-04-12 Thread Marina Pérel
Hello Jeremias, Thanks for your help, but I finally found the problem : you must unjar the avalon-framework-4.1.2's jar and the batik-1.1.1's jar. I take a lot of time to find that because there isn't this information in fop's doc or in mailing list. It's curious, no? You don't have to unjar the

Help! Code presentation

2002-04-12 Thread Michal Kwiatek
Hi there! I need to include several pages of xml source code in my pdf document. I want to use code indented by XML Spy. That is to say, my text contains end-of-line and space characters which fop should preserve. I enclosed the source code in ![CDATA ]] markup. Although spaces are preserved,

column problem

2002-04-12 Thread Stefan Arn
hi to all The PDF i want to create have 2 columns and a title over the columns(both in region-body).Just a Header and after that a text in 2 columns.. In my layout-master-set I defined my region-body like this: fo:region-body margin-top=6cm margin-bottom=35mm margin-left=2.5cm

Re: column problem

2002-04-12 Thread Chuck Paussa
Stefan, use fo:block span=all Chuck Paussa Stefan Arn wrote: hi to all The PDF i want to create have 2 columns and a title over the columns(both in region-body).Just a Header and after that a text in 2 columns.. In my layout-master-set I defined my region-body like this: fo:region-body

Re: Help! Problem with Fop in Tomcat

2002-04-12 Thread Jeremias Maerki
Hello Marina That's weird. It should never be necessary to unjar these jar to make them work. Looking a bit closer at your case I have a few comments: - You seem to edit Tomcat's classpath to include all jars you need. It's better if you placed all jars needed by your SOAP service in the

Re: Variables

2002-04-12 Thread Chuck Paussa
Peter, Set the variable at the top of the stylesheet before any of your templates are defined. This makes the variable global. Chuck Paussa Norr, Peter wrote: What is the best way to set variables in stylesheets? For example, instead of constantly specifying the color for fo:block with a hex

RE: Variables

2002-04-12 Thread Michal Kwiatek
You have to declare it by using something like: xsl:variable name=default-font select='11pt'/ Michal Kwiatek --- BiznesPartner.pl SA ul. Mlynarska 48 01-171 Warszawa tel. 5355560 -Original Message- From: Norr, Peter [mailto:[EMAIL PROTECTED] Sent:

RE: Variables

2002-04-12 Thread Norr, Peter
what about something like this? xsl:param name=myblue#003399/xsl:param -Original Message- From: Michal Kwiatek [mailto:[EMAIL PROTECTED] Sent: Friday, April 12, 2002 1:31 PM To: [EMAIL PROTECTED] Subject: RE: Variables You have to declare it by using something like: xsl:variable

bookmark

2002-04-12 Thread Fischer Tibor
Hello, How can i put entries into the bookmark of the pdf?? Thanks BR, Fishy

Re: bookmark

2002-04-12 Thread Joe Sytniak
xsl:template match=/ fo:root xsl:call-template name=BOOKMARKS/ fo:layout-master-set fo:simple-page-master master-name=simple page-height=16.4cm page-width=24.2cm margin-top=0.5cm margin-bottom=0.5cm margin-left=2cm margin-right=2cm

RE: SVG rendering in release 0.20.3

2002-04-13 Thread Matthew L. Avizinis
Nope, but thanks for the suggestions. Has to be something else. I know nothing about the insides of Batik, but this is the cause of the problem. I put the batik.jar from 0.20.2 in place of the current one, and there you go, it works again. -Original Message- From: Keiron Liddle

Re: Embedding problem

2002-04-13 Thread J.Pietschmann
Oliver Charlet wrote: I too have a problem embedding fop in my application. The standard procedure in case of trouble with an embedded FOP is: - Run the transformation from the command line in order to generate a FO file. This ensures the transformation is ok. - Run the produced FO file from

Re: SVG rendering in release 0.20.3

2002-04-13 Thread J.Pietschmann
Matthew L. Avizinis wrote: This used to work in version 0.20.2 and 0.20.3rc ... image preserveAspectRatio=xMidYMid xlink:href=file:[EMAIL PROTECTED] There ought to be a declaration for the xlink namespace somewhere? Check whether it is in scope. J.Pietschmann

Re: problem with text inside a block

2002-04-13 Thread J.Pietschmann
Guillaume Patin wrote: Is there a way to avoid fop from generating a pixel height line above and below your text in a block ? I have a block whith a white background-color, and this block does not have the same height with or without text... I would expect it to have different heigths if the

RE: SVG rendering in release 0.20.3

2002-04-13 Thread Matthew L. Avizinis
I believe either of these would be in scope: svg xmlns:xlink=http://www.w3.org/1999/xlink; viewBox=0 0 {number(@width+1)* or image xmlns:xlink=http://www.w3.org/1999/xlink; . It still doesn't work with the new batik.jar. Anything else to check? thanks, matthew l. avizinis -Original

Re: external-graphic SVG problem ...

2002-04-13 Thread J.Pietschmann
RAYMOND Romain wrote: Is there a problem to fix a SVG heigth in an external-graphic I cannot dot it. Can you post a shoret, self contained sample which demonstrates the problem? J.Pietschmann

Re: HELP! grahics - scalling down, not up

2002-04-13 Thread J.Pietschmann
Michal Kwiatek wrote: How do you prevent fop from scaling graphics up? Some of my picture are too big and I need them scaled down, but others are alright and I want fop to leave them alone. Can you post a shoret, self contained sample which demonstrates the problem? J.Pietschmann

Re: Viewing generated PDF without the toolbar

2002-04-13 Thread J.Pietschmann
Marco Fabbri wrote: Now I need to disable the PDF print for browser and I found an idea about it on a adobe forum. Using Javascript I can disable the toolbar I see on Explorer if in Acrobat I use a JavaScript folder with some commands. But this can be done only in the production phase. How can I

Re: SVG rendering in release 0.20.3

2002-04-13 Thread J.Pietschmann
Matthew L. Avizinis wrote: It still doesn't work with the new batik.jar. Anything else to check? I was going to ask whether your SVG code renders ok in the SVG browser, unfortunately, the SVG browser packaged in the jar distributed with FOP 0.20.3 doesn't run. I got something similar to your code

page-number-citation defect?

2002-04-13 Thread Matthew L. Avizinis
Hello all, I have noticed that a page-number-citation which refers to a block id that also has a break-before=page attribute does not emit a page number if it's the last block. fo:page-number-citation ref-id=abc and fo:block break-before=page id=abc Is this a defect? I am basically doing

RE: page-number-citation defect?

2002-04-13 Thread Matthew L. Avizinis
However, if I use a break-after=page in the previous block instead the page-number-citation works fine and emits all page numbers as expected. -Original Message- From: Matthew L. Avizinis [mailto:[EMAIL PROTECTED] Sent: Saturday, April 13, 2002 1:09 PM To: [EMAIL PROTECTED] Subject:

AW: Embedding problem

2002-04-13 Thread Oliver Charlet
Thanks to all of you, who helped me with some very good ideas about my embedding problem. I'm still not done with it, but it seems the problem is rather my environment, i.e. the OC4J Container V2.0 (not sure you all know it, though). It was refined by oracle, which basically means, that the

Re: page-number-citation defect?

2002-04-13 Thread J.Pietschmann
Matthew L. Avizinis wrote: I have noticed that a page-number-citation which refers to a block id that also has a break-before=page attribute does not emit a page number if it's the last block. ... Is this a defect? I think so. You can try to use an empty block for forcing the page break:

charts and graphs

2002-04-13 Thread Norr, Peter
What is the best to way to include charts and graphs in a pdf file? Can I create simple bar charts using xsl:fo or svg? Peter -- This message is intended only for the personal and confidential use of the designated

Re: charts and graphs

2002-04-13 Thread J.Pietschmann
Norr, Peter wrote: What is the best to way to include charts and graphs in a pdf file? Depends on your tools, skills, and the kind of charts and graphs you want to include. Can I create simple bar charts using xsl:fo or svg? You can use XSLFO tables or rulers for simple bar charts, the same way

Re: bookmark

2002-04-14 Thread Joe Sytniak
OOPS!! I forgot about the namespace that must be added. Sorry. xmlns:fox=http://xml.apache.org/fop/extensions; - Original Message - From: Joe Sytniak [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 12, 2002 3:14 PM Subject: Re: bookmark xsl:template match=/

RE: charts and graphs

2002-04-14 Thread Brian O'Kelley
Sorry. Brian -Original Message- From: Brian O'Kelley [mailto:[EMAIL PROTECTED] Sent: Sunday, April 14, 2002 12:38 AM To: [EMAIL PROTECTED] Subject: RE: charts and graphs I would be very interested in seeing the source code... Thanks, Brian -Original Message- From: Fischer

Re: SVG rendering in release 0.20.3

2002-04-15 Thread RAYMOND Romain
hello, same problem for me, it is okay with a .gif file but svg dos not render ... or gives up a strange picture wich seems to indicate something like file not found . Matthew L. Avizinis a écrit : The rect renders fine. It's actually the image that actually causes the problem. Here, I

Re: SVG rendering in release 0.20.3

2002-04-15 Thread Keiron Liddle
The examples in the docs/examples/svg/ directory work fine, so how is yours different? Do these examples work for you? I suspect the svg referenced in the image is invalid. On 2002.04.13 18:51 Matthew L. Avizinis wrote: The rect renders fine. It's actually the image that actually causes the

editable pdf forms

2002-04-15 Thread mangesh ralegankar
hello Pls Some one can help me how to create editable pdf forms using fo tags ; or creation of such pdf forms are not possible using fo. Then is there any other method.If some one is knowing the answer pls tell me with some samples. Thank u very much in adv Do You Yahoo!? Yahoo! Tax Center -

keep-together

2002-04-15 Thread MARTIN Franck
Hi Does anyone know of a way to prevent blocks or tables from being divided when a page break occurs? Is the property keep-together implemented in fop? Thanx Franck MARTIN

FOP printing using polish characters

2002-04-15 Thread Kristoffersen, Per
Title: FOP printing using polish characters Dear all guru's. I hope someone can help me on this one : I am trying to use FOP to print in pdf-format. When doing so my polish characters prints as #'s. I have been given the following statement, and I need to get it working... fo:block

RE: FOP printing using polish characters

2002-04-15 Thread Michal Kwiatek
Title: FOP printing using polish characters Ihad the same problem last week and it's very easy as long as you have Polish TTF or PFM fonts. All you have to do is make FOP use them and embed them in result PDF. Have a look at http://xml.apache.org/fop/fonts.html. It's all there. If you have

Future release and full compliancy

2002-04-15 Thread MARTIN Franck
Does anyone have an idea of when is to occur the next fop release and how long is it going to take for fop to be full compliant w/ the W3 recommendation? Franck MARTIN

RE: FOP printing using polish characters

2002-04-15 Thread Kristoffersen, Per
Hi Michael, Thank you for your help. I will have a look and try to get this working. Per -Original Message- From: Michal Kwiatek [mailto:[EMAIL PROTECTED] Sent: 15. april 2002 14:15 To: [EMAIL PROTECTED] Subject: RE: FOP printing using polish characters I had the same problem last

RE: FOP printing using polish characters

2002-04-15 Thread Michal Kwiatek
If you have any problem, drop me a line. We'll see what can be done. Michal Kwiatek --- BiznesPartner.pl SA ul. Mlynarska 48 01-171 Warszawa tel. 5355560 -Original Message- From: Kristoffersen, Per [mailto:[EMAIL PROTECTED] Sent: Monday, April 15, 2002

Re: newbie - Minimum Block Heights

2002-04-15 Thread Guillaume Patin
You're right !! I've tried with the padding-bottom attribute, and it does work, but it may not fit your needs... just try this : fo:block padding-bottom="15cm" background-color="silver" friendly, Guillaume - Original Message - From: Andy Bowes To: [EMAIL PROTECTED]

Re: newbie - Minimum Block Heights

2002-04-15 Thread Andy Bowes
Hi, Thanks for confirming that I am not going mad. :) Unfortunately the padding at the bottom will not really achieve the result I am after. I want to allow the block to grow with it's content but ensure that it is AT LEAST a certain size. It look like I will have to use a table with a

Re: newbie - Minimum Block Heights

2002-04-15 Thread Andy Bowes
Yeah, The height attribute works on an fo:table but not on a block. Is that a bug ? Andy - Original Message - From: Guillaume Patin To: [EMAIL PROTECTED] Sent: Monday, April 15, 2002 2:26 PM Subject: Re: newbie - Minimum Block Heights did you try to

Re: newbie - Minimum Block Heights

2002-04-15 Thread Guillaume Patin
I've found your solution : try the line-height attribute : fo:block line-height="15cm" background-color="silver"This is the block contents/fo:block it does work on fop 0.20.3 you can find a reference of the fo specification at http://www.zvon.org/xxl/xslfoReference/Output/index.html

PDF include

2002-04-15 Thread Stefan Arn
Hi! Is it possible to include a external PDF File into the fo File? Like 'include' in PHP or other Languages? thanks

Re: PDF include

2002-04-15 Thread Jeremias Maerki
No, but you can use some PDF touch-up tool like iText or PJ to merge in selected pages from a seprate PDF into your generated PDF. Quite a few people do this. Is it possible to include a external PDF File into the fo File? Like 'include' in PHP or other Languages? Cheers, Jeremias Märki

FOP and SAX

2002-04-15 Thread Brian O'Kelley
I'm trying to take an XML document, combine it with an XSL stylesheet, and spit it to PDF using SAX events, and I'm having trouble finding an example that works. Here's my code (using Fop 0.20.3): TransformerHandler tHandler = XSLTranslateFactory. getHandler(FopInput.xsl)

spna=all didn't work for fo:cell

2002-04-15 Thread Argyn Kuketayev
I had to put number-columns-spanned=100 instead of span=all in fo:column element, because the latter didn't work. is it a bug? thanks, Argyn

RE: spna=all didn't work for fo:cell

2002-04-15 Thread Argyn Kuketayev
correction: I meant fo:cell when wrote fo:column -Original Message- From: Argyn Kuketayev [mailto:[EMAIL PROTECTED] Sent: Monday, April 15, 2002 5:29 PM To: '[EMAIL PROTECTED]' Subject: spna=all didn't work for fo:cell I had to put number-columns-spanned=100 instead of

[Fwd: ZapfDingbats]

2002-04-15 Thread Patrick Andries
lt;fo:block text-align="center" font="ZapfDingbats"gt; amp;#x2766; lt;/fo:blockgt; Why doesn't this print me a vignet ? Isn't ZapfDingbats one of the 14 standard fonts ? P. Andries

Omitting content length

2002-04-15 Thread Brian O'Kelley
Ignore the question below - it works (if anyone needs SAX example, this is decent). It looks like what is happening is that I was writing this directly to a servlet's outputstream, so I never set the content length header. This made IE puke, although Lynx caught it ok. I've read through the

Re: spna=all didn't work for fo:cell

2002-04-15 Thread J.Pietschmann
Argyn Kuketayev wrote: I had to put number-columns-spanned=100 instead of span=all in fo:column element, because the latter didn't work. is it a bug? From the spec at http://www.w3.org/TR/xsl/slice7.html#span span=all: Specifies if a block-level object should be placed in the current column or

RE: spna=all didn't work for fo:cell

2002-04-15 Thread Argyn Kuketayev
this didn't work either :( fo:table-row fo:table-cell fo:block span=all margin-left=2cmfo:inline font-weight=boldCOMMENTS: /fo:inlinexsl:value-of select=COMPONENT_ID//fo:block/fo:table-cell /fo:table-row -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent:

Re: [Fwd: ZapfDingbats]

2002-04-15 Thread J.Pietschmann
Patrick Andries wrote: lt;fo:block text-align=center font=ZapfDingbatsgt; amp;#x2766; lt;/fo:blockgt; Why doesn't this print me a vignet ? The Unicode character Reference at http://www.unicode.org/charts/charindex.html says U+2766 is aldus leaf, whatever this is. It seems to print correctly

RE: Omitting content length

2002-04-16 Thread Arved Sandstrom
Well, the alternative is chunked transfer-coding (which can be used on either the request or response payloads). This is completely defined by HTTP 1.1, and _must_ be accepted in both directions by HTTP 1.1 compliant apps, so if you send it to a recent IE browser it should know what to do with it.

RE: SVG rendering in release 0.20.3

2002-04-16 Thread Matthew L. Avizinis
Then why would the image display correctly in the Batik viewer 1_1_1? And why would it render correctly when I use the previous version of the batik.jar instead of the current one? This is what is mysterious to me. Still wondering and trying, matthew l. avizinis -Original Message-

Re: spna=all didn't work for fo:cell

2002-04-16 Thread Chuck Paussa
Argyn, fo:table-row fo:table-cell number-columns-spanned=3fo:block margin-left=2cmfo:inline font-weight=boldCOMMENTS: /fo:inlinexsl:value-of select=COMPONENT_ID//fo:block/fo:table-cell /fo:table-row Where number-columns-spanned=3 3 or 4 or 5 or how ever many columns are in your table Chuck

Re: spna=all didn't work for fo:cell

2002-04-16 Thread J.Pietschmann
Argyn Kuketayev wrote: this didn't work either :( fo:table-row fo:table-cell fo:block span=all margin-left=2cmfo:inline font-weight=boldCOMMENTS: /fo:inlinexsl:value-of select=COMPONENT_ID//fo:block/fo:table-cell /fo:table-row It shouldn't, span=all doesn't work *inside* tables. It is not

Re: [Fwd: ZapfDingbats]

2002-04-16 Thread Patrick Andries
J.Pietschmann wrote: Patrick Andries wrote: lt;fo:block text-align="center" font="ZapfDingbats"gt; amp;#x2766; lt;/fo:blockgt; Why doesn't this print me a vignet ? The Unicode character Reference at http://www.unicode.org/charts/charindex.html says U+2766 is "aldus leaf",

Re: Omitting content length

2002-04-16 Thread Jeremias Maerki
There was a recent post on chunked transfer. I haven't checked it out, but it might help you. http://marc.theaimsgroup.com/?l=fop-devm=101791907122593w=2 Cheers, Jeremias Märki mailto:[EMAIL PROTECTED] OUTLINE AG Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern Tel. +41 41 317 2020 - Fax +41

size of pdf

2002-04-16 Thread Stefan Arn
Hi I createt a 3 page PDF with a FO file. On every Page is a Header and a Footer SVG grafic.I used a page-sequence-master for the body text and I made one before and after code block like this: !-- before region -- fo:static-content flow-name=xsl-region-before !-- the header grafic --

Sending generated PDF directly to printer

2002-04-16 Thread RAYMOND Romain
Hello, is there examples or docs to send the result of an FOP transformation to a printer ? thanks.

Re: Sending generated PDF directly to printer

2002-04-16 Thread Keiron Liddle
yes, on this page: http://xml.apache.org/fop/output.html On 2002.04.16 09:44 RAYMOND Romain wrote: Hello, is there examples or docs to send the result of an FOP transformation to a printer ? thanks.

AW: Sending generated PDF directly to printer

2002-04-16 Thread Chaumette, Patrick
Hello, if your printer supports PDF then calling -pdf \\ServerName\PrinterName should work. I am currently myself trying to directly send PostScript and this works really good (-ps \\ServerName\PrinterName) Greetings, Patrick Dipl. Inform. Patrick Chaumette T-Systems ITS GmbH Service Prozesse

Re: size of pdf

2002-04-16 Thread Jeremias Maerki
There's currently no such option AFAIK. I've got the same problem, although I don't have such big graphics. This will eventually be improved. Work-around: If you include this header graphic on every page in your document you could skip it entirely in the FO file and create an overlay page as a

RE: Sending generated PDF directly to printer

2002-04-16 Thread TSchutzerWeissmann
Patrick wrote: if your printer supports PDF then calling -pdf \\ServerName\PrinterName should work. Hi Patrick, what system are you using that does this? I have been trying to get it to work on NT and it won't work because the path to the printer is always invalid. Do you know how I can get round

RE: Sending generated PDF directly to printer

2002-04-16 Thread TSchutzerWeissmann
Thanks Patrick, my problem is getting the path to work - I've tried using the path to the printer from Network Neighbourhood, and from the Printers folder, but no joy. Regards, Tom -Original Message- From: Chaumette, Patrick [mailto:[EMAIL PROTECTED] Sent: 16 April 2002 10:36 To: '[EMAIL

to J.Pietschmann (about keep-together)

2002-04-16 Thread MARTIN Franck
If block elements should be kept together, you can put them into a one-column blind table. Thank you for your advice but what do you mean by blind table? Franck MARTIN

RE: spna=all didn't work for fo:cell

2002-04-16 Thread Argyn Kuketayev
I thought there must be an attribute of the cell which makes it to span over all the row. I thought it's span=all. it appears that it's not. no problem :) -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Monday, April 15, 2002 7:12 PM To: [EMAIL PROTECTED]

Several questions about FOP

2002-04-16 Thread Sebastian H. Will
Hi all, i've got several questions about PDF generation with FOP. We want to use a open-source implementation of XSL-FO in our project, but stumbled across several open topics. Perhaps you can help us with these: 1) Can one use FOP on a host-environment, ie. IBM mainframe computers, or does

Using FOP to create a query string from XML and XSL

2002-04-16 Thread Ian Taylor
Is it possible to create a query string using FOP? I have been producing PDF's using the FileOutputStream which is working well. Do I just use a different OuputStream to create a query string that can be used to query a database? Thanks

Re: Several questions about FOP

2002-04-16 Thread Alex McLintock
At 14:29 16/04/2002, Sebastian H. Will wrote: Hi all, i've got several questions about PDF generation with FOP. We want to use a open-source implementation of XSL-FO in our project, but stumbled across several open topics. Perhaps you can help us with these: 1) Can one use FOP on a

Re: Using FOP to create a query string from XML and XSL

2002-04-16 Thread Alex McLintock
At 14:39 16/04/2002, Ian Taylor wrote: Is it possible to create a query string using FOP? I have been producing PDF's using the FileOutputStream which is working well. Do I just use a different OuputStream to create a query string that can be used to query a database? Thanks You'll forgive me

Re: Several questions about FOP

2002-04-16 Thread Jeremias Maerki
i've got several questions about PDF generation with FOP. We want to use a open-source implementation of XSL-FO in our project, but stumbled across several open topics. Perhaps you can help us with these: 1) Can one use FOP on a host-environment, ie. IBM mainframe computers, or does EBCDIC

PDF Plugin Launch

2002-04-16 Thread Ryan.Asleson
Hello, I am using FOP embedded in a servlet. I use the following two lines to inform the browser that the result stream is a PDF file: response.setContentType(application/pdf); response.setHeader(Content-disposition, attachment; filename =\report.pdf\); Upon receiving the PDF file, Internet

AW: PDF Plugin Launch

2002-04-16 Thread Michael Heinen
The disposition-type attachment says, that the display should not start automatic but continegent upon some further action of the user. Try using disposition-type inline or dont set this header and use instead of this only the contentType header Sample: response.setHeader(Content-disposition,

AW: PDF Plugin Launch

2002-04-16 Thread Ryan.Asleson
Thanks for the help. Unfortunately I can't get anything to work. If I use inline instead of attachment, then nothing is shown. Same if I only use response.setContentType(application/pdf). I don't know what the problem is. I noticed the earlier question about getting the file name to

Transformation matrix wrong in PDF for some SVG files

2002-04-16 Thread Jeremias Maerki
Hi Foppers For once, I'm here with a problem. It's driving me crazy (probably because I'm not so good at math). I've got a few SVG files that work without problems and I've got a few that FOP 0.20.3cvs (14.2.2002) and FOP 0.20.4cvs (today) won't handle. I've identified the problem spot but

Re: AW: PDF Plugin Launch

2002-04-16 Thread Ryan.Asleson
Inline works with my servlet fine (but I have the filename problem) Did you set content-length header ? No, I don't set the content-length header. This is all I do: response.setContentType(application/pdf); response.setHeader(Content-Disposition, attachment;filename =\report.pdf\); I use

RE: Absolute positioning?

2002-04-16 Thread Chaumette, Patrick
Hello Jerome, do you put the position attribute on a block-container or a block ? In fact I would like to be able to put a block in the bottom of a static xsl-region-before so that it glues with the start of the xsl-region-body. I thought of using a block-container with absolute-position=fixed

Re: Absolute positioning?

2002-04-16 Thread Chuck Paussa
Patrick, First. Don't cross post to the dev and user list! This is a user list question and the user list is a great resource for your answers. Don't annoy the developers. Next. Try this or something like it. fo:block-container height=8mm width=190mm top=0mm left=0mm text-align=center

RE: Absolute positioning?

2002-04-16 Thread Chaumette, Patrick
Hi Chuck, thanks for the information, I thought it was some FOP implementation specific problem so I posted it into dev. Will try to do better next time, sorry. I tried like below your tipp but did do nothing. It only shows the first Test on the top of the page. Doesnt bottom refer to the

Re: Future release and full compliancy

2002-04-16 Thread Christian Geisert
MARTIN Franck wrote: Does anyone have an idea of when is to occur the next fop release and how The next release (0.20.4), which will be a maintenance release without much new functionality should be out in some weeks. long is it going to take for fop to be full compliant w/ the W3 recommendation?

Re: Absolute positioning?

2002-04-16 Thread Chuck Paussa
Patrick, The block container size needs to be big enough to fit the contents. Any contents that don't fit in the height and width get cut off. Make the height 24mm. The border attribute needs all 3 components, solid 1px black I'm not sure if bottom is implemented. You can calculate the top by

RE: Absolute positioning?

2002-04-16 Thread Chaumette, Patrick
Hi Chuck, sure I can set the top attribute, but then I will have to take care that the table in the block container will have to fit 100% with the start of the table of the xsl-region-body. I hoped with using bottom I was always sure to get the bottom of the last block element in

Re: Absolute positioning?

2002-04-16 Thread Chuck Paussa
Patrick, Sounds good to me. Try it and see if it works. (Then write to the list to tell us if it does.) The bottom attribute is definately part of the spec. Chuck Chaumette, Patrick wrote: Hi Chuck, sure I can set the top attribute, but then I will have to take care that the table in the block

background-image and uri

2002-04-16 Thread Patrick Andries
Are background-images implemented in Fop 0.20.3 ? I get a message telling me no such function as url but no message telling me background-image not implemented... How can I specify the uri of the image otherwise ?

rendering more than one page

2002-04-16 Thread Naveen_Rojanala
Does anyone know how to render more than one page in pdf. Can you please share some examples if you have any ? I am using Fop 0.20.3. Thanks naveen

FOP Servlet example problem

2002-04-16 Thread Ben Ho
HI, I am trying the examples of FOP (0.20.3), most FO file run successfully except 'images.fo'. When I run FOP as a standalone application, all examples work fine, however, I encounter a problem when I try the servlet version. I deployed the fop.war in Tomcat 4.0.3. When I try the 'images.fo',

Re: PDF Plugin Launch

2002-04-16 Thread TJ Smith
I wonder if this is a variation of the oft reported IE5 problem with recognizing document types. IE ignores (I think) content type and depends upon the 'pdf' extension. The extension gets mangled. To solve the problem, use 'a=b.pdf' as your extension name. Another exceedingly annoying issue is

Re: PDF Plugin Launch

2002-04-16 Thread Mike Jackson
Can FOP be run on a Headless server without problems? I have a solaris Server that I am running this way and have a project that I would like to integrate FOP into. Anyone have any comments? Mik -- Mike JacksonWebObjects Developer Infoscribe Technologies, Ltd. Beavercreek

Re: Several questions about FOP

2002-04-16 Thread John Austin
1) Can one use FOP on a host-environment, ie. IBM mainframe computers, or does EBCDIC somehow cause problems FOP is written in Java and Java uses UNICODE for characters. I know better than to suggest that EBCDIC won't be problematic but in theory it's not supposed to be a problem. Although

RE: Headless servers, not PDF Plugin Launch

2002-04-16 Thread Roland Neilands
Can FOP be run on a Headless server without problems? Yes. Add this option into the Java command: -Djava.awt.headless=true See the FOP FAQ for the Sun bug reference if you have problems. Regards, Roland Neilands Analyst/Programmer Pulse Mining Systems Pty Ltd (w) +612 4933 3300 (f) +612 4933

RE: rendering more than one page

2002-04-16 Thread Roland Neilands
I also need to do this with a fixed height table like the example border.fo: excess rows just get ignored, how would I make it start a new page (same format) with these instead, ideally with Continued ... printed to a field? Is this feasible? I haven't been able to find an example of this

<    4   5   6   7   8   9   10   11   12   13   >