AW: is there something like "internal-graphic" ?

2001-07-12 Thread Thieler Jens
> -Ursprüngliche Nachricht- > Von: Heiko Barthel [mailto:[EMAIL PROTECTED]] > Gesendet am: Donnerstag, 12. Juli 2001 18:33 > Betreff: is there something like "internal-graphic" ? > > I use FOP currently with external graphics, but I want to add directly > binary data of an element like: >

Re: Java Extensions in Xalan vs Fop

2001-07-12 Thread Gareth Noyce
> > The Java class is on the classpath, I included a function 'main' to test > > this and all works fine. The XML, XSL and Java will all process through > > Xalan as expected, and an XSL:FO file is produced correctly, no problems. > > However, I wish to use FOP to do all this in one go with the us

Browser and Reader Versions supported

2001-07-12 Thread Yalavarthi, Vasu
Hi, I wanted to know what Web Browser(IE) and Acrobat Reader versions FOP(FOP generated PDF) supports. Right now we are also using iText, the generated PDF doesn't render on certain browser/reader combinations. Thanks, Vasu - T

PDF rotate

2001-07-12 Thread Willy Ching
Hello! Can somebody tell me if I can use fop to rotate a PDF document read it from a file? If yes, kindly show some sample code if possible. Thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, emai

Re: Tree class

2001-07-12 Thread Arved Sandstrom
On Tuesday 10 July 2001 04:27, Peter B. West wrote: > > I have attempted to make Tree class operations thread-safe, and have > added a subclass TreeRoot in an attempt to support fail-fast iterators > as in AbstractList and its subclasses. Comments from more experienced > Java folks would be welc

Boundary Conditions on breaks

2001-07-12 Thread Arved Sandstrom
Hi, all Latest commits against PropertyManager, Block and Area begin to address boundary conditions on page and column breaks. What I mean by this is, in case nobody noticed, up til now if a block had a break-before="*page|column" on it, _and_ it was already leading in its context, the break

cvs commit: xml-fop/src/org/apache/fop/layout Area.java

2001-07-12 Thread arved
arved 01/07/12 19:31:16 Modified:src/org/apache/fop/layout Area.java Log: AHS: addressing break boundary conditions Revision ChangesPath 1.20 +5 -1 xml-fop/src/org/apache/fop/layout/Area.java Index: Area.java ===

cvs commit: xml-fop/src/org/apache/fop/fo/flow Block.java

2001-07-12 Thread arved
arved 01/07/12 19:30:37 Modified:src/org/apache/fop/fo/flow Block.java Log: AHS: addressing break boundary conditions Revision ChangesPath 1.34 +21 -73xml-fop/src/org/apache/fop/fo/flow/Block.java Index: Block.java ==

cvs commit: xml-fop/src/org/apache/fop/fo PropertyManager.java

2001-07-12 Thread arved
arved 01/07/12 19:29:50 Modified:src/org/apache/fop/fo PropertyManager.java Log: AHS: addressing break boundary conditions Revision ChangesPath 1.3 +47 -4 xml-fop/src/org/apache/fop/fo/PropertyManager.java Index: PropertyManager.java ==

Re: properties, elements

2001-07-12 Thread Karen Lease
A few quick thoughts... That was probably just my XML super-ego thinking that case-by-case checks were a _bad_ thing... But on the other hand, as Arved points out, the complexity of the model would make it rather problematic. It's certainly more important to focus on detecting cases which FOP (or

is there something like "internal-graphic" ?

2001-07-12 Thread Heiko Barthel
I use FOP currently with external graphics, but I want to add directly binary data of an element like: BDGADUGADUGFSZFDSSJDGSGDS&&DS&DSDTSDGSICXSGDS&D(&S Does anybody know a way to include this directly in the FO or do I have to create a file with the data of and use ? -- GMX - Die Kommun

Re: cannot find class java/lang/Thread

2001-07-12 Thread Alex McLintock
--- Davy Moskofian <[EMAIL PROTECTED]> wrote: > Hi, > > I have installed FOP on my Sun station. > When I try to execute the fop.sh command, I get the following error > message: > "Unable to initialize threads: cannot find class java/lang/Thread" > Can anyone tell me if there is a solution to thi

Re: Java Extensions in Xalan vs Fop

2001-07-12 Thread Jeremias Maerki
> The Java class is on the classpath, I included a function 'main' to test > this and all works fine. The XML, XSL and Java will all process through > Xalan as expected, and an XSL:FO file is produced correctly, no problems. > However, I wish to use FOP to do all this in one go with the usual > "j

AW: cannot find class java/lang/Thread

2001-07-12 Thread Klaus Gotthardt
is classes.zip in your classpath? Klaus > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im > Auftrag von Davy Moskofian > Gesendet: Donnerstag, 12. Juli 2001 14:41 > An: [EMAIL PROTECTED] > Betreff: cannot find class java/lang/Thread > > > Hi, > > I have in

Java Extensions in Xalan vs Fop

2001-07-12 Thread Gareth Noyce
Hi all, Firstly, many thanks for the hard work on FOP -- it's a great piece of work. Unfortunately I've stumbled upon a problem which I'm at a loss to figure out. I'm hoping that someone on the list will be able to shed some light on the problem. I've been playing with Java Extension functions

cvs commit: xml-fop/src/org/apache/fop/svg SVGPropertyListMapping.java

2001-07-12 Thread keiron
keiron 01/07/12 06:12:09 Removed: src/org/apache/fop/extensions ExtensionPropertyListMapping.java src/org/apache/fop/fo PropertyListMapping.java StandardPropertyListMapping.java src/org/apache/fop/svg SVGProp

cvs commit: xml-fop/src/org/apache/fop/svg SVGElementMapping.java

2001-07-12 Thread keiron
keiron 01/07/12 06:03:42 Modified:src/org/apache/fop/apps Driver.java src/org/apache/fop/configuration Configuration.java ConfigurationReader.java src/org/apache/fop/extensions ExtensionElementMapping.java src/org/apa

cannot find class java/lang/Thread

2001-07-12 Thread Davy Moskofian
Hi, I have installed FOP on my Sun station. When I try to execute the fop.sh command, I get the following error message: "Unable to initialize threads: cannot find class java/lang/Thread" Can anyone tell me if there is a solution to this problem ? Thanks a lot ---

Re: fo:flow within fo:page-sequence

2001-07-12 Thread Keiron Liddle
On Thu, 12 Jul 2001 11:25:06 Wolf Gustavo (SGC-EXT) wrote: > Hi, > in the XML bible, chap. 15, I read that for a fo:page-sequence I > can > have one fo:flow per region, i.e.: , > and then another like , etc, > which > makes 5 in total per page. > However, when I try to define one flow for

RE: question on fonts

2001-07-12 Thread Wolf Gustavo (SGC-EXT)
Alex, your idea works perfect. Thanks a lot, Gustavo -Message d'origine- De : Alex McLintock [mailto:[EMAIL PROTECTED]] Envoyé : jeudi, 12. juillet 2001 11:25 À : [EMAIL PROTECTED] Objet : Re: question on fonts --- "Wolf Gustavo (SGC-EXT)" <[EMAIL PROTECTED]> wro

fo:flow within fo:page-sequence

2001-07-12 Thread Wolf Gustavo (SGC-EXT)
Hi, in the XML bible, chap. 15, I read that for a fo:page-sequence I can have one fo:flow per region, i.e.: , and then another like , etc, which makes 5 in total per page. However, when I try to define one flow for body and another for after, Fop tells me that "only a single fo:flow admitt

Re: question on fonts

2001-07-12 Thread Alex McLintock
--- "Wolf Gustavo (SGC-EXT)" <[EMAIL PROTECTED]> wrote: > Hi all, > does anyone know how to make fop transform a th (like in 4th) in > order to put it as superscript with a small font (in good ol'LateX it would > go like $4^{th}$)? You might try 4th though I haven't tried it..

question on fonts

2001-07-12 Thread Wolf Gustavo (SGC-EXT)
Hi all, does anyone know how to make fop transform a th (like in 4th) in order to put it as superscript with a small font (in good ol'LateX it would go like $4^{th}$)? Thanks a lot, Gustavo ---

Re: Questions about FOP, Batik, Java Graphics to PDF, SVG, etc

2001-07-12 Thread Keiron Liddle
On Wed, 11 Jul 2001 22:14:11 Randall Parker wrote: > I'm intending to try to use Batik and FOP to convert graphics drawn with > java.awt.Graphics2D to PDF, SVG, and > PNG. I'm especially interested in generating PDF. > > The relevant classes appear to be: >org.apache.fop.svg.PDFDocumentGra