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 st

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 directo

RE: Could not compile

2002-07-01 Thread RamanaJV
ectory. 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:59

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 T

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
a.JV. -Original 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 . hth gP -Ursprüngliche Nachricht- Von: RamanaJV [mailto:[EMAIL PROTECTED]] Ge

RE: Truncating text

2002-07-08 Thread RamanaJV
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 Than

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 over

RE: Page details support?

2002-07-08 Thread RamanaJV
I understand that messing around with FOP is not a good idea. But what to do, I doesn't get any solution till. I'll put the problem in greater detail again. I will be having FO templates, that specify the style of the report. Let's say the template is like:

RE: Usage of UML Diagrams

2002-07-08 Thread RamanaJV
useful area to explore, go ahead. The tools such as ArgoUML have improved and I just tried it out again. Keiron. On Mon, 2002-07-08 at 16:38, RamanaJV wrote: > To FOP Developers, > There is a lot amount of work going on and lot of design issues. > Since, FOP codebase has become very

RE: Unable to generate PDF file from EJB using FOP

2002-07-10 Thread RamanaJV
same 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 su

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: Javadoc

2002-07-11 Thread RamanaJV
run build in ur src version, u'll get the javadocs.   Ramana.JV. -Original Message-From: Jim Urban [mailto:[EMAIL PROTECTED]]Sent: Thursday, July 11, 2002 9:55 PMTo: FOP Dev (E-mail)Subject: Javadoc Where is the JavaDoc for FOP 0.20.4?  I’ve checked the binary and

Non-printable characters

2002-07-12 Thread RamanaJV
HI FOP Developers, I found that whenever a non-printable character is found in the text of the FO document, FOP throws an error saying "Invalid XML character". Instead, I feel it's good to remove the non-printable character and proceed with the rendering. Ramana.JV. -

RE: Usage of UML Diagrams

2002-07-16 Thread RamanaJV
types. 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 starti

[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 unsubscri

page break

2002-07-18 Thread RamanaJV
Pietschmann !      I'm also facing this block 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-18 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 PRO

page break

2002-07-22 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 span across lines..  [RamanaJV]   

Duplex printing

2002-07-22 Thread RamanaJV
Title: RE: Performance Analysis Dear All,   I'm trying to 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 page

RE: page break

2002-07-22 Thread RamanaJV
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

RE: FO to RTF

2002-07-23 Thread RamanaJV
Keiron, I have been experimenting with several FO to RTF tools. The developer is required to have the knowledge of RTF and the FOP architechure to work on this RTF renderer. I'm ready to work on this, but I need some help with the seniors in understanding the FOP architechure, as I'm a new

Changing the content handler

2002-07-23 Thread RamanaJV
Devs, The Driver.render(XMLReader, InputSource) method starts the rendering process, when the end element of PageSequence is found. This happens because the FOTreeBuilder makes it so. Is it possible, if I want to build the pages even before the PageSequence is reached, when a own custom t

RE: Re: Re: the license of Chinese hyphenation pattern file

2002-07-24 Thread RamanaJV
Stoneson, This is happening even with the normal english also. Suppose, u 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. How to solve this problem? Ramana. -

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 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 Sectioning Hi

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. 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 RamanaJV
: "RamanaJV" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 25, 2002 12:14 PM Subject: OutofMemoryException > 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 re

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 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 t

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 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

[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-27 Thread RamanaJV
ople using FOP can follow such a process. -Original Message- From: RamanaJV [mailto:[EMAIL PROTECTED]] Sent: Friday, July 26, 2002 5:24 AM To: [EMAIL PROTECTED] Subject: RE: [PDF Viewer] Utility request After a little bit of exploration, I found that the JavaBean adobe gives is not support

RE: [PDF Viewer] Utility request

2002-07-29 Thread RamanaJV
Ralph, Your idea of "Fixing the awt renderer" is the correct one. After a deep thought, I too came to the conclusion that instead of writing a PDF renderer, if we can tune up the AWT renderer, it will be great. The main problem with AWT renderer now is the heavy memory it uses. We need to fi

Adding Arial font support

2002-07-31 Thread RamanaJV
HI group, Is it possible to add Arial font support to FOP? Ramana. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: Adding Arial font support

2002-07-31 Thread RamanaJV
lto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 1:12 PM To: [EMAIL PROTECTED] Subject: Re: Adding Arial font support RamanaJV wrote: > Is it possible to add Arial font support to FOP? Sure, see http://xml.apache.org/fop/fonts.html -- Oleg Tkachenko Multiconn Internat

RE: Adding Arial font support

2002-08-01 Thread RamanaJV
Arial font by default if you specify font-family="sans-serif" ? > -Original Message- > From: RamanaJV [SMTP:[EMAIL PROTECTED]] > Sent: Thu 01 August 2002 07:13 > To: [EMAIL PROTECTED] > Subject: Adding Arial font support > > HI group, > I

table-and-caption support

2002-08-02 Thread RamanaJV
HI group, Does FOP 0.20.3 support fo:table-and-caption property? I'm not getting the table if I put the table inside table-and-caption... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL

keep-with-previous problem

2002-08-04 Thread RamanaJV
HI Devs, I'm trying to keep a set of rows in a table together with keep's in the table-rows. But somehow, I'm not able to get it. I have attached the FO file, I'm using. Opening it in the AWT viewer shows 3 pages with a remnant in the 2nd page. Actually, with the FO written, it has to be

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 org.apache.fop.apps.StreamRenderer.startRenderer(Stream

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 org.apache.fop.apps.StreamRenderer.startRenderer(Strea

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 6:3

Duplex print problem. Does someone could help ???

2002-08-13 Thread RamanaJV
amana. -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

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

2002-08-13 Thread RamanaJV
ED] Subject: Re: 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

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 memo