Thanks..
Also I would like to shortened my last thread. First I want to deal
with Jpeg issue.
Actually I am using Batik's Rasterizer to convert SVG into PDF using the
following command line.
"D:\BatikTest\batik-1.5\java -jar batik-rasterizer.jar -m
application\pdf sometest.svg"
When I try to convert an SVG file which is linking to a JPEG-CMYK image,
I am getting the following error.
------------------------------------------------------------------------
------------------
Exception: Unsupported color conversion request
at sun.awt.image.JPEGImageDecoder.readImage(Native Method)
at
sun.awt.image.JPEGImageDecoder.produceImage(JPEGImageDecoder.java:144
)
at
sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.j
ava:257)
at sun.awt.image.ImageFetcher.fetchloop(ImageFetcher.java:168)
at sun.awt.image.ImageFetcher.run(ImageFetcher.java:136)
------------------------------------------------------------------------
------------------
Did anyone face the same kind of problem in past? Do I have to setup
anything in the Batik project.
I tried in the Batik Forum but they direct me to FOP.
Any help will me much appreciated.
Thanks
Shan
Shan Kajendran wrote:
> Q1) In SVG to PDF Conversion, is that the end result a print ready PDF
> ? I mean the output pdf supports CMYK colour space?
There's no such thing as "print ready PDF". PDF is a document format
which supports a number of color models, including CMYK, for embedded
graphics. However, regardless of the actual color models used in a
specific PDF, it's a task of the software preparing the content for
output to convert the data in the PDF document into the form needed by
the output device, which may include conversion of color models.
J.Pietschmann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]