AW: help please Problem with generation PDF

2001-09-17 Thread Beer, Christian
Hi! I think that inputHandler.getInputSource() returns the source xml-file you mentioned in your mail. That is because fop tries to process your xml-file as a fo-file but failes. I don't know how to use a XSLTInputHandler, but I think there must be another way. Christian

Re: FOP on IBM AS400

2001-09-17 Thread Keiron Liddle
On Fri, 14 Sep 2001 12:30:09 Stephen Fry wrote: Hi We are attempting to port our application which uses fop 0.20.1 to the AS400. We seems to have some issues with FOP's use of AWT classes. Has anyone any experience of this environment ? Is it possible to configure FOP not to use AWT or is

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

2001-09-17 Thread keiron
keiron 01/09/17 04:04:50 Modified:src/org/apache/fop/render AbstractRenderer.java PrintRenderer.java src/org/apache/fop/render/awt AWTRenderer.java src/org/apache/fop/render/pdf PDFRenderer.java Log: put a few common methods in

ETA on 0.20.2

2001-09-17 Thread Louis . Masters
Any ETA on 0.20.2? I really need markers to implement running headers. Thanks, Lou - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Ant FOP task

2001-09-17 Thread Morrison, John
Hi All, Does anybody have a build.xml file which demonstrates how to take xml+xslt files and produce a pdf with the ant fop class? Thanks, J. === Information in this email and any attachments are confidential, and may not be

Re: AW: [Q] root directory for embedded font metric and ttf files ? and new: DumpConfiguration

2001-09-17 Thread axel . spohr
Christian, unfortunately this hasen't allowed me to import fonts just yet. I have tried both relative and absolute paths since - to no avail. I have tried absolute with forward slashes (java path syntax) and backslashes (windows path syntax - since this is a w2k platform) and have tried

Fop JPEG-Patch

2001-09-17 Thread Daniel Pfuhl
Hi can anybody give me a quick tour about how to get fop working with the patch from eric dalquist?! i downloaded a developer-snapshot and copied the patched files at the appropriate locations. after starting fop to generate my pdf it is running into an infinite error without printing any

AW: AW: [Q] root directory for embedded font metric and ttf files ? and new: DumpConfiguration

2001-09-17 Thread Beer, Christian
Sorry, I haven't tried to import fonts or dump the configuration till now. Can't help you in that point. Do you know the filename, where the configuration is dumped to? If yes, try searching for that file. That's what I would do. Sorry, I can't help... -Ursprüngliche Nachricht- Von:

Re: Fop JPEG-Patch

2001-09-17 Thread Eric B. Dalquist
Just so everyone knows. If anyone has problems with the patch please send me the jpg at least and preferably the whole .fo that is cause the problems. I'm pretty busy with a musical right now but I will do my best to find and fix all the bugs. I unfortunatly didn't have the time to test this

DO NOT REPLY [Bug 3655] New: - Driver.reset() does not function properly

2001-09-17 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=3655. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: OT(?): transcendental functions in XSLT

2001-09-17 Thread Wim Beliën
If you are using xalan, you can add the xmlns:math=xalan://java.lang.Math namespace to your xsl document. Then you can use all methods out of the java.lang.Math object. like line x1={math:log(myTag)} y1=0 x2={math:log(myTag)} y2=0/ Although I haven't tried, I think this should also be possible

FW: cvs commit: xml-fop/src/org/apache/fop/render/xml XMLRenderer.java

2001-09-17 Thread Art Welch
Keiron, I wonder if NULLing _source, _stream, and _reader in Driver.reset() is such a good idea. For my own use with the PCLRenderer I take advantage of the stream staying open to concatenate multiple invocations into one output. I suppose that the desired things could be saved off before

RE: DO NOT REPLY [Bug 3655] New: - Driver.reset() does not function properly

2001-09-17 Thread Art Welch
Ah... I see that this is probably why Keiron added the null'ing to Driver.reset(). I still think that nulling the output stream is not really appropriate - especially since the output stream is not really an internal structure of Driver (IIRC). I think that Driver does not create the output

RE: DO NOT REPLY [Bug 3655] New: - Driver.reset() does not func tion properly

2001-09-17 Thread Art Welch
Also if no other action is taken - like creating a new output stream or something - aren't we asking for a NPE? -Original Message- From: Art Welch Sent: Monday, September 17, 2001 12:41 PM To: '[EMAIL PROTECTED]' Subject: RE: DO NOT REPLY [Bug 3655] New: - Driver.reset() does not func

oe

2001-09-17 Thread Hugues REROLLE
Hello Do you know why the caractere #156; (e in the o) doesn't work under FOP. Thank you. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: Ant FOP task

2001-09-17 Thread Britton, Colin
Check out the build.xml in xml-fop\docs\xml-docs this does what you want (take xml, apply xsl to make fo and run fop task to make pdf) rgds cb -Original Message- From: Morrison, John [mailto:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 10:03 AM To: '[EMAIL PROTECTED]'

Re: [PATCH] JPG Compression

2001-09-17 Thread Eric Dalquist
Jim, I found the bug. I imagine this isn't the last time something like this will come up. JPEGs use a fairly simple header setup to store pertinent information in the image. The JPEG standard says the image width, height and color depth should be stored in the FFC0 header the jpeg you have

user configuration file

2001-09-17 Thread Kevin Ward
I am trying to work with a separate user configuration file to turn off the debugging information that is displayed: using SAX parser org.apache.xerces.parsers.SAXParser building formatting object tree setting up fonts formatting FOs into areas [1] [1] [2] [3] [4] [5] [6]

FYI: Fop 0.19 JPEG-Patch

2001-09-17 Thread Don Wellington
It appears to work with FOP 0.19 for people who are using older versions of FOP. Took my picture intensive PDF from 35MB to 4MB. Don __ Terrorist Attacks on U.S. - How can you help? Donate cash, emergency relief information

RE: [PATCH] JPG Compression

2001-09-17 Thread Jim Wright
Eric: More specifically, the header from Photoshop 6.0 for Windows seems to work the most reliably. Other Photoshop versions will sometimes give the error. I've yet to install the latest update, but will do so, and test. I'll let you know how it works out. Otherwise, the patch seems to be

More on properties

2001-09-17 Thread Peter B. West
I have been thinking about specifying as many of the characteristics of properties as possible in static data structures, one way or another. One approach is to create, in a non-instantiable class, static final arrays containing various data about properties, such as those which are contained

Re: OT(?): transcendental functions in XSLT

2001-09-17 Thread Mark Lillywhite
Howdy transformers, Thanks to those that helped me out. I tried the developerworks article that Trevor mentioned; the article was for an older version of xalan, but once I knew where to look I was able to bind to the java.lang.Math class and now I have transcendentals coming out my ears :)

RE: [PATCH] JPG Compression

2001-09-17 Thread Jim Wright
Eric: Latest patch does seem to solve the current header problem quite nicely. Thanks! jw -Original Message- From: Eric Dalquist [mailto:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 12:48 PM To: [EMAIL PROTECTED] Subject: Re: [PATCH] JPG Compression Jim, I found the bug. I