cvs commit: xml-fop/src/org/apache/fop/svg PDFAElementBridge.java PDFImageElementBridge.java PDFTextElementBridge.java PDFTranscoder.java SVGElement.java SVGUserAgent.java

2002-03-21 Thread keiron
keiron 02/03/21 01:28:44 Modified:src/org/apache/fop/svg PDFAElementBridge.java PDFImageElementBridge.java PDFTextElementBridge.java PDFTranscoder.java SVGElement.java SVGUserAgent.java Log: updated to changes

cvs commit: xml-fop/src/org/apache/fop/apps CommandLineStarter.java Driver.java

2002-03-21 Thread keiron
keiron 02/03/21 01:31:02 Modified:src/org/apache/fop/apps CommandLineStarter.java Driver.java Log: initialise driver rather then doing too much in constructor Revision ChangesPath 1.13 +2 -1 xml-fop/src/org/apache/fop/apps/CommandLineStarter.java Index:

cvs commit: xml-fop/src/org/apache/fop/tools AreaTreeBuilder.java

2002-03-21 Thread keiron
keiron 02/03/21 01:34:20 Modified:src/org/apache/fop/area Area.java Block.java LineArea.java src/org/apache/fop/area/inline InlineArea.java src/org/apache/fop/render/pdf PDFRenderer.java src/org/apache/fop/render/xml XMLRenderer.java

cvs commit: xml-fop/src/org/apache/fop/render/pdf PDFXMLHandler.java

2002-03-21 Thread keiron
keiron 02/03/21 01:37:15 Modified:src/org/apache/fop/fo FOText.java FOUserAgent.java FObjMixed.java src/org/apache/fop/fo/flow Block.java InstreamForeignObject.java src/org/apache/fop/image ImageLoader.java

cvs commit: xml-fop/contrib/plan/src/org/apache/fop/plan ActionInfo.java EventList.java GroupInfo.java Main.java PlanElement.java PlanElementMapping.java PlanHints.java PlanObj.java PlanRenderer.java SimplePlanDrawer.java

2002-03-21 Thread keiron
keiron 02/03/21 02:02:14 Modified:contrib/plan/src/org/apache/fop/plan ActionInfo.java EventList.java GroupInfo.java Main.java PlanElement.java PlanElementMapping.java PlanHints.java PlanObj.java PlanRenderer.java

cvs commit: xml-fop/docs/xml-docs fop.xml

2002-03-21 Thread keiron
keiron 02/03/21 02:05:45 Modified:docs/xml-docs fop.xml Log: fixed spelling of output Revision ChangesPath 1.14 +1 -1 xml-fop/docs/xml-docs/fop.xml Index: fop.xml === RCS file:

cvs commit: xml-fop/lib batik.jar readme

2002-03-21 Thread keiron
keiron 02/03/21 02:07:44 Modified:lib batik.jar readme Log: updated batik for api changes Revision ChangesPath 1.7 +6881 -8874xml-fop/lib/batik.jar Binary file 1.8 +1 -1 xml-fop/lib/readme Index: readme

pb FOP 0.20 and servlet

2002-03-21 Thread Jean-François Selber
somebody can help me? I used FOP 0.20.1 and I want to call a servlet to add an image in my pdf document FOP code: fo:block fo:external-graphic src=url:http://titane.oxymel.com:8080/statsfeftt/StatsDepartement?typeStats =graph13mois height=3.41cm width=23.81cm/ /fo:block bug: Error while

SV: Corrupt PDF files?

2002-03-21 Thread Klosa Uwe
smime.p7m Description: application/pkcs7-mime

DO NOT REPLY [Bug 7323] New: - Content overflow in fo:table-cell if content too long

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

Re: development status

2002-03-21 Thread Arnd Beißner
Peter B. West wrote: Convergence problems like your page 99 scenario occur in other contexts; notably the last page problem. The last page in a sequence is allowed a different page-master, but the only way to discover the last page is to lay it out. Oops, last page. Lay it out again, using

Re: [Fwd: Numbering lines]

2002-03-21 Thread Patrick Andries
I would like to be able to reset (optionally) the line number at column or page break. I did not find much info on the Layouter... Could someone give me a little pointer (for instance, where page and column break are detected). Thanks Patrick Andries

cvs commit: xml-fop/src/org/apache/fop/tools/anttasks Fop.java

2002-03-21 Thread chrisg
chrisg 02/03/21 09:18:05 Modified:docs/examples/embedding Tag: fop-0_20_2-maintain FopPrintServlet.java FopServlet.java src/org/apache/fop/apps Tag: fop-0_20_2-maintain CommandLineOptions.java

Re: [Fwd: Numbering lines]

2002-03-21 Thread Patrick Andries
OK, thanks I don't need help anymore. I found it and coded it. Patrick Andries wrote: I would like to be able to reset (optionally) the line number at column or page break. I did not find much info on the Layouter... Could someone give me a little pointer (for instance, where page and

Re: Logging work: MessageHandler patch

2002-03-21 Thread Christian Geisert
Michael Gratton wrote: There was a problem with MessageHandler.error() in that patch. The attached patch fixes that and makes MessageHandler.log() a bit more readable. It also includes a fix for the outstanding ToBeImplementedProperty problem - by using MessageHandler. I've committed

How format to dot-matrix printers (ESC/P)

2002-03-21 Thread Clóvis Wichoski
Hi FOP team, I'm using FOP for generating PDF's, but now I need use FOP to generate text files (txt) for dot-matrix printers using Epson ESC/P, and I have following questions: 1) I need create my own Renderer? if yes, what I need to share this with FOP-DEV 2) Can I do this with TXTRenderer?

Re: from FOP list: centered tables

2002-03-21 Thread Roland
At 12:26 PM 3/21/02 -0500, you wrote: Did you ever get a solution to this? Yes, what we did was the following: A is the table you want to center. The width of A is w-a. The width of the page is w-p. Now make a new table B with 3 columns. The width of the columns of B are: 1 3 column: (w-p -

RE: How format to dot-matrix printers (ESC/P)

2002-03-21 Thread Art Welch
My first suggestion would be to use Acrobat or something to print the PDFs. Second (or maybe it should be first) would be to use the AWT based print renderer to print to the printer. I have not used this, but shouldn't AWT be able to print to any printer for which it has a suitable driver. Maybe

RE: How format to dot-matrix printers (ESC/P)

2002-03-21 Thread Clóvis Wichoski
I'm already using PDFs to print, but some dot-matrix printers are too slow to print graphics. the question about chars, it is because I need print in condensed mode CHR(18) and 8 lines per inch CHR(27)+CHR(0) the question about new Renderer it is because we can make a standard for print in

DO NOT REPLY [Bug 7337] New: - border around external image leaves empty space

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

Re: [Fwd: Numbering lines]

2002-03-21 Thread Patrick Andries
OK, I have hacked (for my own understanding) something that seems to work. Now I would like to be able to reset (optionally) the line number at column or page break. I did not find much info on the Layouter... Could someone give me a little pointer (for instance, where page and column break

RE: How format to dot-matrix printers (ESC/P)

2002-03-21 Thread Art Welch
If all you need to do is set compressed mode and the TXTrenderer produces acceptable output for you then you could open the output stream, send the desired escape sequence then call FOP with the TXTRenderer passing it the stream. Another idea if you are using M$ Windows may be to use a different

AW: printing problem with generated pdf

2002-03-21 Thread Joerg Zielsdorf
Hello, I packed the resulting PDF to this message. Acrobat Reader shows it properly, but doesn´t print it out correctly. The used printer is a post script printer from HP (HP LJ8000). Thanks, Joerg -Ursprüngliche Nachricht- Von: Joerg Zielsdorf [mailto:[EMAIL PROTECTED]] Gesendet:

Re: PS and PDF Rendering Different

2002-03-21 Thread Jeremias Maerki
I use FOP to generate PDF files from XML data retrieved from a database. The PDFs generate just fine. However, when I tell FOP to render postscript the output file is often corrupt. When I print the ps file on my postscript printer the header area on the second and following pages is all

Re: Logging work: MessageHandler patch

2002-03-21 Thread Jeremias Maerki
Christian Michael Gratton wrote: There was a problem with MessageHandler.error() in that patch. The attached patch fixes that and makes MessageHandler.log() a bit more readable. It also includes a fix for the outstanding ToBeImplementedProperty problem - by using MessageHandler.