ez projects / paradoxpdf / forum / general / paradoxpdf and lightbox / re: paradoxpdf and lightbox
You need to be logged in to post messages in the forums. New users may register here.
Member since: Posts: 16 |
Wednesday 03 February 2010 6:10:18 pm First of all thanks for this useful extension, I use it very exensively!
There is a conflict with lightbox extension, if I load images with lightbox class the images are no longer printed on pdf files. In the xhtml file the image is correctly displayed: <a href="../../var/(full-path-here)/image.jpg" rel="lightbox"> <img src="/var/(full-path-here)/image.jpg" width="200" height="201" style="border: 0px;" alt="image" title="image" /></a> If I don't use lightbox the image is printed. Before giving up I was wandering if you have a solution to this. Thanks in advance! Sandra Parente |
|
Member since: Posts: 72 |
Wednesday 03 February 2010 6:33:50 pm Hi Sandra,
First thanks for your feedback. What is the version do you use ? Ps: There has been some problems with links to images ... I'll add a template operator parameter to force replacing relative links with absolute ones : So instead of having "../../var/(full-path-here)/image.jpg" you will have "http://www.domainename.com/var/(full-path-here)/image.jpg". A result of this : all relative links will be transformed to absolute one (so all links will work, and all kind of image will be loaded). But pdf generation will be slightly slow since the xhtmlrenderer will load css and images through http instead of simply loading them directly from filesystem (when using relative links...) will try to do this tonight :) http://www.amiralweb.com Certified eZPublish Expert |
|
Member since: Posts: 16 |
Wednesday 03 February 2010 6:55:21 pm Paradoxpdf version is 2.1.2
eZ Publish is version 4.1.3 Sandra Parente |
|
Member since: Posts: 72 |
Sunday 11 April 2010 3:09:59 pm Hi Sandra
The issue is resolved in the 2.1.5 version Regards http://www.amiralweb.com Certified eZPublish Expert |
You need to be logged in to post messages in the forums. New users may register here.