Re: Running FOP 'headless' FAQ

2003-07-01 Thread Arnd Beißner
other AWT issues like fonts (within SVG content) may apply to both the AWT renderer and Batik, too. 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-

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

2003-06-25 Thread Arnd Beißner
t 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 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

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

2003-06-25 Thread Arnd Beißner
span=all, then blocks with span=1) AAA BCD BCD clear so far. 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

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, Germa

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

2003-06-22 Thread Arnd Beißner
y not worth the bother to clutter major parts of FOP (old or new) with stuff needed by converter-type output renderers, when these don't even profit from these same major parts of FOP. All of the stuff needed for FO->RTF or FO->MIF conversion is pretty straightforward stuff

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

2003-06-22 Thread Arnd Beißner
this sound to you? -- Cappelino Informationstechnologie GmbH Arnd Beißner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

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

2003-06-22 Thread Arnd Beißner
ke this one: do I need to know the size of a glyph in a certain 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

Re: linefeed-treatment

2003-06-08 Thread Arnd Beißner
rea is generated (ok, the specs says an area is generated and then deleted 8-)). -- Cappelino 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
ou don't get a different log output, because FOP 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 -- Cappel

Antwort: RE: [svgplan] Status and future?

2003-02-03 Thread Arnd Beißner
e to be able to copy the parameters from 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] P

Re: [svgplan] Status and future?

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

Re: source for hz algorithm

2003-01-29 Thread Arnd Beißner
e renderer must have a good "idea" which layout alternatives are promising in terms 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
or my project is currently using. Just my 2 cents. -- Cappelino Informationstechnologie GmbH Arnd Beißner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Antwort: Re: BUG: Mapping of ascii minus character in PS renderer

2003-01-23 Thread Arnd Beißner
mbolic names in the PS code. BTW: During the night, a FOP with the fix has already rendered about 50.000 pages. I checked this morning - looks good. -- Cappelino Informationstechnologie GmbH Arnd Beißner - To unsubscribe, e-mai

BUG: Mapping of ascii minus character in PS renderer

2003-01-22 Thread Arnd Beißner
scape.indexOf(mch) >= 0) { sb.append("\\"); } sb = sb.append(mch); } } -- Cappelino 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
port PPD commands. Hope this helps, Arnd Beissner -- Cappelino Informationstechnologie GmbH Arnd Beißner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

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: [

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

PDF Output consideration 1.3 vs. 1.4

2003-01-11 Thread Arnd Beißner
the way for future PDF/X 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 ---

File size improvements for PS renderer

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

Antwort: Re: FOP Style Guide (update)

2003-01-08 Thread Arnd Beißner
tation. I always said: Oh, I 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:

Re: FOP Style Guide (update)

2003-01-08 Thread Arnd Beißner
doFoo(); On the whole I think you would be served best 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. -- Cappeli

Antwort: FOP performance - frustrating.. help!!

2002-12-27 Thread Arnd Beißner
ite memory (I suppose). Hope this helps, Arnd Beissner -- 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
ino 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
ad 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

Re: Bug 11902 - who commits the fix?

2002-08-21 Thread Arnd Beißner
J.Pietschmann wrote: > The area where the fix applies has changed considerably. > I will the problam take into account in preparation of > a 0.20.5 release. Thanks, if you want me to test it then, just give me notice. Arnd Beissner -- Cappelino Informationstechnologie GmbH Arn

Bug 11902 - who commits the fix?

2002-08-21 Thread Arnd Beißner
between 1 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-1

Re: XSL-FO in C++

2002-08-12 Thread Arnd Beißner
FO. You may want 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 PROT

RE: OutofMemoryException

2002-07-25 Thread Arnd Beißner
Hope 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 un

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

2002-07-10 Thread Arnd Beißner
ipt with the pico editor. This one has the annoying 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-46345

Re: odd and even

2002-07-05 Thread Arnd Beißner
ine mapping rules to for flow elements. Hope 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

FOP perfomance and THANK YOU

2002-06-13 Thread Arnd Beißner
and active development community (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-70

Re: Fop and JDK1.2

2002-06-10 Thread Arnd Beißner
eded. 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 unsubsc

basedir fix for fop 0.20.4

2002-05-21 Thread Arnd Beißner
id 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

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

2002-05-20 Thread Arnd Beißner
lps, 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 i

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

2002-05-14 Thread Arnd Beißner
I stumble upon a missing feature in XSL:FO, or am I just too tired? Any ideas? Thanks in advance, 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: Image in an XML

2002-05-06 Thread Arnd Beißner
icely for me - I used this method 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-4634

RE: [REDESIGN] Line layout manager discussion

2002-05-05 Thread Arnd Beißner
even on most weekends so this may work ok for some time. 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
workPath + File.separator + "userconfig.xml"); 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-

Re: Bug handling

2002-04-15 Thread Arnd Beißner
re unaware that the current 0.20.3 is a maintenance branch 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 Bahnh

Re: AW: Multithreading FOP ?

2002-04-14 Thread Arnd Beißner
efully correct) knowledge. 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] For additional commands, email: [EMAIL PROTECTED]

Re: AW: Multithreading FOP ?

2002-04-14 Thread Arnd Beißner
hich way to go? This should depend on where FOP is expected to be used. For most of "my" applications, 2. would be better, though I could perfectly live with 1. Going with a clean 1. would probably result in the most stable implementation. Still, pooling of fonts or worse things is tempt

Re: AW: Multithreading FOP ?

2002-04-12 Thread Arnd Beißner
eak memory usage on Linux during that job: about 30MB. I'd say that kind of stability 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
mance or memory. If, for example, I am printing an invoice and absolute need to have page 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