Re: Running FOP 'headless' FAQ

2003-07-01 Thread Arnd Beißner
. In that case, however, AWT FAQ/documentation sections should be divided into two sections: issues that are due to the AWT implementation(s), and issues that are only specific to the AWT-based renderer. Hope this helps, Arnd -- Cappelino Informationstechnologie GmbH Arnd Beißner

Re: Spec drives me crazy: column-count and blocks with mixed spans

2003-06-26 Thread Arnd Beißner
always trick the renderer into balancing by making the end not the end. Just put an fo:block with invisible content and span=all at the end. Of course, a property for that would be nice, but at least then you can have both. How about that? -- Cappelino Informationstechnologie GmbH Arnd Beißner

Spec drives me crazy: column-count and blocks with mixed spans

2003-06-25 Thread Arnd Beißner
. Scenario 3 (blocks with span=1, THEN 1 block with span=all Does this happen (let's assume content for the columns is able to fill about half the page): ABC ABC DDD or this? ABC ABC ABC + next page: DDD -- Cappelino Informationstechnologie GmbH Arnd Beißner

Re: Structure renderers area trees (Re: startup refactoring)

2003-06-22 Thread Arnd Beißner
font/size to produce the output? If yes, the appropriate renderer goes into FOP, if not, it goes into a separate tool. Just my 2 cents, of course. -- Cappelino Informationstechnologie GmbH Arnd Beißner - To unsubscribe, e-mail

Re: Structure renderers area trees (Re: startup refactoring)

2003-06-22 Thread Arnd Beißner
transformations of the same kinds of things. What can be shared between conversion and formatting beside the things I already mentioned? I think you can forget almost everything about fonts, the layouters, the area tree. How does this sound to you? -- Cappelino Informationstechnologie GmbH Arnd Beißner

Re: Structure renderers area trees (Re: startup refactoring)

2003-06-22 Thread Arnd Beißner
needed for FO-RTF or FO-MIF conversion is pretty straightforward stuff. IMO not at all comparable with the complexities lurking in actually *formatting* according to the XSL:FO specification. Sermon ends. 8-) -- Cappelino Informationstechnologie GmbH Arnd Beißner

Re: Structure renderers area trees (Re: startup refactoring)

2003-06-22 Thread Arnd Beißner
Arnd Beissner wrote: determined a formatting-time if you can't hand over the Correction, this typo can be misleading: determined at formatting-time if you can't hand over the -- Cappelino Informationstechnologie GmbH Arnd Beißner Bahnhofstr. 3, 71063 Sindelfingen, Germany Email: [EMAIL

Re: linefeed-treatment

2003-06-08 Thread Arnd Beißner
Informationstechnologie GmbH Arnd Beißner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: font problem in fop generated pcl file

2003-02-17 Thread Arnd Beißner
cannot look into your printer and therefore cannot see whether the Garamond font is there. So it assumes everything is ok and doesn't log an error. Hope this helps, Arnd -- Cappelino Informationstechnologie GmbH Arnd Beißner

Re: [svgplan] Status and future?

2003-02-03 Thread Arnd Beißner
, then does System.exit. -- Cappelino Informationstechnologie GmbH Arnd Beißner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Antwort: RE: [svgplan] Status and future?

2003-02-03 Thread Arnd Beißner
your batchfiles. I know a few people (including myself) who tried that at some point, then stumbled over FOP doing System.exit. -- Cappelino Informationstechnologie GmbH Arnd Beißner Bahnhofstr. 3, 71063 Sindelfingen, Germany Email: [EMAIL PROTECTED] Phone: +49-7031-463458 Fax: +49-7031-463460

Re: source for hz algorithm

2003-01-29 Thread Arnd Beißner
of badness or goodness and which are not. -- Cappelino Informationstechnologie GmbH Arnd Beißner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: FOP 0.20.4 5rc timing w large COMMENT sections

2003-01-23 Thread Arnd Beißner
using. Just my 2 cents. -- Cappelino Informationstechnologie GmbH Arnd Beißner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

BUG: Mapping of ascii minus character in PS renderer

2003-01-22 Thread Arnd Beißner
Informationstechnologie GmbH Arnd Beißner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: generate pdf files and print them to a specific paper bin

2003-01-16 Thread Arnd Beißner
, Arnd Beissner -- Cappelino Informationstechnologie GmbH Arnd Beißner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Ready for 0.20.5 from my side

2003-01-15 Thread Arnd Beißner
If you could give me little more time... I just checked out the current CVS maintenance branch and planned to post a diff this evening containing my PS renderer fixes/optimizations regarding current position handling... Do you want to wait? -- Cappelino Informationstechnologie GmbH Arnd Beißner

Re: File size improvements for PS renderer

2003-01-15 Thread Arnd Beißner
are generated when tables are used - perhaps an extra moveto per cell? Hope you can still get this into 0.20.5, Thanks, Arnd Beissner -- Cappelino Informationstechnologie GmbH Arnd Beißner - To unsubscribe, e-mail: [EMAIL

PDF Output consideration 1.3 vs. 1.4

2003-01-11 Thread Arnd Beißner
support, you may consider still supporting PDF 1.3 in the redesign code tree. At least perhaps make it configurable. Hope this information is useful. -- Cappelino Informationstechnologie GmbH Arnd Beißner - To unsubscribe, e-mail

Re: FOP Style Guide (update)

2003-01-08 Thread Arnd Beißner
by forbidding if (foo) doFoo(); and allowing if (foo) doFoo(); else doBar(); as well as if (foo) { doFoo(); } else { doBar(); } leaving this issue to personal taste. Just my 2 cents. -- Cappelino Informationstechnologie GmbH Arnd Beißner

Antwort: Re: FOP Style Guide (update)

2003-01-08 Thread Arnd Beißner
will, as soon as you have transformed all of your pszpptr names into pszpFilename (or whatever). Somehow, this worked. -- Cappelino Informationstechnologie GmbH Arnd Beißner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

File size improvements for PS renderer

2003-01-08 Thread Arnd Beißner
for this? -- Cappelino Informationstechnologie GmbH Arnd Beißner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: FOP performance - frustrating.. help!!

2002-12-27 Thread Arnd Beißner
Informationstechnologie GmbH Arnd Beißner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Antwort: FOP performance - frustrating.. help!!

2002-12-27 Thread Arnd Beißner
Beissner -- Cappelino Informationstechnologie GmbH Arnd Beißner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Comment on Bug#15409 regarding 0.20.5 ship

2002-12-16 Thread Arnd Beißner
of getContentHeight()) for the height. I don't know the FOP area stuff well enough to decide whether that's a problem. Thanks for any idea on this, Arnd Beissner -- Cappelino Informationstechnologie GmbH Arnd Beißner - To unsubscribe, e

Bug 11902 - who commits the fix?

2002-08-21 Thread Arnd Beißner
and 40 pages here. Thanks, Arnd Beissner -- Cappelino Informationstechnologie GmbH Arnd Beißner Bahnhofstr. 3, 71063 Sindelfingen, Germany Email: [EMAIL PROTECTED] Phone: +49-7031-463458 Fax: +49-7031-463460 Mobile: +49-173-3016917

Re: XSL-FO in C++

2002-08-12 Thread Arnd Beißner
to check www.xmlsoftware.com or www.w3.org. There you will find lists of free and commercial implementations of XSL:FO renderers. Hope this helps, Arnd Beissner -- Cappelino Informationstechnologie GmbH Arnd Beißner Bahnhofstr. 3, 71063 Sindelfingen, Germany Email: [EMAIL PROTECTED] Phone: +49

RE: OutofMemoryException

2002-07-25 Thread Arnd Beißner
this helps, Arnd Beissner -- Cappelino Informationstechnologie GmbH Arnd Beißner Bahnhofstr. 3, 71063 Sindelfingen, Germany Email: [EMAIL PROTECTED] Phone: +49-7031-463458 Fax: +49-7031-463460 Mobile: +49-173-3016917 - To unsubscribe, e

Re: [ERROR] Don't know what to do with

2002-07-10 Thread Arnd Beißner
behaviour of breaking long lines as soon as you edit them... Arnd Beissner -- Cappelino Informationstechnologie GmbH Arnd Beißner Bahnhofstr. 3, 71063 Sindelfingen, Germany Email: [EMAIL PROTECTED] Phone: +49-7031-463458 Fax: +49-7031-463460 Mobile: +49-173-3016917

FOP perfomance and THANK YOU

2002-06-13 Thread Arnd Beißner
(THANKS!) So, overall, FOP developers: Thank you for a great job. Arnd Beissner -- Cappelino Informationstechnologie GmbH Arnd Beißner Bahnhofstr. 3, 71063 Sindelfingen, Germany Email: [EMAIL PROTECTED] Phone: +49-7031-463458 Fax: +49-7031-463460 Mobile: +49-173-3016917

Re: Fop and JDK1.2

2002-06-10 Thread Arnd Beißner
-- Cappelino Informationstechnologie GmbH Arnd Beißner Bahnhofstr. 3, 71063 Sindelfingen, Germany Email: [EMAIL PROTECTED] Phone: +49-7031-463458 Fax: +49-7031-463460 Mobile: +49-173-3016917 - To unsubscribe, e-mail: [EMAIL PROTECTED

basedir fix for fop 0.20.4

2002-05-21 Thread Arnd Beißner
it with only some peephole knowledge of the source, and with little time. If someone with a more thorough understanding of FOP configuration wants to have a look at it, I would be happy to submit the code. Arnd Beissner -- Cappelino Informationstechnologie GmbH Arnd Beißner Bahnhofstr. 3, 71063

Re: Error conversion XML to PDF: Exception in thread main java.lang.OutOfMemoryError

2002-05-20 Thread Arnd Beißner
Informationstechnologie GmbH Arnd Beißner Bahnhofstr. 3, 71063 Sindelfingen, Germany Email: [EMAIL PROTECTED] Phone: +49-7031-463458 Mobile: +49-173-3016917 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL

page-number-citation in combination with force-page-count

2002-05-14 Thread Arnd Beißner
, Arnd Beissner -- Cappelino Informationstechnologie GmbH Arnd Beißner Bahnhofstr. 3, 71063 Sindelfingen, Germany Email: [EMAIL PROTECTED] Phone: +49-7031-463458 Mobile: +49-173-3016917 - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: page-number-citation in combination with force-page-count

2002-05-14 Thread Arnd Beißner
J.Pietschmann wrote: Arnd Beißner wrote: I don't see how I could use a page-position=last property for this, either. This could work if it were implemented in FOP. Did I stumble upon a missing feature in XSL:FO, Yes. There is no feature to really *count* pages, you can only cite page

RE: [REDESIGN] Line layout manager discussion

2002-05-06 Thread Arnd Beißner
Beissner -- Cappelino Informationstechnologie GmbH Arnd Beißner Bahnhofstr. 3, 71063 Sindelfingen, Germany Email: [EMAIL PROTECTED] Phone: +49-7031-463458 Mobile: +49-173-3016917 - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Image in an XML

2002-05-06 Thread Arnd Beißner
with exported Domino databases in XML format. Hope this helps, Arnd Beissner -- Cappelino Informationstechnologie GmbH Arnd Beißner Bahnhofstr. 3, 71063 Sindelfingen, Germany Email: [EMAIL PROTECTED] Phone: +49-7031-463458 Mobile: +49-173-3016917

Re: Using Options With Enbedding

2002-04-24 Thread Arnd Beißner
); options = new Options(userConfigFile); fopDriver.setRenderer(Driver.RENDER_PDF); Hope this helps, Arnd -- Cappelino Informationstechnologie GmbH Arnd Beißner Bahnhofstr. 3, 71063 Sindelfingen, Germany Email: [EMAIL PROTECTED] Phone: +49-7031-463458 Mobile: +49-173-3016917

Re: Bug handling

2002-04-15 Thread Arnd Beißner
only. This information is not very prominent in the documentation which leads users to expect more from the FOP committers than they realistically can. My two cents. Arnd Beissner -- Cappelino Informationstechnologie GmbH Arnd Beißner Bahnhofstr. 3, 71063 Sindelfingen, Germany Email: [EMAIL PROTECTED

Re: AW: Multithreading FOP ?

2002-04-14 Thread Arnd Beißner
Informationstechnologie GmbH Arnd Beißner Bahnhofstr. 3, 71063 Sindelfingen, Germany Email: [EMAIL PROTECTED] Phone: +49-7031-463458 Mobile: +49-173-3016917 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: AW: Multithreading FOP ?

2002-04-14 Thread Arnd Beißner
like nit-picking, but then perhaps it's not. Not that I would advocate using statics based on this.. 8-) If you think I'm wrong in this, please tell me. I think I know a few places where I rely on this (hopefully correct) knowledge. Arnd Beissner -- Cappelino Informationstechnologie GmbH Arnd

Re: AW: Multithreading FOP ?

2002-04-12 Thread Arnd Beißner
is more than you could say for most commercial products. 8-) Arnd Beissner -- Cappelino Informationstechnologie GmbH Arnd Beißner Bahnhofstr. 3, 71063 Sindelfingen, Germany Email: [EMAIL PROTECTED] Phone: +49-7031-463458 Mobile: +49-173-3016917

Re: development status

2002-03-21 Thread Arnd Beißner
counts (like page 1 of 2) for legal reasons, then - if this gives me performance problems - I can still try to help the formatter by introducing fixed page breaks or other things that at least avoid formatting cycles after the second. Arnd Beissner -- Arnd Beißner IT-Engineering Bahnhofstr. 3, 71063