[xep-support] Image access when generating PDF

Michael Sulyaev msulyaev at renderx.com
Wed Oct 4 13:59:02 PDT 2006


Sébastien CLERMONT wrote:
> Is there any parameter I can set to make XEP access images only once?

Hello Sébastien,

XEP honors 'Expires' field in HTTP response headers and makes use of 
'get if modified since' request. All you need to do to prevent XEP from 
retrieving each image three times is to configure your web server 
appropriately.

If an Expires field is set (to a reasonable value), XEP will get an 
image just once. Otherwise, if the image was not modified on the server, 
XEP will get it once and check it was not modified twice (200 304 304).

-- 
Best regards,
  Michael Sulyaev, mailto:msulyaev at renderx.com
  http://www.renderx.net
  http://www.renderx.com
RenderX
-------------------
(*) 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