column spanning and column widths with fop 0.18

2001-08-08 Thread Louis . Masters
Did something happen in 0.18 that would cause a column span to override specified column widths? I recently upgraded and noticed that whenever I had several lead cells in a table that were spanned, any subsequent cells in that same row would ignore there widths and _harshly_ justify left. For

Re: Problems running FOP

2001-08-08 Thread Alex McLintock
--- Agnes Clarke [EMAIL PROTECTED] wrote: Hi all, My problem is that the Windows ZIP format binary downloads are not available any more. And this is a problem how exactly? As I haven't been able to get FOP running on Windows ME system, I worry that perhaps extracting the UNIX .tar

whitespace does not scale

2001-08-08 Thread Michail Bikoulis
Hello. I get an error when I try to enter a bug, so I'm sending it here instead. Whitespace seems to have the same width irrespective of the font-size property of the block. This can be annoying when trying to allign text using the monospace font-family. I came accross this while working with

Re: linefeed-treatment

2001-08-08 Thread Keiron Liddle
On Wed, 08 Aug 2001 15:12:19 Gregor N. Purdy wrote: Thanks for the reply. So, does that mean that the entry in src/codegen/foproperties.xml should be edited so it doesn't say datatypeToBeImplemented/datatype? If its being handled correctly, then we don't need the message to be printed. If

[Bug 3044] New: - keep-together not functioning

2001-08-08 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.

FOP Servlets being invoked twice

2001-08-08 Thread Alex Amies
I have a problem with a servlet, which serves up pdf documents, invoking the servlet twice for every time I request the url using my browser. The pdf document is produced correctly in both instances. Anybody else seen this problem, know what it is, or have a constructive suggestion? The

Re: FOP Servlets being invoked twice

2001-08-08 Thread Joe Batt
It happened to me using IE to Tomcat on the local machine using 'localhost'. I switched to using the real network interface and it fixed itself. Joe Alex Amies wrote: I have a problem with a servlet, which serves up pdf documents, invoking the servlet twice for every time I request the url

Re: FOP Servlets being invoked twice

2001-08-08 Thread Joe Batt
Alex McLintock wrote: I've seen the content size problem (which you have correctly solved in your code) but now I have a problem with a particular build of IE. Basically the PDF doesn't appear - in fact neither does acrobat reader The problem occurs on the IE version 5.50.4522.1800 and not

FOP NoClassDefFound

2001-08-08 Thread Hojtsy Gabor
Hi! I am trying out FOP for the PHP project to generate PDF docs from our XML sources. But I get the following error: Exception in thread main java.lang.NoClassDefFoundError: org/apache/stylebook/StyleBook Is there something missing from my distro? I am trying FOP 0.19.0CVS (binary

Submitting test

2001-08-08 Thread Patel, Mike
Hi, I am totally new with FOP but I got the FOP successfully install, compile but now my problem is I have this XML document that I want to open as PDF file. How would I do this. What is cvs_repository/test directory and where is located under FOP. I did do Unix find command and I can't find

FOP FAQ suggestion

2001-08-08 Thread Paul Furbacher
On Wednesday, August 8, 2001, Alex McLintock [EMAIL PROTECTED] wrote: Hmmm, I guess I better put this in the FAQ. Hmmm, I guess I better fix the FAQ. Alex, This is not meant as criticism. In fact, thanks for all the work you've done so far to maintain the FAQ. But, why not make life

.pdf extension

2001-08-08 Thread Alex Amies
We had exactly the same problem with the file extensions. IE seems to ignore the content type directive. Once we renamed our servlet url to report.pdf IE was able to pick up the reports. -Original Message- From: Alex McLintock [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08,

RE: FOP Servlets being invoked twice

2001-08-08 Thread Alex Amies
Thanks for the tip on IE behaving like this. I don't agree with the suggestion about using DOM to build up a document. Intuitively it does not make sense to have Xalan parse the document out when the program that constructs it knows the structure. There are several problems with this,

[Bug 3007] - broken basic-link when referencing a following page

2001-08-08 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.

Converting XMP to PDF...HELP!!!!!!

2001-08-08 Thread Patel, Mike
Hi, I am able to convert .XML files to .PDF using command line on Unix. This the command I use to convert. ./fop.sh firstdoc.xml -pdf firstdoc.pdf Is their any easy way to do this or I have to do this every time (using Unix script) before user can opens this documents in IE. Thanks in

Re: FOP Servlets being invoked twice -- MSIE 5.50.4522.1800 problem

2001-08-08 Thread Paul Furbacher
On Wednesday, August 8, 2001, Alex McLintock [EMAIL PROTECTED] wrote: ... but now I have a problem with a particular build of IE. Basically the PDF doesn't appear - in fact neither does acrobat reader The problem occurs on the IE version 5.50.4522.1800 and not with other IE5.5

Adding Bookmarks on Fop page......

2001-08-08 Thread sunitha nair
hi all, how can i add book mark on my pdf page.I mean chapter index on left side of my pdf page which link to the corresponding chapters,which will be showed on the screen.Index will remain always same on the page and only the content frame will change. please help me. regards sunitha

FW: FOP help please...

2001-08-08 Thread Charlie Wu
Charlie Wu.vcf ATT02740.txt Hi there: I downloaded the latest FOP from xml.apache.org and was trying to run some simple tests from the commandline.. The documentation says you should just run: FOP fo_inputfile pdf_outputfile (see http://xml.apache.org/fop/running.html

RE: FOP help please...

2001-08-08 Thread James Telfer
Try: java -jar fop.jar Invocation used to be handled by fop.bat/fop.sh, but I think this is now obsolete. (?) Either way, the above works. JT -Original Message- From: Charlie Wu [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 09, 2001 2:52 PM To: '[EMAIL PROTECTED]' Subject: FW: FOP