n-up PDF

2008-06-12 Thread Justus-bulk
Hi - There's a bunch of solutions out there for n-up *printing*, but that's really all they're good for. In a way they're all kludges; all methods I know lose all (internal as well as external) links in the process. (Please tell me if you know of methods that don't.) Instead of trying to re-layou

Re: FOP 0.94 AND 0.95b

2008-06-12 Thread Andreas Delmelle
Hi Zachary, >- Oorspronkelijk bericht - >Van: _zachary_ [mailto:[EMAIL PROTECTED] >Verzonden: donderdag, juni 12, 2008 10:50 PM > >This is what occurs when i try to build using ant v1.7 > >= >[root fop95]# ant >/usr/bin/build-classpath: error: Could not

Re: FOP 0.94 AND 0.95b

2008-06-12 Thread _zachary_
This is what occurs when i try to build using ant v1.7 = [root fop95]# ant /usr/bin/build-classpath: error: Could not find xml-commons-apis Java extension for this JVM /usr/bin/build-classpath: error: Some specified jars were not found Buildfile: build.xml ini

[ANN] Apache XML Graphics Commons 1.3.1 Released

2008-06-12 Thread Jeremias Maerki
The Apache XML Graphics team is pleased to announce a new release of Apache XML Graphics Commons. Apache XML Graphics Commons is a library that consists of several reusable components used by Apache Batik [1] and Apache FOP [2]. Many of these components can easily be used separately outside the do

Re: png renderer: incorrect formatting of font-weight

2008-06-12 Thread Jeremias Maerki
Franz, I said FO file, not XML + XSLT. XSLT is extensible and customizations sometimes make it hard to easily set up a stylesheet in a different environment. Luckily that wasn't the case here. Please send an FO file next time. Thanks! Anyway, I've managed to reproduce the problem in Java 1.4.2, b

Re: Successive columns

2008-06-12 Thread fma-001
Jiri Tyr wrote: > > You can create a table with three columns and in each column create one > of your tables. That should works. > > Cheers, > Jiri > Hi Jiri, the problem is how I get the ordered list!? I have a list of abbreviations and there description and I would like to print it in alp

Re: Successive columns

2008-06-12 Thread Jeremias Maerki
To a certain degree, if you use column-count="3" on region-body. On 12.06.2008 15:22:31 fma-001 wrote: > > Hi, > > I use FOP 0.94 and would like to do a table design like this: > http://www.nabble.com/file/p17799860/successive_columns.jpg > > Is it possible to archive that with XSL-FO? > > Th

Re: Successive columns

2008-06-12 Thread Jiri Tyr
You can create a table with three columns and in each column create one of your tables. That should works. Cheers, Jiri fma-001 wrote: Hi, I use FOP 0.94 and would like to do a table design like this: http://www.nabble.com/file/p17799860/successive_columns.jpg Is it possible to archive th

Successive columns

2008-06-12 Thread fma-001
Hi, I use FOP 0.94 and would like to do a table design like this: http://www.nabble.com/file/p17799860/successive_columns.jpg Is it possible to archive that with XSL-FO? Thanks, Franz -- View this message in context: http://www.nabble.com/Successive-columns-tp17799860p17799860.html Sent from

Re: PDF full screen mode...

2008-06-12 Thread Andreas Delmelle
On Jun 11, 2008, at 17:42, Philipp Wagner wrote: Andreas Delmelle schrieb: Remains the question of how to add this hint in the FO-file, and output the /PageMode tag in the catalog when needed. I just had a look how other formatters are doing that. Antenna House uses a document-info tag belo

Re: Integrating Apache FOP in an Eclipse RCP app gives IncompatibleClassChangeError

2008-06-12 Thread Fabrice Dubach
Hi, I had exactly the same error in the same context. How I solve it : I have renouced to build a separate plug-in which is supposed to encapsulated Apache FOP libraries. I have included directly all needed jars in my own RCP application in a simple "lib" folder, than I linked them to my appli