Hello. I am a xsl-fo programmer, I
below to group which is developing an application that generate a xsl document
from data of DB. Our Documents have various sections o chapters, we want every
section has a even number of pages to every section begin in a odd page. We know
that the specifica
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2243
*** shadow/2243 Tue Jun 19 18:27:19 2001
--- shadow/2243.tmp.27635 Tue Jun 26 18:17:32 2001
***
*** 2,8
| extra space at the beginning of next line after line feed |
+---
Hi Seshadri,
Yes, the second patch you gave me worked with the external-graphics tag.
However, when I run FOP 0.19 within a servlet I get the following error.
java.lang.IllegalArgumentException: Could not instantiate
org.apache.fop.render.pdf.PDFRenderer
at org.apache.fop.apps.Driver.setRender
vincent van der linden wrote:
>
> Dear developers,
>
> We are using fop for a while on our IBM AS/400 midrange
> system. A recompiled Fop 18.1 (with font support fix)
> is the recent installed version.
Hooray, another FOP user on AS/400 ;-)
> Are you aware of fop problems on a AS/400 (it uses
The code looks correct to me. I am just about out of ideas on this. If other
applications are able to print to this printer successfully, then this
should work. Have you tried the PS renderer yet? The JDK printing API should
not come in to play on this. We are sending the print data directly to th
Cho wrote:
>
> Use FOp-1.7 version. Somehow, the border support left out in 1.8 version.
No, it has not been left out, it just got more conformant to the spec ;-)
I just checked table.fo with the latest cvs and there are borders.
Christian
--
Falk wrote:
>
> Hello,
> i've got the following list where I included the keep-with-previous="always"
> directive in order to prevent
> the list from beeing split at the end of the page. However the list does get
> split at the end of the page.
> Are there any other directives I could use ?
AFAI
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2331
*** shadow/2331 Tue Jun 26 07:08:49 2001
--- shadow/2331.tmp.25858 Tue Jun 26 07:09:58 2001
***
*** 56,58
--- 56,62
at org.apache.fop.apps.Driver.format(Driver.java:480)
at org.apache.fop.apps.A
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2331
*** shadow/2331 Tue Jun 26 07:08:49 2001
--- shadow/2331.tmp.25827 Tue Jun 26 07:08:49 2001
***
*** 0
--- 1,58
+ ++
+ | fo:basic-link in f
Wishful thinking - I cannot solve this problem using viewport (viewBox) or
are any new patches available?
> --- Keiron Liddle <[EMAIL PROTECTED]> wrote: >
> > On Tue, 26 Jun 2001 14:41:56 Thorsten Weiler wrote:
> > > I followed your instructions but instead of scaling the image into the
> > > d
--- Keiron Liddle <[EMAIL PROTECTED]> wrote: >
> On Tue, 26 Jun 2001 14:41:56 Thorsten Weiler wrote:
> > I followed your instructions but instead of scaling the image into the
> > desired area the image is clipped and all the parts which do not fit into
> > the area
> > are not displayed.
> > So
Hi,
You may also want to try running FOP within JDK 1.4 beta. 1.4 has
made some major fixes in font spacing. Really cleaned up the FOP forms for us.
With 1.4 you may want to use this to start up FOP: java
-Xbootclasspath/p:../lib/xerces.jar
At 12:01 PM 6/26/2001 +0100, you wr
I'm on Sun's 1.3.1 for linux. I haven't tried IBM 1.3 for this.
Peter
Weiqi Gao wrote:
> On 26 Jun 2001 22:40:06 +1000, Peter B. West wrote:
>
>>With a recent CVS snapshot, I am getting seg faults when I try to build.
>>Tinkering with the CLASSPATH, I find that the seg faults begin when
On 26 Jun 2001 22:40:06 +1000, Peter B. West wrote:
> With a recent CVS snapshot, I am getting seg faults when I try to build.
> Tinkering with the CLASSPATH, I find that the seg faults begin when
> I add lib/xerces-1.2.3.jar to the path. Am I missing something?
Are you using JDK 1.4 beta
On Tue, 26 Jun 2001 14:41:56 Thorsten Weiler wrote:
> I followed your instructions but instead of scaling the image into the
> desired area the image is clipped and all the parts which do not fit into
> the area
> are not displayed.
> Sorry, but any other other hints/solutions?
>From the SVG spe
I followed your instructions but instead of scaling the image into the
desired area the image is clipped and all the parts which do not fit into the area
are not displayed.
Sorry, but any other other hints/solutions?
> If you look in the examples/svg directory there are some examples of
> includi
With a recent CVS snapshot, I am getting seg faults when I try to build.
Tinkering with the CLASSPATH, I find that the seg faults begin when
I add lib/xerces-1.2.3.jar to the path. Am I missing something?
Peter
--
Peter B. West [EMAIL PROTECTED] http://powerup.com.au/~pbwest
"Lord, to wh
keiron 01/06/26 05:21:47
Modified:src/org/apache/fop/render/pdf PDFRenderer.java
src/org/apache/fop/svg PDFGraphics2D.java
Added: src/org/apache/fop/svg PDFTextPainter.java
Log:
added initial impl of text painter that uses pdf fonts
rather than stroking
If you look in the examples/svg directory there are some examples of
including external svg documents.
>From this you should be able to do something like:
http://www.w3.org/2000/svg"; width="60" height="40"
xml:space="preserve">
On Tue, 26 Jun 2001 14:07:32 Thorsten Weiler wrot
Hi,
after reading your mail archive I got no solution for this problem:
I created a SVG-File like:
and I would like to embed this file in a fo-document with
...
...
and it should be scaled in an area say 20mm x 20mm
I tried all the examples in your archive using the viewB
Hello All,
Not correct work with "padding-top".This bug you can see in attached file.Without
"padding-top" all work fine.
--
Best regards,
Eugene mailto:[EMAIL PROTECTED]
xsl_fo.zip
-
To unsubscrib
Hi,
My question yesterday about fonts was raised because I (and my boss) didn't
like the way the sans-serif font appears on screen (See Fig. 1). Today I
experimented with the AWTRenderer and replaced the code which made use of
the AttributedCharacterIterator with the simpler drawString call, in t
Hi to all, i'm in trouble becouse i'm trying to use
the Reference Orientation attribute, but i got a
strange warning from FOP 0.19 which sounds like the
attribute is Ignored ... i've followed the examples
given in fop but i'vo got the same results... some one
can help me i've to change the printi
Hi Emmanuel,
Here is example code that works for me (it should work for you also :-)
Options options = null;
String pathFonts = null;
options = new Options(new File("userconfig.xml"));
Driver driver = new Driver();
driver.setRenderer(Driver.RENDER_
I tried setting the PJL ENTER LANGUAGE = PCL
and then sending the output to the printer but the printer printed the same old
junk characters it was doing earlier
Here is my piece of code:
>>
FileOutputStream
Here is another email I got because I help do the FAQ.
Perhaps someone can answer it and CC the original questioner.
[EMAIL PROTECTED]
PS "doreen" please join the fop-dev mailing list and ask there.
Alex
Originally to: alex
Date: Tue, 26 Jun 2001 01:07:33 + (GMT+00:00)
26 matches
Mail list logo