FOP Pagination

2002-06-28 Thread RamanaJV
HI, This is Ramana from India. I'm using the FOP API and it's giving me problem while pagination. My Pages will be built dynamically, one at a time. A block of FO stuff is supplied to FOP and the AWTRenderer is called to render it and shown in the viewer. My problem is some times the FO

Could not compile

2002-07-01 Thread RamanaJV
Hi everyone, I'm trying to compile the source files through build.bat and it fails saying the following error F:\fop-0.20.3-src\fop-0.20.3\build.xml:590: Cannot use classic compiler, as it is not available A common solution is to set the environment variable JAVA_HOME to your jdk

RE: Could not compile

2002-07-01 Thread RamanaJV
. It needs to be a jdk directory that contains extra jars. On Mon, 2002-07-01 at 13:01, RamanaJV wrote: Hi everyone, I'm trying to compile the source files through build.bat and it fails saying the following error F:\fop-0.20.3-src\fop-0.20.3\build.xml:590: Cannot use classic compiler

Pagination problem

2002-07-02 Thread RamanaJV
HI all, I'm developing a reporting application using FOP. AWTRenderer is used. Since, there are several types of reports, the design followed is a client-server one, where the client will be supplying the data to the sever (report viewer component). This data will be constructed as a FO

Truncating text

2002-07-08 Thread RamanaJV
HI All, I don't want the text in the fo:block to be wrapped if the text length did not fit the allocated region. Instead, I want the text to be truncated. Is it possible through FOP? Eagerly awaiting for the reply Ramana.JV.

RE: Truncating text

2002-07-08 Thread RamanaJV
Message- From: Pretterhofer, Guenter (ext.) [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 2:31 PM To: [EMAIL PROTECTED] Subject: AW: Truncating text Hi Ramana, you could try fo:block wrap-option=no-wrap. hth gP -Ursprüngliche Nachricht- Von: RamanaJV [mailto:[EMAIL PROTECTED

RE: Truncating text

2002-07-08 Thread RamanaJV
to the spec you could do the truncation with overflow=hidden. But this is currently not implemented in FOP. Cheers, gP -Ursprüngliche Nachricht- Von: RamanaJV [mailto:[EMAIL PROTECTED]] Gesendet am: Montag, 8. Juli 2002 11:10 An: [EMAIL PROTECTED] Betreff: RE: Truncating text Thanks

Page details support?

2002-07-08 Thread RamanaJV
Dear All, Is it possible to through FOP API to find the number of lines ( for a defined font and page) that can be rendered? Ramana.JV. -Original Message- From: RamanaJV [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 3:24 PM To: [EMAIL PROTECTED] Subject: RE: Truncating

Usage of UML Diagrams

2002-07-08 Thread RamanaJV
To FOP Developers, There is a lot amount of work going on and lot of design issues. Since, FOP codebase has become very large now, I think it is time we think about UML diagrams to keep the things simple and easily understandable. Why don't we draw the UML diagrams like depicting the

RE: Unable to generate PDF file from EJB using FOP

2002-07-10 Thread RamanaJV
setEnv.bat file to set the environment for running both standalone program as well as weblogic application server. Please help me Thanks Amit -Original Message- From: RamanaJV [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 9:39 AM To: [EMAIL PROTECTED] Subject: RE: Page details support

RE: Stupid Question

2002-07-10 Thread RamanaJV
Refer to the JavaDocs folder in your FOP home directory. Ramana.JV. -Original Message- From: Holger Prause [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 3:56 PM To: [EMAIL PROTECTED] Subject: Stupid Question Where do i can get the api docs for fop ? I already read the FAQ.

RE: Usage of UML Diagrams

2002-07-16 Thread RamanaJV
. Once you have some diagrams we can try to sort these things out. Keiron. On Tue, 2002-07-09 at 06:17, RamanaJV wrote: Hi Keiron, We can create a folder named UML in the docs\design folder and can place the UML diagrams there. I'll start working on them, first starting with a diagram

[UML]: Poseidon license key

2002-07-17 Thread RamanaJV
HI All, I have installed Poseidon 1.3.1 and it is asking me for the license key when I start it. But, I couldn't find anything like that in the home directory of Poseidon. Please, help me. Ramana. - To

page break

2002-07-19 Thread RamanaJV
Pietschmann ! I'm also facing thisblock break problem. I have tried this solution, but it seems to be not working as expected. I have the "pages.fo" file. I 'm expecting the entire row "PTEST" to be in page 2, but it is not happening. The "PTEST" block is breaking into the third page.

suppress-at-line-break=suppress

2002-07-19 Thread RamanaJV
I found that this property has to clip the portion of the block, that will not fit in the specified area. But, this property is not supported in FOP 0.20.3. Is it supported in the newer version? Ramana. -Original Message-From: Todd Migliore [mailto:[EMAIL PROTECTED]]Sent:

page break

2002-07-23 Thread RamanaJV
Devs, Is it possible to tell FOP to clip the text, when the block will not fit in the respctive region? I don't want the block to spanacross lines.. [RamanaJV]

Duplex printing

2002-07-23 Thread RamanaJV
Title: RE: Performance Analysis Dear All, I'm tryingto print the pages in duplex mode. I have written the following function. But this is not working. Is it a problem with JDK or with FOP. When I call this method, a printer dialog is shown with the option duplex selected, but the pages are

RE: page break

2002-07-23 Thread RamanaJV
with specific dimensions? Ramana. -Original Message- From: Keiron Liddle [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 12:37 PM To: FOP Subject: Re: page break On Tue, 2002-07-23 at 08:47, RamanaJV wrote: Devs, Is it possible to tell FOP to clip the text, when the block

Table-cell problem

2002-07-24 Thread RamanaJV
HI group, I have a text in the block of a table-cell and the text is not having any words ( It is a single world). FOP is not wrapping the word and the text is moving on the next cell. The next cell text is super imposed with the previous one. How to solve this problem? Please help me. Ramana.

RE: Table Sectioning

2002-07-24 Thread RamanaJV
In the table-cell u have attribues number-columns-spanned=A Number and number-rows-spanned=A Number. Use them to get the effect. Ramana. -Original Message- From: saravana kumar [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 7:01 AM To: [EMAIL PROTECTED] Subject: Table

Page break

2002-07-24 Thread RamanaJV
HI Group, I want to know the block where the FOP has broke the FO for the next page. Is it possible? Ramana. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

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.

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,

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, 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 RamanaJV
memory consumption. -Lou RamanaJV [EMAIL PROTECTED] on 07/25/2002 10:42:32 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: RE: OutofMemoryException Cyril, I'm sure that I don't have any forward references and page footers. What I have in the page sequence

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,

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

[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

RE: just a thought

2002-08-13 Thread RamanaJV
HI devs, Can we directly say Driver.render(Document). It gives me the following error. I'm sure the document is good. Any help? [ERROR]: Logger not set [INFO]: building formatting object tree java.lang.NullPointerException at

Rendering document directly

2002-08-13 Thread RamanaJV
HI devs, Can we directly say Driver.render(Document). It gives me the following error. I'm sure the document is good. Any help? [ERROR]: Logger not set [INFO]: building formatting object tree java.lang.NullPointerException at

RE: Duplex print problem. Does someone could help ???

2002-08-13 Thread RamanaJV
Even I'm also troubled with the same problem. Cannot print in duplex mode. I have even tried the new print services API in 1.4, but unsuccessful. Is it possible to do it through FOP? Ramana. -Original Message- From: IvanLatysh [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002

Duplex print problem. Does someone could help ???

2002-08-13 Thread RamanaJV
. -Original Message- From: RamanaJV [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 6:54 PM To: [EMAIL PROTECTED] Subject: RE: Duplex print problem. Does someone could help ??? Even I'm also troubled with the same problem. Cannot print in duplex mode. I have even tried the new print

RE: Duplex print problem. Does someone could help ???

2002-08-13 Thread RamanaJV
: Duplex print problem. Does someone could help ??? Hello, RamanaJV! You wrote to [EMAIL PROTECTED] on Tue, 13 Aug 2002 18:59:30 +0530: R I don't whether this question is relevant here or not. But, I expect R some answer from the experts in this group. I am shure that this questions are relevant

RE: OutofMemoryException

2002-09-24 Thread RamanaJV
HI group, I'm trying to fix the memory snag in the AWT viewer. I experimented with other formats too and found that the memory obstacle also exist (not much as AWT viewer, but it is there) at the Area Tree construction too. Could an experienced FO developer, help me where actually the