Re: FOP Style Guide (update)

2003-01-08 Thread J.Pietschmann
Jeremias Maerki wrote: If only everybody would run the formatter...We're facing reality here. I do. We could add a Jalopy task to build.xml. We could refuse checkins which hadn't run checkstyle and source formatting. :) J.P

Re: FOP Style Guide (update)

2003-01-08 Thread J.Pietschmann
dobar(); else dobaz(), case is bad. 3. If I temporarily add a println() for traces, I sure wont delete the braces after the println is deleted. You'll have to live with the inconsistency. J.Pietschmann --

Re: FOP Style Guide (update)

2003-01-08 Thread J.Pietschmann
should be worth the trouble of the additional line with the closing brace. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Disable save button in acrobat reader

2002-12-10 Thread J.Pietschmann
, iText http://www.lowagie.com/iText/ is recommended. There are some tools provided on the site for achieving exactly what you want. If you want to integrate the postpprocessing with FOP, see http://marc.theaimsgroup.com/?l=fop-dev&m=102002975028427&w=2 for sample

Re: Layout Issues

2002-12-10 Thread J.Pietschmann
? How can we simplify the line area layout manager which is complex and bug prone. I'm afraid we can't. TR14 + proper hyphenation alone is complex enough, throw in inline containers, arbitrary font size changes, baseline shifts, graphics...

Re: How can I generate editable reports using FOP

2002-12-10 Thread J.Pietschmann
his. Search the list archive if you are interested. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Redesign issues

2002-12-09 Thread J.Pietschmann
detailed critique and some proposals for alternatives forward. It would be nice to hear your comments about how essential the current approach (for the iterators) is for you and Karens plans for further development, and/or how the alternatives would interfere with it. J.Pietschmann

Re: Getting breaks: revisited

2002-12-09 Thread J.Pietschmann
Peter B. West wrote: ...the intention of the spec would be realised by laying out 0 of the repeatable-p-m-refs "thin", out of the available range of 0-100, then laying out 1 of the "thick" r-p-m-refs. Interesting and useful interpretation. The problem is, how to implement

Re: Redesign issues

2002-12-07 Thread J.Pietschmann
x on the cheap. HTH J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: FOP Servlet, contrib stuff and tutorial

2002-12-03 Thread J.Pietschmann
mples/something or src/java/org/something/else, as long as it is distributed with the binary distro, and this shouldn't be too hard to arrange. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: Getting breaks: revisited

2002-12-03 Thread J.Pietschmann
kept together instead of a block to make it more interesting (from the users point of view, for the processor it may still be an example of overconstrained geometry, but this becomes far fetched rapidly). J.Pietschmann ---

Re: [maintenance branch] FOP servlet doubled

2002-12-01 Thread J.Pietschmann
me classes like FOPException which are primarily used by anyone who wants to use FOP in some Java program. Sort of TrAX for XSLFO. As long as the classes in apps are kept, not much harm should be caused by some experiments there.

Re: Extension to write continued label in table headers

2002-12-01 Thread J.Pietschmann
nd standards require it for tables. Granted, implementing it for tables only would be sufficient due to the blind table technique, but why impose unnecessary restrictions? > EXSLFO Yes, please. I subscribed to the discussion list, let's see what

Re: Getting breaks: revisited

2002-12-01 Thread J.Pietschmann
";> blabla.. Should this create 100 empty pages and render the text onto the 101st page, or should it squeeze it onto the first page, thereby violating the advised width constraint of the block? The user could have either in mind. J.Pie

Re: Still on for freeze deadline?

2002-12-01 Thread J.Pietschmann
Arved Sandstrom wrote: Considering that our new chief executive is Greg Stein, I'd be surprised if this isn't on the horizon. :-) Gosh! Can we have it before Christmas? :-) J.Pietschmann - To unsubscribe, e-ma

Re: white-space & line-ending changes

2002-12-01 Thread J.Pietschmann
spam-filtered address and have no problems. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Still on for freeze deadline?

2002-12-01 Thread J.Pietschmann
being accessible through firewalls, it allows moving files and directories, while being largely CVS compatible for everything else. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: FOP Servlet, contrib stuff and tutorial

2002-12-01 Thread J.Pietschmann
s/examples to examples/fo +1 - place the tutorial in examples/tutorial or tutorial (don't know yet) Difficult. I'd thought of docs/tutorial first, but probably it should be src/xdocs/tutorial... J.Pietschmann - To

Re: User Agent

2002-12-01 Thread J.Pietschmann
could be used there too. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: DO NOT REPLY [Bug 11902] - fopDriver.getResults().getPageCount()returns wrong page count

2002-12-01 Thread J.Pietschmann
everything correct there. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [maintenance branch] FOP servlet doubled

2002-12-01 Thread J.Pietschmann
t a target in the main build.xml file. BTW what about splitting the apps directory into an api and a cli directory, perhaps with new API implementations? In the latter case, the apps directory can be kept for compatibility for a while.

Re: Style guide (2nd update)

2002-12-01 Thread J.Pietschmann
antage and when not, a large part of this is probably applicable to Java final. I think we should leverage "final" more often in FOP. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Opinion poll: Additional utility jars

2002-12-01 Thread J.Pietschmann
very stable API and a very careful design. If this is met, I'm +1, otherwise -0. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [VOTE] Victor as committer

2002-12-01 Thread J.Pietschmann
Keiron Liddle wrote: I propose we have a vote for Victor to become a committer. +1 J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Extension to write continued label in table headers

2002-12-01 Thread J.Pietschmann
ore making comminments to the FOP code base (unless asked for proof-of-concept or something). I'll take care if writing the spec and submitting it, right after I've cleaned the backlog. Is this ok? J.Pietschmann - To unsubsc

Re: plan for 0.20.5 release

2002-11-08 Thread J.Pietschmann
class from the build tree. same for the FOPtask. Delete everything else from the tools dir. I'm on vacancy from tomorrow on for a bit more than three weeks, so I can't do this myself. Who will take care of the unanswered questions while I'm offline? Oleg?

Re: [VOTE] Oleg for committer

2002-11-07 Thread J.Pietschmann
Keiron Liddle wrote: I suggest we have a vote for Oleg to be a committer. If Oleg accepts then he can get on with making FOP great! Here's my vote: +1 Me too! +1 J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [RT] Proprietary extension to fo:external-graphic

2002-11-07 Thread J.Pietschmann
//foo/bar.jar#com/experanto/images/logo.gif Sorry, I'm too lazy to look up details. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [RT] Proprietary extension to fo:external-graphic

2002-11-07 Thread J.Pietschmann
Oleg Tkachenko wrote: - Fine tuning: A single large image will block a lot of memory during rendering. A possibility is a fox:cache="no" control property. In order to preserve semantics, a null image is cached for this URL, and an error is generated in case it is attempted to render the ima

Re: [RT] Proprietary extension to fo:external-graphic

2002-11-07 Thread J.Pietschmann
Maybe we have to set up a new page in Betrand's Wiki to create a little specification for the image caching. This would also help as a discussion base if we have to contact the XSL:FO WG as Oleg suggests. Neat idea. J.Pietschmann ---

Re: Query!?

2002-11-06 Thread J.Pietschmann
robably can refer to the font directory on Windows directly, while you'll have to download the arial.ttf et al. files explicitely to the machine under Linux. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: [RT] Proprietary extension to fo:external-graphic

2002-11-06 Thread J.Pietschmann
of the possible concerns are usually name clashes with future XSLFO extensions. Using prefixed identifiers like fox:concat() would be a solution, I'm somewhat uneasy with using XML namespace mechanisms within values for XML attributes. In fact, I think its abuse, but I c

Re: where to start knowing about fop code

2002-11-04 Thread J.Pietschmann
Sridhar Velagapudi wrote: I m new bie in this Fop project. I just want to know what is the start point in Fop project and how it goes. can any body help me to start with? thanks in advance. There is a directory docs/html-docs in your FOP distribution. Start there. J.Pietschmann

Re: Collapsing adjoining space-before/space-after pairs

2002-10-26 Thread J.Pietschmann
? This is a limitation of FOP right now. Both space-before and space-after are added unconditionally. There are no plans to fix this in the near future. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Double-spaced source?

2002-10-25 Thread J.Pietschmann
endings, but the checkout should correct for this if properly configured. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Problem

2002-10-25 Thread J.Pietschmann
simple page master. If you have a master-name property, rename it to master-reference (ssee FOP release notes), or check for spelling errors. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: fo properties: glyph-orientation-vertical

2002-10-25 Thread J.Pietschmann
Craig Adamski wrote: I realize XSL:FO has an enormous number of properties and glyph-orientation is probably low on the priority list. But does anyone know if there is a schedule for implementing this property? Not scheduled yet. You can implement it yourself, though. J.Pietschmann

Re: Substitute or implementation of linefeed-treatment

2002-10-24 Thread J.Pietschmann
s there anything new concerning the "keep-with" handling - as I said I have been away for some time??? Just search the archive. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Including Fonts in 20.4

2002-10-23 Thread J.Pietschmann
John Gentilin wrote: Found it, for some reason if I am not embedding fonts I need to encode the xml file with option "-enc ansi" once I did that it worked fine. For this next version of FOP, can we make the change to FontInfo.java ?? Its on the list. J.P

Re: XSD

2002-10-21 Thread J.Pietschmann
you use a DOCTYPE declaration to refer to an XSD schema. If so: DOCTYPE can only refer to DTDs. If you want the parser to validate against an XSD, use set schemaLocation on the document element. J.Pietschmann - To unsubscribe, e

Re: page-break-inside

2002-10-21 Thread J.Pietschmann
ace it. Keep in mind that keep-together only workss on table rows, so you might want to use the old blind table trick. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Root element is required in a well-formed document

2002-10-20 Thread J.Pietschmann
happened because of a Xerces bug. Get and use Xerces 2.0.1 or use another encoding. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: fo validation issue

2002-10-20 Thread J.Pietschmann
f there is something unexpected. This conserves long living memory at the expense of short living memory (the stack) and performance. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Maintenance release

2002-10-16 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: > I'm sorry, just want to clarify, so, it will support keep-together in table > rows, but not in fo blocks right? Right. No change compared to the current code. Unless someone does change it, of course. J.

Re: Maintenance release

2002-10-16 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: > Will the maintenance release in the first week of November support the > keep-together property ? Yes, in exactly the same way as the current version (table rows only). J.Pietschmann --

Re: can I hack a keep-together?

2002-10-16 Thread J.Pietschmann
font-weight="bold" keep-with-next="always"> The problem is here: keep-with-next does *not* work if placed on a fo:block. Move this to the fo:table-row above: You did read the messages detailing it, like http://marc.theaimsgroup.com/?l=fop-user&m=1027019

Re: Problem with pictures

2002-10-16 Thread J.Pietschmann
s stdout and stderr of your application for messages. 2. Can you generate all your documents with the command line application? 3. Try to use absolute URLs (like src="file:///om/images/foo.png") for the src of your fo:external-graphics. Does the problem persist? J.Piet

Re: can I hack a keep-together?

2002-10-15 Thread J.Pietschmann
r unpleasant effects. Usually the task gets frustrating quickly. In particular the issue with non-terminating loops is very hard to fix in general. Is there a reason why you can't use the usual work around of placing the stuff you want to have kept togethe

Re: NoSuchMethodError when creating Driver with SilverStream

2002-10-15 Thread J.Pietschmann
line number rather than "Unknown Source". Also look hard whether you can spot which method is actually missing (should be SAXParser.getXMLReader()) J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Problem with pictures

2002-10-15 Thread J.Pietschmann
Gilles Beaugeais wrote: > - Second document is "c:\om\ge\test.xml" and fop generates > "c:\c:\om\ge\test.pdf" ^^ Is this a typo or are you really using this most likely invalid path? J.Pietschmann -

Re: fonts

2002-10-15 Thread J.Pietschmann
w much users of older versions complain. There are people stuck with MS Java or IMB's 1.1.8 JRE on OS/390 USS, but they never showed up in person when it came to discussions about dropping Java 1.1 support. J.Pietschmann -

Re: Problem with fonts on Macintosh

2002-10-14 Thread J.Pietschmann
config, like (No need to rename the font in the FO) It also shouldn't hurt to upgrade to 0.20.4. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: documentation

2002-10-09 Thread J.Pietschmann
ld the docs, which is unfortunately required if you want to use forrest's XSLT unchanged. I'm almost done, only a few small issues remain (one is that I'm in horror of doing large additions and deletions to the source tree). J.Pietschmann --

Re: New Developer Suggestion

2002-10-09 Thread J.Pietschmann
ject - look at MathML support - dig out a processor which produces charts and graphs form some marked up data and tie it into instream-foreign-object J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Fw: Arabic characters and FOP

2002-10-09 Thread J.Pietschmann
or out of band, for example >>as fonts, has never ended. > > Unicode is quite plain about this, I believe it even states somewhere that > the Arabic presentations forms were a bad idea . Yes, Unicode is explicit about this. But there is still a sizeable fraction left whic

Re: Fw: Arabic characters and FOP

2002-10-09 Thread J.Pietschmann
ff and ffi ligatures) and irregularities, for example "auffinden" does not use the ffi ligature. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Progress report on FOP 1.0 ?

2002-10-09 Thread J.Pietschmann
rhaps 39% or 40%. Whether this is "growing well" is anyones guess. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Hyphenated text as String

2002-10-08 Thread J.Pietschmann
In order to have proper word detection for hyphenation, a Unicode character property DB and TR29 (http://www.unicode.org/unicode/reports/tr29/) would be needed. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Hyphenated text as String

2002-10-08 Thread J.Pietschmann
ocks for a different > portion of my application. You might want to take a look at the Hyphenator class. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Tif rendering sizes?

2002-10-08 Thread J.Pietschmann
a on limits in the Jimi documentation or its source. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: BARCODE

2002-10-08 Thread J.Pietschmann
Surov Maxim wrote: > Thanks! > Could you suggest me some free packages which support barcodes simpliciter? > (Something like http://big.faceless.org/ but free) There is a generator written in XSLT available at http://www.renderx.com/barcodes.html J.Pi

Re: Trademark and copyright symbols

2002-10-08 Thread J.Pietschmann
body > know why this is occuring ? It looks like you have the files written in UTF-8 encoding, but the parser assumes ISO-8859-1 or a similar 8bit encoding. Check the encoding in the XML declaration, it should be UTF-8 or abse

Re: Extended Unicode Characters

2002-10-07 Thread J.Pietschmann
Al-Dhahir, Haitham wrote: > J.Pietschmann is right in saying that the characters are coming from the > database - I am storing them there, pulling them out and inserting them into > my XML which is then being converted using FOP. E.g. I am storing "ð" > in the database,

Re: Font Width

2002-10-07 Thread J.Pietschmann
ed to use this property, because it may distort the writing, especially for smaller font sizes. Furthermore: font-stretch="wider" this would expand the characters, rather than makeing them narrower. > How else can i acheive my objective? Use another font, or try to get a &qu

Re: fonts

2002-10-07 Thread J.Pietschmann
loow , and it only accepts one font file format (TTF IIRC, it is OSS though, someone out there to fix it?) J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: fonts

2002-10-07 Thread J.Pietschmann
ern fonts, which are generally small, and not all that much different characters are used. The first possiblity can be ruled out for large Unicode fonts, even if you only use a few characters. Far eastern users will probably have problems with both solutions. J.Pi

Re:

2002-10-07 Thread J.Pietschmann
erent beast (I don't think this is much of an advantage). J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: fonts

2002-10-06 Thread J.Pietschmann
egistry which is used by the AWT, whose fonts are in turn used by Batik. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re:

2002-10-06 Thread J.Pietschmann
be OK. That's ok, but it would require some extensions to the whole property handling. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re:

2002-10-06 Thread J.Pietschmann
l. This is the problem here. Perhaps I should have written that hyphenation-char="'-'" and hyphenation-char='"-"' as well as hyphenation-char='"-"' are legal, while neiter hyphenation-char='-' nor hyphenation-char="-" are ok. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re:

2002-10-06 Thread J.Pietschmann
quot;' > > it seems to me that I have pretty considerable leeway, and "-" isn't ruled > out at all. Erm, the expression is supposed to be inside the XML attribute quotes, for example hyphenation-char="'-'" would be ok (literal

Re:

2002-10-06 Thread J.Pietschmann
expression grammar. Maybe some fallbacks are implicit somewhere, I don't know. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: fonts

2002-10-06 Thread J.Pietschmann
integrating a one step font metrics generation and installation into the main command line application. Another possibility would be a metrics file repository, combined with a tool which searches the repository and the locally installed fonts and then installs the font in the FOP config. J

Re:

2002-10-06 Thread J.Pietschmann
Peter B. West wrote: >> Just for curiosity: what should happen if the following snippet >> is used: >> >> > > > This looks OK. I see potential for an Obfuscated FO Code Contest :-) J.Pietschmann --

Re:

2002-10-06 Thread J.Pietschmann
ow are you intending to implement >>? > > By storing it as a Unicode value according to the XML Rec production Functions complicate matters, and something like hyphenation-char="from-table-column('hyphenation-char')" might even make some sense. J.Pietschmann ---

Re: Extended Unicode Characters

2002-10-04 Thread J.Pietschmann
Oleg Tkachenko wrote: > Your said you got ð in pdf, that looks like some problem with > escaping in xslt, chances are you are using disable-output-escaping, > aren't you? I guess it comes as a string from a DB. D-o-e wouldn't work unless the transformation result was seriali

Re: AW: AW: large tables loop problem

2002-10-03 Thread J.Pietschmann
( driver.getContentHandler() ); > transformer.transform( strSource, saxResult ); Omit the driver, and use transformer.transform( strSource, new StreamResult(new File("file.fo"))); J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: FOP defect when rendering rotated grouped text and path objects

2002-10-01 Thread J.Pietschmann
text is transformed correctly while the path remains > unrotated. If the angle of rotation is >=±9° the path (or rect, line, etc.) > is rotated correctly. This could be a bug in the PDF renderer. You'll have to wait for Keiron to reappear for comments. Perhaps you should open

Re: Embedded files in FOP

2002-10-01 Thread J.Pietschmann
, as already mentioned. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: AW: large tables loop problem

2002-09-30 Thread J.Pietschmann
ch actually demonstrates the problem, and perhaps anonymizing company data. I guess you'll spot the problem yourself when looking at the XSLT result. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: convert tex to fop ?

2002-09-27 Thread J.Pietschmann
with java blackdown 118v3 (I use oracle 8.1.7) ? Can you reformulate this into a grammatically more correct sentence? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re:

2002-09-27 Thread J.Pietschmann
estricted. For example, you can't parse hyphenation-char="-" as NCName. A "literal char" is problemtic too, as is the "code point" formulation: the problem of combining marks has already been mentioned, and then there are non-baseplane chars

Re:

2002-09-26 Thread J.Pietschmann
nd from-table-column( NCName) (might even make a bit of sense for hyphenation-char and for fo:character's character in very, very strange cases) Just for curiosity: what should happen if the following snippet is used: J.Pietschmann -

Re: AW: embedding jpg in pdf document

2002-09-26 Thread J.Pietschmann
mages/Projektstrukturplan.jpg If this still fails, check whether the path is really correct. In the example above, the double "test" component is somewhat suspicious. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTEC

Re: Render / Converting

2002-09-25 Thread J.Pietschmann
Trond Stadheim wrote: > Is it any easy way to get a BMP format out of a render prosess! > Either by converting a supported format(AWT --> BMP) or by creating a new > Render?? You can try the SVG renderer and rasterize the SVG afterwards. J

Re: Fix for bug #8778

2002-09-24 Thread J.Pietschmann
throwing a RuntimeException, > which I don't have to specify in a throws clause. I think a FOPException is preferable. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: OutofMemoryException

2002-09-24 Thread J.Pietschmann
on is: fixing any of the problems enumerated above is a real lot of work. Giving that the maintenance code will be abandoned anyway, will the work ever pay off? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Could not load external SVG: null

2002-09-23 Thread J.Pietschmann
rstands. Use the -d flag to get a full stack trace, it could provide more hints. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: AW: AW: AW: Embedding FOP in Java

2002-09-21 Thread J.Pietschmann
I tried it several ways. > I get a mismatch in the Logger class and LogKitLogger. > The trick seems to be to use a logger from the Avalon framework rather than a LogKit logger. J.Pietschmann - To unsubscribe, e-mail: [EM

Re: Java issues with FOP

2002-09-21 Thread J.Pietschmann
matic too: A string passed to an InputSource constructor is interpreted as URL, not as filename. Your environment may be smart enough to cope with this, however, it is recommended to use InputSource(new File("c:\\importtest.xml")) instead. J.Pietschmann ---

Re: Embedding FOP in Java

2002-09-20 Thread J.Pietschmann
Amin Schoeib wrote: > Under this adress I found only version 0.20.4! > But where is the 0.20.5cvs version? Get a CVS client application and look into docs/html-docs/download.html for further hints. J.Pietschmann --

Re: ?Bug in width calculation?

2002-09-20 Thread J.Pietschmann
the with of "#" assigned if the "#" character has a glyph in the font. All other unmapped characters also get the "#" width, or the width of the character which happens to have to code 0x23, but usually this doesn't matter because you'll

Re: Problem with fonts

2002-09-19 Thread J.Pietschmann
ulted font to any > > and Verdana doesn't appear. Check whether you are using the userconfig file which tells FOP where to find the Verdana metrics and font file. This is all described in docss/html-docs/fonts.html J.Pietschmann ---

Re: uneven table borders

2002-09-19 Thread J.Pietschmann
e table, before/after page breaks and various other places. Well, when it comess to "nice looking", this should be judged after the printout, not the screen view, which usually shows ugly aliasing and rounding effects. Uneven borders can be ca

Re: block containers

2002-09-19 Thread J.Pietschmann
block-container into another block. For FOP, a block container musst be a child of either another block-container (not recommended), a flow or a static-content. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: is it possible to supply fop driver with xml stream instead ofxml file?

2002-09-19 Thread J.Pietschmann
iver driver = new Driver(); driver.setOutpurStream(fos); do the rendering ... fos.close(); Check the Java docs for details. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: size of images placed using

2002-09-19 Thread J.Pietschmann
nag mail to the list might help. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Fix for paragraph breaking

2002-09-19 Thread J.Pietschmann
e this is a sensible > solution. That would be interesting. For everybody else interested: FOP uses the hyphenation algorithm from TEX, which is described in "The TeXBook", appendix H. The TEX-source of this book can be downloaded from a variety of places, just type "textbook.t

Re: AW: AW: AW: Embedding FOP in Java

2002-09-19 Thread J.Pietschmann
ctually, FOP attempts to tell you exactly this but falls over due to, well, some sort of mess... (This is fixed in 0.20.5cvs) J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Long table cell text gets outside cell

2002-09-19 Thread J.Pietschmann
get the code form the CVS maintenance branch. But see also the thread about hyphenation. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

<    1   2   3   4   5   6   7   8   >