[xep-support] Re: PDF/X-3 compliance error

David Tolpin dvd at davidashen.net
Sat Mar 18 14:40:00 PST 2006


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 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">

Hi Jose,

no, your FO file head does not look like this, but rather it contains  
the following line:

<?xep-pdf-icc-profile url(&apos;color/icc/ISOcoated.icc&apos;)?>

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 at 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



More information about the Xep-support mailing list