You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "Orendt, Jimmy" <Ji...@softwareag.com> on 2000/09/07 10:28:18 UTC

AW: StandardElementMapping

hi,

	what is "using SAX parser com.jclark.xml.sax.Driver"

try this

	using SAX parser com.jclark.xsl.sax.Driver

regards


Jimmy Orendt
SAG Systemhaus GmbH
Fuerther Strasse 2a
90429 Nuernberg
Germany
Jimmy.Orendt@softwareag.com
+49 (911) 92697-429


-----Ursprüngliche Nachricht-----
Von: Joe Holt [mailto:joe@sparks.com]
Gesendet am: Donnerstag, 24. August 2000 00:24
An: 'fop-dev@xml.apache.org'
Betreff: StandardElementMapping

When I run XTCommandLine against some files, I get the output:

FOP-0_14_0
using SAX parser com.jclark.xml.sax.Driver
using renderer org.apache.fop.render.pdf.PDFRenderer
using element mapping org.apache.fop.fo.StandardElementMapping
org.apache.fop.fo.StandardElementMapping is not an element mapping
FATAL ERROR:



The same command worked fine under FOP-0_12_1, but threw the error after I
updated to 0_14_0
Just trying to get up to speed here.

Re: Reduce pdf size

Posted by Eric SCHAEFFER <es...@posterconseil.com>.
Use the CVS version.
Images are compressed using ZLib.

Eric.


----- Original Message -----
From: "Khim" <la...@patroids.com>
To: <fo...@xml.apache.org>
Sent: Thursday, September 07, 2000 10:39 AM
Subject: Reduce pdf size


> Hi there,
> is there a way to reduce the pdf file size with a image file. it is about
> 3MB but it only consist of few words and a image with resolution 300X 300
> and the image size is about 400KB but when I embed it the pdf the pdf file
> created size is about 3MB. I use <fo:external-graphic> to embed the image.
> Thanx a lot. Khim
>


Reduce pdf size

Posted by Khim <la...@patroids.com>.
Hi there,
	is there a way to reduce the pdf file size with a image file. it is about
3MB but it only consist of few words and a image with resolution 300X 300
and the image size is about 400KB but when I embed it the pdf the pdf file
created size is about 3MB. I use <fo:external-graphic> to embed the image.
Thanx a lot. Khim

Re: CMYK Images

Posted by Eric SCHAEFFER <es...@posterconseil.com>.
You should look at the org.apache.fop.image package. I suppose you use Gif
or Jpeg images, so look at GifJpegImage. I don't know if the producer
returns the image data in RGB or CMYK. If the data are returned in CMYK,
GifJpegImage should return a CMYK color space (org.apache.fop.datatypes
package).
If it still doesn't work, you will need to search...

PS: the FopImage object is created during the layout process. When
rendering, a PDFXObject (org.apache.fop.pdf package) is created to write the
image in the PDF file.

Eric.


----- Original Message -----
From: "Alvin Tan" <al...@patroids.com>
To: <fo...@xml.apache.org>
Sent: Friday, September 08, 2000 6:39 AM
Subject: RE: CMYK Images


> How to do it? I would like to help. Can you tell me where do I start? I
have
> limited knowledge about images.
>
> -----Original Message-----
> From: Eric SCHAEFFER [mailto:eschaeffer@posterconseil.com]
> Sent: Thursday, September 07, 2000 4:50 PM
> To: fop-dev@xml.apache.org; laykhim@patroids.com
> Subject: Re: CMYK Images
>
>
> There's no CMYK support for images. Need to do it...
> :-(
>
> Eric.
>
> ----- Original Message -----
> From: "Khim" <la...@patroids.com>
> To: <fo...@xml.apache.org>
> Sent: Thursday, September 07, 2000 10:38 AM
> Subject: CMYK Images
>
>
> > Hi there,
> > I am having a problem of inserting a CMYK images to the pdf. do anyone
> > know how to do it and can the pdf  be view on the browser with CMYK
image
> > embedded?.
> > Thanx a million
> >
>


CVS Version FOP.jar

Posted by Khim <la...@patroids.com>.
Hi,
	Does anyone has the CVS Version FOP.jar?
	I try to create one myself but encountered a lots of compilation error. If
anyone has it could u please send it to me. Thanx a million
Khim



RE: CMYK Images

Posted by Alvin Tan <al...@patroids.com>.
How to do it? I would like to help. Can you tell me where do I start? I have
limited knowledge about images.

-----Original Message-----
From: Eric SCHAEFFER [mailto:eschaeffer@posterconseil.com]
Sent: Thursday, September 07, 2000 4:50 PM
To: fop-dev@xml.apache.org; laykhim@patroids.com
Subject: Re: CMYK Images


There's no CMYK support for images. Need to do it...
:-(

Eric.

----- Original Message -----
From: "Khim" <la...@patroids.com>
To: <fo...@xml.apache.org>
Sent: Thursday, September 07, 2000 10:38 AM
Subject: CMYK Images


> Hi there,
> I am having a problem of inserting a CMYK images to the pdf. do anyone
> know how to do it and can the pdf  be view on the browser with CMYK image
> embedded?.
> Thanx a million
>


Re: CMYK Images

Posted by Eric SCHAEFFER <es...@posterconseil.com>.
There's no CMYK support for images. Need to do it...
:-(

Eric.

----- Original Message ----- 
From: "Khim" <la...@patroids.com>
To: <fo...@xml.apache.org>
Sent: Thursday, September 07, 2000 10:38 AM
Subject: CMYK Images


> Hi there,
> I am having a problem of inserting a CMYK images to the pdf. do anyone
> know how to do it and can the pdf  be view on the browser with CMYK image
> embedded?.
> Thanx a million
> 


CMYK Images

Posted by Khim <la...@patroids.com>.
Hi there,
	 I am having a problem of inserting a CMYK images to the pdf. do anyone
know how to do it and can the pdf  be view on the browser with CMYK image
embedded?.
Thanx a million