Re: Release 0.19

2001-06-19 Thread Keiron Liddle
On Tue, 19 Jun 2001 18:27:10 Chetan Vig wrote: > I just wanted to know if Release 0.19 was stable enough so that I can > download it. > coz, I saw bunch of emails flying about the PDF hanging etc etc. FOP does not hang. Java has a problem exiting when an AWT component is used, which is what hap

Re: Re: problem running FOP with servlet - (code gets executed multiple times)urgent

2001-06-19 Thread Raju Dave
Hi Kumar, Try enclosed fo file.. Problem was with nesting in tables and please specify table-column as these are presently required by FOP. Raju - Original Message -- f0 fo <[EMAIL PROTECTED]> wrote: To:[EMAIL PROTECTED] From:f0 fo <[EMAIL PROTECTED]> Date:Tue, 19 Jun

RE: Printing PDF using FOP...

2001-06-19 Thread Denis Kranjcec
I'm printing with acrobat reader 4.0 here is print.bat that I call from my application acrobat /t C:\Java\xml-fop\pdf\file.pdf "\\K2\HP LaserJet 1100 (MS)" "HP LaserJet 1100 (MS)" "\\K2\HP LaserJet 1100 (MS)" This is documentation from adobe: How Do I Use Command Lines with Acrobat and Acrobat

Re: SVG to PDf - images

2001-06-19 Thread Keiron Liddle
I tried you svg as pdf, png and the batik browser and all of them looked very similar. So I don't know what you mean by "ugly colors". Maybe there is something specific to your environment. On Tue, 19 Jun 2001 21:41:55 Brigette Muller wrote: > Hi all, > > Attached is a .SVG. > > W

Re: FOP-Support

2001-06-19 Thread FOP-Support
The patch was sent to Arved 2 days ago, hopefully he's pacthing it, I'll send u/ anyone else interested the src seperately too seshadri - Original Message - From: Chetan Vig <[EMAIL PROTECTED]> To: fop <[EMAIL PROTECTED]> Sent: Tuesday, June 19, 2001 10:11 PM Subject: FOP-Support > Hi

Re: Help in XML Rendering to PostScript

2001-06-19 Thread Hitesh Bagchi
Hello, Can somebody tell me how to stream PCL output to a network printer without writing to a file. Thanks, Hitesh [EMAIL PROTECTED] wrote: > Hello, > > I am fairly new to FOP and to Java as well. I am wondering if anyone has > written a rendering to convert an XML stream to Postscript with F

RE: Problem with Redirect patch for fop codegen

2001-06-19 Thread Kelly Campbell
This issue seems familiar. I seem to remember working around something similar with redirects when we went from Xalan1 to Xalan2 in the FOP build. Make Xalan2 do "the right thing", and we'll fix our build if there's an issue because it was relying on a bug in something else we import. I'm glad G

Re: Printing PDF using FOP...

2001-06-19 Thread Hitesh Bagchi
I downloaded a fresh set of code from the fop cvs and did find the PCLRenderer and the other latest source code. But as far I could make out PCLRenderer does not print to a printer instead it prints to a file in pcl format. Now in case of pcl as well I do have to send the output to the printer. So

“page-sequence is missing an sequence-specification” Still in won’t help

2001-06-19 Thread peti ban
I have used both the help of John and Weiqi, but it gives me the same error of “page-sequence is missing an sequence-specification” as I stated in my first mail. Weiqi Gao <[EMAIL PROTECTED]> wrote: On 19 Jun 2001 06:06:12 -0600, peti ban wrote: > > thanx for your help but it wont help me either

[Bug 2243] New: - extra space at the beginning of next line after line feed

2001-06-19 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2243 *** shadow/2243 Tue Jun 19 18:27:19 2001 --- shadow/2243.tmp.27789 Tue Jun 19 18:27:19 2001 *** *** 0 --- 1,29 + ++ + | extra space at the

Re: row borders

2001-06-19 Thread Cho
Use FOp-1.7 version. Somehow, the border support left out in 1.8 version. Eugene Nedzvetsky wrote: > Hello fop-dev, > > How I can work with row-border setting.I do not see any borders in last > version FOP in example borders.fo in table row-borders. > > -- > Best regards, > Eugene

RE: Gump xalan2 failures

2001-06-19 Thread Scott_Boag
Kelly, with the check-ins I just did, the fop build should run OK. It would help a lot if you could update your Xalan build and give it a whirl. You should make sure that everything else seems OK, besides the fact that it seems to build without error. -scott

Problem with Redirect patch for fop codegen

2001-06-19 Thread Scott_Boag
> + Result outputTarget = transformer.getOutputTarget(); > + if ( (null != outputTarget) && ((base = outputTarget.getSystemId ()) != null) ) { > +base = urlToFileName(base); > + } For the moment I need to comment this out in order to get the fop codegen to work. We

[19-cvs][Bug with locating images]

2001-06-19 Thread Anthony Tagunov
Hello fop developers! By mistake i got 0.19-cvs and here's what i've found out: 1) in anttasks.Fop there's a case mistake (instead of "baseDir" there's "basedir") 2) present version of anttasks.Fop puts object of type File into the "baseDir" property and later on FopImageFactory extracts getStr

hyperlink

2001-06-19 Thread Frédéric Jacquet
Is it possible to specify in fo to create mailto or http hyperlink like in acrobat ??? Thanks in advance Fred - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: Displaying PDF output on IE 5.0..

2001-06-19 Thread Frédéric Jacquet
.pdf bug still existe on whistler with IE6 beta !! keep your code the same way ;)) -Message d'origine- De : Klosa Uwe [mailto:[EMAIL PROTECTED]] Envoyé : mardi 19 juin 2001 08:51 À : '[EMAIL PROTECTED]' Objet : SV: Displaying PDF output on IE 5.0.. This is not correct. After the latest

Can u help me out please

2001-06-19 Thread sravan kumar
Hi, I am facing the following program its like this Initially i generated a pdf file with fo through commandline by saying fop file1.fo file1.pdf It generates a pdf file but now i want to use servlets and generate the pdf file when i pass xml and xsl files as parameters but i am not getting an

RE: How can I create Widgets with FOP?

2001-06-19 Thread Kelly Campbell
Hi Andre, XSL:FO doesn't specify any form widgets such as you want. This is something which currently is only implemented in HTML browsers. There is a working draft spec for XForms which provides form widgets in the context of XHTML, but I think it would allow for mixing form widgets into a XSLFO

How can I create Widgets with FOP?

2001-06-19 Thread André Genser
Hi there, I check your documentation and faq of FOP but there is nothing said about creating Widget (textfields, comboboxes, buttons ...) with FOP. Is it possible with the current version (v0.19) to create widget? Do you plan to implement this feature? Thanks a lot and have a nice day. Andre Ge

Re: Problems with OS390

2001-06-19 Thread Petr Zeman
Hi,       I thing, you have to write   ---    xmlns:fo="http://www.w3.org/1999/XSL/Format">                         --

FOP-Support

2001-06-19 Thread Chetan Vig
Hi Seshadri, Is the out of memory patch part of the FOP 0.19 or it has to be seperately downloaded from minfiresolutions website. Please let me know. Thanks, -Chetan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Release 0.19

2001-06-19 Thread Chetan Vig
I just wanted to know if Release 0.19 was stable enough so that I can download it. coz, I saw bunch of emails flying about the PDF hanging etc etc. Thanks, -Chetan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Re: Help in XML Rendering to PostScript

2001-06-19 Thread Arved_37
Quoting Jeremias Maerki <[EMAIL PROTECTED]>: > I've started a Postscript renderer some time ago. It produces Level 2 > Postscript and DSC comments. It's certainly not production ready, though. > The whole SVG stuff is missing and it would have to be updated for the > current CVS version. If it he

row borders

2001-06-19 Thread Eugene Nedzvetsky
Hello fop-dev, How I can work with row-border setting.I do not see any borders in last version FOP in example borders.fo in table row-borders. -- Best regards, Eugene mailto:[EMAIL PROTECTED] -

Re: problem running FOP with servlet - (code gets executed multiple times)urgent

2001-06-19 Thread f0 fo
hi Raju!! Thanks for u'r reply I'm trying to create the fo file at run time using an xml & xsl file. The template of the fo file generated attached to this file, thanks, Kumar --- Raju Dave <[EMAIL PROTECTED]> wrote: > > Can u sent ur code file, > > With servlets fop works fine.. maybe pro

Re: problem running FOP with servlet - (code gets executed multiple times)urgent

2001-06-19 Thread f0 fo
servlet code * .. .. Driver driver = new Driver(); driver.setBaseDir(sFoFileName); driver.setRenderer("org.apache.fop.render.pdf.PDFRenderer",

Table Layout Bug

2001-06-19 Thread Eric Dalquist
I was wondering if any progress has been made on this bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1318   I'm having the same problem and found a temporary work-around by putting a .5pt white border around the long cells but I really don't want to have to do that as it makes for poo

RE: problem running FOP with servlet - (code gets executed multiple times)urgent

2001-06-19 Thread Matt Callow
* Your attention is drawn to the warning notice at the end of this message. * Are you using MSIE? Apparently, you need to set th

problem running FOP with servlet - (code gets executed multiple times)urgent

2001-06-19 Thread f0 fo
hi all!! I'm trying to create a PDF using FOP.jar 0.17 (version), The code works great as a application, but when I tried running it as servlet the code tries to execute multiple times..but I'm able to get the pdf but the code gets executed multiple time.The output in the console is ***

Re: [RE: Problem in "page-sequence is missing ansequence-specification"]

2001-06-19 Thread Weiqi Gao
On 19 Jun 2001 06:06:12 -0600, peti ban wrote: > > thanx for your help but it wont help me either as I have tried > your idea of giving master name to simple-page and page-sequence. > > "John Wyman" <[EMAIL PROTECTED]> wrote: > > > > > > > > > >

Re: [RE: Problem in "page-sequence is missing an sequence-specification"]

2001-06-19 Thread peti ban
Hi John thanx for your help but it wont help me either as I have tried your idea of giving master name to simple-page and page-sequence. bye Subhajyoti "John Wyman" <[EMAIL PROTECTED]> wrote:

RE: Problem in "page-sequence is missing an sequence-specification"

2001-06-19 Thread John Wyman

Problem in "page-sequence is missing an sequence-specification"

2001-06-19 Thread peti ban
Hi fop users I am using Cocoon 1.8 and generating pdf. But gives an error of missing page-sequence. Like this: Error found handling the request. org.apache.fop.apps.FOPException: page-sequence is missing an sequence-specification at org.apache.fop.fo.pagination.PageSequence.makePage(Pag

Re: Running FOP - feedback from a beginner

2001-06-19 Thread Fotis Jannidis
Mike, thanks for your comments. I will try to state things clearer. Fotis Send reply to: [EMAIL PROTECTED] From: Michail Bikoulis <[EMAIL PROTECTED]> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject:Running FOP - feedback fro

cvs commit: xml-fop/docs/examples build.xml

2001-06-19 Thread keiron
keiron 01/06/19 03:55:17 Modified:docs/examples build.xml Log: deletes the correct dir when clean Revision ChangesPath 1.18 +1 -1 xml-fop/docs/examples/build.xml Index: build.xml === RCS

cvs commit: xml-fop/docs/examples/fo extensive.fo

2001-06-19 Thread keiron
keiron 01/06/19 03:47:15 Modified:docs/examples/fo extensive.fo Log: sets style so that it looks better Revision ChangesPath 1.15 +1 -1 xml-fop/docs/examples/fo/extensive.fo Index: extensive.fo ===

cvs commit: xml-fop/src/org/apache/fop/svg PDFTranscoder.java

2001-06-19 Thread keiron
keiron 01/06/19 02:40:16 Modified:src/org/apache/fop/svg PDFTranscoder.java Log: gets the xml parser class name properly Revision ChangesPath 1.5 +8 -4 xml-fop/src/org/apache/fop/svg/PDFTranscoder.java Index: PDFTranscoder.java

Re: Running FOP - feedback from a beginner

2001-06-19 Thread Tan Wei Boon
The fop.bat file is specifying the cp relative to its own location (fop root directory). Try to edit the fop.bat cp to fullpath if you want to use it outside the fop root directory. Wei Boon Powered by Fastmail from http://www.i-fa

Re: Problems with OS390

2001-06-19 Thread Martin Roob
Hello, possibly your problem is the encoding of the fo-File. If you transfer it form NT to OS390 in binary mode, everything should be ok, but than you cannot read the file on OS390, because it is ASCII (better UTF-8) and OS390 wants to see EBCDIC. If you transfer it as a text file, your ftp p

Running FOP - feedback from a beginner

2001-06-19 Thread Michail Bikoulis
Hello, I have some comments regarding the "Running FOP" website at http://xml.apache.org/fop/running.html: Point "a" states that Java 1.1.x or later mey be used. I tried with JDK 1.1.8, but the script Fop.bat failed. Apparently this java version does not understand the parameter -cp; -classpath