[xep-support] Re: PDF/X-3 compliance error
Jose Maria Sanchez de Ocana
jsandeo at gmail.com
Fri Mar 17 06:41:32 PST 2006
OK, I think I progressed a bit... I actually believe I have to use the
xep-pdf-icc-profile processing instruction.
I have managed to get a few .icc files both from adobe.com and from
color.org - related sites, but none will work, since I keep getting an error
such as:
[error] Invalid URL or non-existent file:
'file:/home/qf/Desktop/qf/dev/pruebas_v01/color/icc/ISOcoated.icc';
setting ignored; PDF/X status revreted to 'none'.
by the way, this file actually exists :) :
qf at qfbox:~/Desktop/qf/dev/pruebas_v01$ ls -l
/home/qf/Desktop/qf/dev/pruebas_v01/color/icc/ISOcoated.icc
-rw-r--r-- 1 qf qf 1526728 Mar 17 15:16
/home/qf/Desktop/qf/dev/pruebas_v01/color/icc/ISOcoated.icc
Actually, this message looks more like an error in the URI specification,
but I have tried all sorts of forms, without success. My .fo file's head is:
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xep-pdf-crop-offset 10mm?><?xep-pdf-crop-mark-width 0.2mm?><?xep-pdf-bleed
2mm?><?xep-pdf-bleed-mark
-width 0.2mm?><?xep-pdf-pdf-x pdf-x-3?><?xep-pdf-icc-profile
url(color/icc/ISOcoated.icc)?><fo:root xm
lns:fo="http://www.w3.org/1999/XSL/Format" xmlns:rx="
http://www.renderx.com/XSL/Extensions">
I've also tried all sorts of variants: absolute url, relative url, with
single quote, with double quotes...
<?xep-pdf-icc-profile url('color/icc/ISOcoated.icc')?>
<?xep-pdf-icc-profile url("color/icc/ISOcoated.icc")?>
<?xep-pdf-icc-profile url('./color/icc/ISOcoated.icc')?>
<?xep-pdf-icc-profile url('
/home/qf/Desktop/qf/dev/pruebas_v01/color/icc/ISOcoated.icc')?>
<?xep-pdf-icc-profile url('
file://home/qf/Desktop/qf/dev/pruebas_v01/color/icc/ISOcoated.icc')?>
etc.
None of those would work. I actually have upgradede my XEP version to the
last one available, and got the same results. After that, I've been trying
with several icc files, same result. I'm pretty stuck, right now.
Thx,
Jose
On 3/17/06, Jose Maria Sanchez de Ocana <jsandeo at gmail.com> wrote:
>
> Hi,
> I need to generate a PDF with a PDF/X-3 compliance level, but I keep
> getting this error:
>
> [error] Output color profile must be present in PDF/X-3; PDF/X status
> revreted to 'none'.
>
> I have no clue what am I supposed to do to avoid this error. Googled an
> all, but nothing.
> I tried changing all my color attribute values to the corresponding rgb-icc(X,
> X, X, #CMYK, X, X, X, X) form,
> but I am still getting the same error.
> Help will be appreciated.
>
> Thanks,
> Jose
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.renderx.com/pipermail/xep-support/attachments/20060317/1468d529/attachment.html>
More information about the Xep-support
mailing list