cvs commit: xml-fop/src/codegen enumgen.xsl properties.xsl xalan2.filter

2002-07-25 Thread keiron
keiron 2002/07/25 02:32:26 Modified:.build.xml src/codegen enumgen.xsl properties.xsl Removed: src/codegen xalan2.filter Log: removed unneeded filter Revision ChangesPath 1.56 +2 -11 xml-fop/build.xml Index: build.xml ===

[GUMP] Build Failure - xml-fop

2002-07-25 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml Caught exception (org.apache.tools.ant.BuildException) w

Re: AW: AW: AW: Embedding FOP in Servlet

2002-07-25 Thread Oleg Tkachenko
Martin Ewald wrote: > your tips were great. It was a classpath problem. After many attempts, I found out >that the > file xerces.jar was missed. I'm so stupid. Now tomcat delivers a pdf-document how I >can see > in my MIE 5. I get the pdf-source-code but I hope I will correct this. Glad to hear

OutofMemoryException

2002-07-25 Thread RamanaJV
Dear group, I have a big fo file, could be around 100 pages. But the driver gives me a outofmemoryexception when I give this file to the renderer. I use AWTRenderer for printing the document. Can't FOP handle big FO documents. Is there a workaround to get around this memory problem. Raman

FO to PCL

2002-07-25 Thread RamanaJV
Dear group, Doesn any one have a XSL to convert to FO to PCL. I want to try this option, since FOP is not able to handle large documents. Ramana. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email

Re: OutofMemoryException

2002-07-25 Thread Jochen Deubner
Hi, it IS capable of rendering large documents. Out of Memory exception ist just caused by standard JVM Memory assignment of 64M. Just enlarge the memory for the JVM with parameter -Xmx256m (256m for 256Megs). Jochen - Original Message - From: "RamanaJV" <[EMAIL PROTECTED]> To: <[EMAIL

RE: OutofMemoryException

2002-07-25 Thread RamanaJV
This shows a blue screen, if I terminate the Java program in the middle with Ctrl-C option. The system showing a fatal error with the Ctrl-C termination. Ramana. -Original Message- From: Jochen Deubner [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 4:19 PM To: [EMAIL PROTECTED]

RE: OutofMemoryException

2002-07-25 Thread Cyril Rognon
Ramana, I guess you can find in the list archive that many of us have encountered this memory issue. I have managed to render 50 to 1500 pages documents using a machine with 256 Mo RAM . When you want to do that, you have to allow your JVM to use a large amount of memory. It can be tricky in w

RE: OutofMemoryException

2002-07-25 Thread RamanaJV
Thanx for the response cyril. I'll try this. How is your new place? Ramana. -Original Message- From: Cyril Rognon [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 5:58 PM To: [EMAIL PROTECTED] Subject: RE: OutofMemoryException Ramana, I guess you can find in the list a

RE: OutofMemoryException

2002-07-25 Thread RamanaJV
Cyril, As far your suggestion, I have made the FO to be a small page sequences (could be around 20 pages per sequence). But, it I'm bugged with this OutofMemoryException. My system has 192Mb RAM. The FO document is made of tables. There will be two tables per page. There are no forward

RE: OutofMemoryException

2002-07-25 Thread RamanaJV
Cyril, As far your suggestion, I have made the FO to be a small page sequences (could be around 20 pages per sequence). But, it I'm bugged with this OutofMemoryException. My system has 192Mb RAM. The FO document is made of tables. There will be two tables per page. There are no forward

RE: OutofMemoryException

2002-07-25 Thread Cyril Rognon
Ramana, I have a 256 Mo Ram machine that uses JVM -Xms512m -Xmx512m and it runs fine. I admit that JVM memory settings gives some weird results sometimes. What JVM are you using ? I have seen tremendous performance upgrade when we went from 1.2 to 1.3. Even better with last 1.4 under Win2K. A

Page count & first-rest-last

2002-07-25 Thread miguel_sas
Hi fop-developers-users, I'm new to FOP and I've started with a document that needs different footers for the first, rest and last page. Unfortunatly, as reported in the bug database, fop do not apply the page-master for the last page, only first and rest work properly. Any work-arround? Second

RE: OutofMemoryException

2002-07-25 Thread RamanaJV
Cyril, I'm sure that I don't have any forward references and page footers. What I have in the page sequence is a static text , some blocks followed by a table. The JDK i use is 1.4. What could be the problem and can u suggest a solution.. Ramana. -Original Message- From: Cyril

RE: OutofMemoryException

2002-07-25 Thread Louis . Masters
Ramana: Is it dumping out FOP error messages even though the report seems to be working? I think these errors can be related to overflows within your context areas which I have seen posted as causing increased memory consumption. -Lou RamanaJV <[EMAIL PROTECTED]> on 07/25/2002 10:42:32 Ple

RE: OutofMemoryException

2002-07-25 Thread RamanaJV
No Louis, It is saying java.lang.OutOfMemoryError in the Driver.render(...) statement. If, I print some pages below than 70, it is fine. But, if I try more than 70, the OutOfMemoryError. Ramana. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursda

RE: OutofMemoryException

2002-07-25 Thread Cyril Rognon
Lou is right. could you tell us what FOP outputs when you use the debug mode ? (-d option in command line). Cyril At 10:53 25/07/2002 -0400, you wrote: >Ramana: >Is it dumping out FOP error messages even though the report seems to be >working? I think these errors can be related to overflows

AW: OutofMemoryException

2002-07-25 Thread J.U. Anderegg
To attack the problem: o split the job into 2 steps: - XSL transformation writes XSL:FO to a file - FOP formats the file o use another renderer: text e.g. o vary the input - reduce the volume: when does it blow up? - eliminate distinct elements You will pretty s

OutofMemoryException

2002-07-25 Thread RamanaJV
I have generated the XSL:FO into a file. I have used the FOP -d option and pasted the debug messages thus got in the attached file "temp". I can even send the FO file individually to test the load, since the mail to the mailing test bounces with that attachment. After these error messages, f

RE: OutofMemoryException

2002-07-25 Thread Cyril Rognon
I have had some similar problem with one document : Some hyphenated text in a cell that was on two rows (row span) : FOP warned me about some "I cannot hyphenate!". I have not seen this with small documents (bellow 500 pages) but with large ones FOP went on an infinite loop. I did exactly like

RE: OutofMemoryException

2002-07-25 Thread RamanaJV
Yep , I have narrowed in on the problem somewhat. Followed Hansuli Anderegg and found that the problem is with AWTRenderer itself, with PDF and TXT, no OutOfMemory. Now, I request the group to tell me whether there are any PDF viewers, that I can use in my JavaApplication to s

RE: OutofMemoryException

2002-07-25 Thread Arnd Beißner
> Now, I request the group to tell me whether there are any PDF > viewers, that I can use in my JavaApplication to show the thus generated > output. There is a PDF bean on the Adobe web site that I used successfully some time ago. I think it supports PDF features including PDF 1.1. Hope this he

[PDF Viewer] Utility request

2002-07-25 Thread RamanaJV
Dear FOP developers, After seeing the OutOfMemoryError, the AWT renderer is causing, why don't thinking of providing a PDF viewer in the FOP itself. I think, this will be useful so much. I don't think people couldn't have ever thought about it, but is it diffucult to do so? I fe

RE: [PDF Viewer] Utility request

2002-07-25 Thread Rhett Aultman
I see FOP's role as being a data transformer first and foremost. We may want to consider packaging a PDF viewer with FOP, but I'd recommend against putting it *IN* FOP. -Original Message- From: RamanaJV [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 12:47 PM To: [EMAIL PROTEC

Re: OutofMemoryException

2002-07-25 Thread Oleg Tkachenko
RamanaJV wrote: > I have narrowed in on the problem somewhat. Followed Hansuli > Anderegg and found that the problem is with AWTRenderer itself, with PDF and > TXT, no OutOfMemory. Hmm, probably loading swing classes finally exhausts available memory. -- Oleg Tkachenko Multiconn Internati

RE: [PDF Viewer] Utility request

2002-07-25 Thread Victor Mote
Ramana wrote: > ... why don't thinking of providing a PDF viewer in the FOP itself. Perhaps I am missing something. Is the freely available Acrobat Reader insufficient for the task? Victor Mote (mailto:[EMAIL PROTECTED]) Enterprise Outfitters (www.outfitr.com) 2025 Eddington Way Colorado Spring

Re: [PDF Viewer] Utility request

2002-07-25 Thread Ralph LaChance
At 12:46 PM 7/25/02, you wrote: > After seeing the OutOfMemoryError, the AWT renderer is causing, why >don't thinking of providing a PDF viewer in the FOP itself. I think, this >will be useful so much. I don't think people couldn't have ever thought >about it, but is it diffucult to do so?

Re: EOFException while creating metrics for the font file

2002-07-25 Thread J.Pietschmann
Sachio Yagi wrote: >>Reading /usr/lib/X11/fonts/TrueType/japanese.st/typefaces/hgrgb98.ttf... >> >>java.io.EOFException: Reached EOF, file size=65536 offset=7092058 ... > Can anybody please guide me how to solve this problem or how to Use > Japanese > font in HP-UX. The TTF reader wants to read t

Re: Page count & first-rest-last

2002-07-25 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: > I'm new to FOP and I've started with a document that needs different > footers for the first, rest and last page. Unfortunatly, as reported in the > bug database, fop do not apply the page-master for the last page, only > first and rest work properly. It depends on what

Black images

2002-07-25 Thread Darrel Riekhof
Some images, when FOP embeds them in the PDF, show up as all black rectangles. The size of the image is correct. However, this only occurs if you are using 16 bit color or higher. If you lower the color res down to 256 colors, then images always show up in the pdf in acrobat reader. Client

CTM - e (tx) and f (ty) divided by 1000

2002-07-25 Thread Kevin O'Neill
I've been having a look at org.apache.fop.area.CTM and I notice that the toArray() method modifies the e and f elements of the matrix by dividing them by 1000 before returning them in the array. This seems to be there to support one function org.apache.fop.render.pdf.PDFRenderer.startVParea() wher