HowTo Render PDF from XML string and XSL file

2002-03-08 Thread David B. Bitton
I have spent some time looking at the embedding sample, and I have some questions. I have successfully implemented FOP as a WebService having the XSL-FO data posted to the service and the service rendering the file onto the local machine. Now I want to do the XML/XSL to XSL-FO transform in the W

Re: Problems using

2002-03-08 Thread David B. Bitton
I'm using   BankOne and all I'm getting is a blue underlined word, and not a link.  This was working when I was using XEP from RenderX.  I'm using 0.20.3. Also, I setup FOP as a WebService (Apache SOAP).  Let me know what is the correct forum to post the code.  It runs on either Linux or MS

DO NOT REPLY [Bug 6997] - Row-spanned row data breaks over a page within a column

2002-03-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6997] - Row-spanned row data breaks over a page within a column

2002-03-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6997] New: - Row-spanned row data breaks over a page within a column

2002-03-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6996] - Some % modifiers cause right-alignment to run raggedly

2002-03-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6996] - Some % modifiers cause right-alignment to run raggedly

2002-03-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6996] - Some % modifiers cause right-alignment to run raggedly

2002-03-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6996] New: - Some % modifiers cause right-alignment to run raggedly

2002-03-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: FOP Print Option

2002-03-08 Thread Art Welch
Of course if the PCL or PS renderers met your needs then the solution could be trivial. For example under AIX (IBM Unix) I do something like: proc = Runtime.getRuntime().exec("lp -d" + print_queue + " -o -dp -"); out = proc.getOutputStream(); And give the OutputStream (out) to th

RE: FOP Print Option

2002-03-08 Thread Jim Urban
That is what I thought, but I was hoping there may have been some progress made in this area. :) Jim > -Original Message- > From: Ralph LaChance [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 08, 2002 3:34 PM > To: [EMAIL PROTECTED] > Subject: Re: FOP Print Option > > > At 03:53 PM 3/8

Re: FOP Print Option

2002-03-08 Thread Ralph LaChance
At 03:53 PM 3/8/02, you wrote: >I need to use the FOP print option (-print) to print a FO directly to a >printer. The problem is, I need to tell FOP which printer (by name, port or >UNC name) to print to. Displaying the preview window (-awt) or printer >dialog is not an option. I will be embedd

FOP Print Option

2002-03-08 Thread Jim Urban
Hello Everyone, I need to use the FOP print option (-print) to print a FO directly to a printer. The problem is, I need to tell FOP which printer (by name, port or UNC name) to print to. Displaying the preview window (-awt) or printer dialog is not an option. I will be embedding this code in a

Re: Web site update request

2002-03-08 Thread Matt Savino
Weird. I posted a reply to this thread that I see on my work account, but my home Earthlink account never picked it up. This is the second time I've seen this. Anyone else experience this problem? -Matt Keiron Liddle wrote: > > Sure. I'll change that. > > Is there any chance that you could get

RE: Problems using

2002-03-08 Thread Dunning, John
There was a post on this a while back; I can't remember all the specifics, but it appears that borders and/or padding was adding up. When I changed my 'padding-after="5mm"' to 'space-after="5mm"', the problem disappeared. HTH, John -Original Message- From: Roland [mailto:[EMAIL PROTECTE

Problems using

2002-03-08 Thread Roland
Hello, I'm using Click here to search the web When I put the mouse over the text that has the link attached to("Click here to search the web"). The mouse pointer doesn't change. It only changes when I move it a little ABOVE the linked text. After it changed to a little finger I can click it an

DO NOT REPLY [Bug 6992] - from-parent function returns invalid values

2002-03-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6992] New: - from-parent function returns invalid values

2002-03-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: userconfig.xml

2002-03-08 Thread David B. Bitton
In the context of a servlet, where would I place userconfig.xml file relative to the webapps dir, and what path would I use to retrieve the file. According to java.io API JavaDoc file, a relative path is relative to the user's home dir. Would I actually have to say: File file = new File("c:\tomc

cvs commit: xml-fop/src/org/apache/fop/system BufferArray.java BufferFile.java BufferManager.java

2002-03-08 Thread keiron
keiron 02/03/08 07:42:33 Removed: src/org/apache/fop/system BufferArray.java BufferFile.java BufferManager.java Log: no longer needed - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

cvs commit: xml-fop/src/org/apache/fop/fo FOText.java FObj.java

2002-03-08 Thread keiron
keiron 02/03/08 07:41:47 Modified:src/org/apache/fop/fo FOText.java FObj.java Log: removed unneeded imports Revision ChangesPath 1.30 +1 -2 xml-fop/src/org/apache/fop/fo/FOText.java Index: FOText.java

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

2002-03-08 Thread keiron
keiron 02/03/08 03:00:20 Modified:src/org/apache/fop/fo/flow ExternalGraphic.java src/org/apache/fop/image AbstractFopImage.java FopImage.java ImageFactory.java src/org/apache/fop/image/analyser ImageReaderFactory.java

cvs commit: xml-fop/contrib/plan/src/org/apache/fop/plan Main.java PlanElement.java PlanElementMapping.java

2002-03-08 Thread keiron
keiron 02/03/08 02:12:30 Modified:contrib/plan build.sh build.xml contrib/plan/docs plan.fo contrib/plan/src/org/apache/fop/plan Main.java PlanElement.java PlanElementMapping.java Log: added external image handler Revision

cvs commit: xml-fop/docs/xml-docs/fop embedding.xml faq.xml resources.xml

2002-03-08 Thread keiron
keiron 02/03/08 01:53:21 Modified:docs/design book.xml embedding.xml useragent.xml docs/xml-docs/fop embedding.xml faq.xml resources.xml Added: docs/design extending.xml Log: more updates to documentation and design info Revision ChangesPath 1.2

Re: JfreeChart

2002-03-08 Thread achintay sagar
Hi Bhawana, I have worked a lot with the chart creation and also developed an API for it. JFreeCharts are not that flexible and provide very less flexibility to the developer. There is something called Kawacharts where u can do all the stuff with less pain and very less coding. Also, we have d