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

2002-03-04 Thread keiron
keiron 02/03/04 00:22:27 Modified:src/org/apache/fop/apps CommandLineStarter.java Log: use buffered stream and close at the end Revision ChangesPath 1.12 +4 -2 xml-fop/src/org/apache/fop/apps/CommandLineStarter.java Index: CommandLineStarter.java ==

rendering arial gives somethimes problems...

2002-03-04 Thread Jochen . Maes
hi everyone, hope you had a nice weekend :-] here is something to think about. I use the font for all my documents i render (prolly 8 different). They all have the same disclamer etc... when i render some documents the display of the font is not good. I mean that some letters are literally g

RE: Corrupt PDF files?

2002-03-04 Thread Solange Desseignes
To change the Drivers class and compile it, you must have Framework (org.apache.avalon.framework) and Logkit (org.apache.log) in your classpath. These JAR libraries are delivered with FOP. -Message d'origine- De : Lewis, Bobby [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 1 mars 2002 17:

DO NOT REPLY [Bug 6844] New: - No line breaks inserted in list-item-label

2002-03-04 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: FopServlet

2002-03-04 Thread Volker [EMAIL PROTECTED]
It looks as if your tomcat installation does not pick up Xalan.jar. You have to put all FOP jars (fop.jar, batik.jar etc.) into /WEB-INF/lib/ directory. Hope this helps Volker -Original Message- From: Deb Schmutz [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 2:17 AM To: [EMAIL

inline bullets?

2002-03-04 Thread William Tyler
I would like to implement a bullet inline with text, how would I do this? ie text * test * text, replace the * with a bullet Thanks *** William (Bill) Tyler Senior I/T Specialist Enterprise Services for Microsoft Technologies, App De

AW: inline bullets?

2002-03-04 Thread Beer, Christian
Try using an where you set the font to "ZapfDingbats", there you'll find some bullets. Simply insert the ascii-code of one bullet you like. Christian > -Ursprüngliche Nachricht- > Von: William Tyler [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 4. März 2002 16:23 > An: [EMAIL PROTECTE

RE: EBCDIC os390

2002-03-04 Thread Jason . West
I now have FOP working on our OS/390. My solution was to add a class called PDFConstants that only held a static string variable for the encoding type. All places in the code where there was a str.getBytes(); I replaced with try { str.getBytes(PDFConstants.Encoding); } catch ( UnsupportedEnc

Re: inline bullets?

2002-03-04 Thread Thorsten
On Monday 04 March 2002 10:22, you wrote: > I would like to implement a bullet inline with text, how would I do this? > ie text * test * text, replace the * with a bullet How about sth like text l test l text Of course, ZapfDingbats has a bunch of bullets to chose from. HTH, Thorsten

SVG to PDF with FOP error

2002-03-04 Thread Lewis, Bobby
I'm getting the following error when I try to run the embedding.fo example (it's an SVG example). It works commandline on my PC but not in my web environment on Linux. I did get the DISPLAY setting set correctly because it's no longer complaining about that or that it can't access X11 on a certain

embedded fonts are invisible

2002-03-04 Thread kyle koss
Hello all:   Okay, here’s my problem. After a lot of experimenting, reading the mail archives, and trying different things, I was finally able to embed fonts into my pdf. But, after the initial joy of my success wore off, I discovered a new problem. The text that uses the embedded font is

How to make horizontally centered tables in a page?

2002-03-04 Thread Roland
Hello, I'm trying to make tables centered in a page. How would be the best way to achieve this? The following doesn't work as expected: ...table inside here... fo:block-container is not fully implemented yet. So how can I accomplish this? Any ideas? Roland

FO -> PDF works with Netscape, not with IE

2002-03-04 Thread Katiyar, Bhawana
Hi! I am using version .18 to render PDF from XML. Rendering is fine with Netscape, but doesn't work with IE. Any clues? Thanks Bhawana - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTE

RE: FO -> PDF works with Netscape, not with IE

2002-03-04 Thread Jim Urban
Be sure you set the content length, otherwise IE has problems. It also helps to call reset to clear any information in the HTTP header before setting your content type or any other values. Jim > -Original Message- > From: Katiyar, Bhawana [mailto:[EMAIL PROTECTED]] > Sent: Monday, March

RE: FopServlet

2002-03-04 Thread Deb Schmutz
I believe I have all the jar files that I need. Here is what my war file looks like: META-INF/ META-INF/MANIFEST.MF WEB-INF/ WEB-INF/lib/ WEB-INF/lib/ant.jar WEB-INF/lib/avalon-framework-4.0.jar WEB-INF/lib/batik.jar WEB-INF/lib/bsf.jar WEB-INF/lib/buildtools.jar WEB-INF/lib/jimi-1.0.jar WEB-INF

Re: FO -> PDF works with Netscape, not with IE

2002-03-04 Thread Chetan Vig
Make sure you have the following set in your response // CONTENT DISPOSITION ENSURES THAT IE BROWSER RECOGNIZES THE PDF // BYTE STREAM AS A PDF FILE // SOLUTION FOUND FROM MICROSOFT SUPPORT PAGE // NO IMPACT FOR NETSCAPE BROWSE

RE: Example extension

2002-03-04 Thread Savino, Matt C
Sorry to reply to my own question, but I figured I'd bring this up one more time before it gets buried. If there's any way either of the problems described below can be solved, it would be huge to my project. Mainly I just want to know if anyone knows off the top of their head: 1) Is there some F

RE: FO -> PDF works with Netscape, not with IE

2002-03-04 Thread Savino, Matt C
If you have to support older verisons of IE (<5.5), you'll also have to take a couple of steps to avoid calling FOP 2 or 3 times. One you'll want to look out for User-Agent='contype' in the request header, and only return the content type, not the actual content. But this isn't enough (even though

Re: FopServlet

2002-03-04 Thread Karen Lease
Deb, Which version of tomcat are you using? Especially with Tomcat 3.x I've seen lots of classloader problems. Can you find out which jars are being used by tomcat (in its lib or maybe lib/ext directory)? Look out for jaxp.jar or perhaps a version of xerces at that level which would be pulling in

DO NOT REPLY [Bug 6863] New: - FOP does not close file stream, hence cannot delete XML file

2002-03-04 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 6863] - FOP does not close file stream, hence cannot delete XML file

2002-03-04 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: C# version of FOP

2002-03-04 Thread Jeff Kowalczyk
This project would be very important to those of us that plan to use C# when Mono (.NET CLR, C# Compiler on Linux/*NIX) is ready. I had always expected to use Batik and FOP through webservices, decoupled from my ASP.NET that will run on Mono in the near future. If C# FOP or Batik implementations

Re: SVG to PDF with FOP error

2002-03-04 Thread Keiron Liddle
Hi, My guess is that there are incompatible versions of the jars you are using but I need more info. What is the full stacktrace? Are the any other logging messages? On 2002.03.04 18:13 "Lewis, Bobby" wrote: > I'm getting the following error when I try to run the embedding.fo > example > (it's