lijun zou wrote:
How is the CMKY colorspace supported in FOP?
XSLFO does not support the CMYK colorspace directly.
What's wrong with postprocessing the PDF in a suitable
driver or print preparation software?
J.Pietschmann
-
To uns
Kuba Królikowski wrote:
For example: I want to print some information only on page no 2, other
informations only on page no 3 e.t.c.
See whether this FAQ helps
http://xml.apache.org/fop/fo.html#fo-oddeven
J.Pietschmann
-
To unsub
iText can't do the manipulation in question, but Multivalent
(sourceforge) might do the trick. Multivalent didn't successfully
uncompress the objects in my largish 80 MB PDF, however.
I wound up home-growing my own utilities to post-process the PDF as a
learning exercise. Took about a day. P
I heard Jeremias mentioned Chamelon(Spell) Colour can do the post process
but I never tried.
George
-Original Message-
From: Clay Leeds [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 07, 2003 11:59 AM
To: [EMAIL PROTECTED]
Subject: Re: CMKY
Ben Galbraith wrote:
> FOP does support CMYK
Ben Galbraith wrote:
FOP does support CMYK JPEGs -- there's a previous thread on this issue
that I participated in that should document it fairly well.
XSL-FO may provide support for CMYK through its color space features;
haven't studied it enough to grok it, not sure.
FOP doesn't not support C
As I understand it (and I missed the mentioned thread) SVG supports RGB
colour values in ICC colour spaces much the same as XSL:FO (although SVG
only REQUIRES the render to support sRGB). However FOP (and/or Batik)
need to handle translating these RGB colours into the colour space of
the output dev
Andreas L. Delmelle wrote:
Don't know what other opinions there are WRT this issue...
FOP does support CMYK JPEGs -- there's a previous thread on this issue
that I participated in that should document it fairly well.
XSL-FO may provide support for CMYK through its color space features;
haven't s
From: "Andreas L. Delmelle" <[EMAIL PROTECTED]>
> -Original Message-
> From: Kuba Królikowski [mailto:[EMAIL PROTECTED]
>
> Is there something like 'if ... then ... else ...' tag in FOP documents?
>
Not specifically in XSL-FO, but there are or
in pure XSLT.
Yes, but beware that there is n
> >How is the CMKY colorspace supported in FOP?
Look at the following link for more details.
http://xml.apache.org/fop/graphics.html#jpeg
Shan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMA
> -Original Message-
> From: Kuba Królikowski [mailto:[EMAIL PROTECTED]
>
> Is there something like 'if ... then ... else ...' tag in FOP documents?
>
Not specifically in XSL-FO, but there are or
in pure XSLT.
> For example: I want to print some information only on page no 2, other
> in
> -Original Message-
> From: Chris Bowditch [mailto:[EMAIL PROTECTED]
>
> >From: lijun zou <[EMAIL PROTECTED]>
> >
> >How is the CMKY colorspace supported in FOP?
>
>
> >Does it support at embedded SVG level too?
>
I seem to remember a thread (one or two weeks ago) in which someone had a
From: Kuba Królikowski <[EMAIL PROTECTED]>
Hello!
Is there something like 'if ... then ... else ...' tag in FOP documents?
there is no IF statement in XSL_FO
For example: I want to print some information only on page no 2, other
informations only on page no 3 e.t.c.
This requirement is fulfilled
Ok, thank you very much. Using 1.4 should be no problem, I'll give it a
try then.
I already thought of something like your TCP/IP-solution, but the problem
is that I do not have any control whether the document has been printed
after sending it to the printer or not.
Greetings, Ben
>-- Original N
Hello!
Is there something like 'if ... then ... else ...' tag in FOP documents?
For example: I want to print some information only on page no 2, other
informations only on page no 3 e.t.c.
Kuba Królikowski
-
To unsubscribe, e-ma
On Tue, Oct 07, 2003 at 03:14:49PM +0200, Jochen Isselhard wrote:
> > Von: Niklas Koponen [mailto:[EMAIL PROTECTED]
> >
> > I have a table that continues to the following page. I want to have the
> > headers for the table also repeated on the next page.
> >
> > The first page shows the headers just
From: Niklas Koponen <[EMAIL PROTECTED]>
On Tue, Oct 07, 2003 at 03:59:17PM +0300, Niklas Koponen wrote:
> Hi!
>
> I have a table that continues to the following page. I want to have the
> headers for the table also repeated on the next page.
I forgot to mention that I'm using xml-fop from the cvs.
I think I got it done using inheritance from the
parent element and addding some value to it thus using
the following on the list-item-body element
start-indent="from-parent(start-indent) + 12pt"
Thanks,
Abhi
--- Chris Bowditch <[EMAIL PROTECTED]> wrote:
> >From: Abhijit Junnare <[EMAIL PROTECTED
> Von: Niklas Koponen [mailto:[EMAIL PROTECTED]
>
> I have a table that continues to the following page. I want to have the
> headers for the table also repeated on the next page.
>
> The first page shows the headers just fine but the second page shows
> only every second header. Do I have some pro
On Tue, Oct 07, 2003 at 03:59:17PM +0300, Niklas Koponen wrote:
> Hi!
>
> I have a table that continues to the following page. I want to have the
> headers for the table also repeated on the next page.
I forgot to mention that I'm using xml-fop from the cvs.
-Niklas
--
Niklas Koponen | Hietap
Hi!
I have a table that continues to the following page. I want to have the
headers for the table also repeated on the next page.
The first page shows the headers just fine but the second page shows
only every second header. Do I have some property missing or is it a
bug?
Below is a link to the
From: "Benjamin Wischek" <[EMAIL PROTECTED]>
Ah, ok. But how did you realize the print output with 1.3 ? I have to use
the windows-spooler in order to have some kind of error-management.
I just open a Byte stream to our printer via TCP/IP. I didnt need to worry
about using windows or even unix pri
Ah, ok. But how did you realize the print output with 1.3 ? I have to use
the windows-spooler in order to have some kind of error-management.
Greetings, Ben
>-- Original Nachricht --
>Reply-To: [EMAIL PROTECTED]
>From: "Chris Bowditch" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: Sele
From: "Benjamin Wischek" <[EMAIL PROTECTED]>
Hi !
Thank you for the reply.
But this does not really help me. I am looking for a solution where I can
choose one of several installed printers (on a windows-system; by its name
perhaps, not via dialog) from within my java program and then send the
gen
Hi !
Thank you for the reply.
But this does not really help me. I am looking for a solution where I can
choose one of several installed printers (on a windows-system; by its name
perhaps, not via dialog) from within my java program and then send the generated
pdf (or ps as alternative) to the pri
From: lijun zou <[EMAIL PROTECTED]>
I am in a process of evaluating PDF creation software.
FOP looks very attractive to me.
But I have one question:
How is the CMKY colorspace supported in FOP?
CMKY within JPEG images is supported according to FOP's website. It is not
supported within the XSL-FO p
From: Abhijit Junnare <[EMAIL PROTECTED]>
OK. I changed margin-left to start-indent. Still the
problem persists. The section inside the section is
indented by 12pt but the list items are indented by
12pt instead of 12+12=24pt. Any clues what is
happening.
The compliance page shows that margin-left
I am in a process of evaluating PDF creation software.
FOP looks very attractive to me.
But I have one question:
How is the CMKY colorspace supported in FOP?
Does it support at embedded SVG level too?
Any examples about this?
Thanks
__
Do you Yahoo!?
The New Yahoo!
27 matches
Mail list logo