On 17/07/5766, at 18:41, Jose Maria Sanchez de Ocana wrote:
> [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@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">
Hi Jose,
no, your FO file head does not look like this, but rather it contains
the following line:
<?xep-pdf-icc-profile url('color/icc/ISOcoated.icc')?>
You either used quoted apostrophes in a processing instruction by
mistake, or a faulty editor did it for you -- what editor are you
using? XML entities should not be used in processing instructions,
they will not be expanded there. If you write
<?xep-pdf-icc-profile url('color/icc/ISOcoated.icc')?>
or
<?xep-pdf-icc-profile url(color/icc/ISOcoated.icc)?>
then XEP will find the file.
David Tolpin
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html
Received on Sat Mar 18 15:16:47 2006
This archive was generated by hypermail 2.1.8 : Sat Mar 18 2006 - 15:16:50 PST