> -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:
>
> > 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
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
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
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
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
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
===
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
==
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
==
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
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
--- 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
> 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
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
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
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
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
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
---
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
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
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
--- "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..
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
---
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
24 matches
Mail list logo