ParadoxPdf and Lightbox
You need to be logged in to post messages in the forums. New users may register here.
|
Sandra Parente
Member since: 09 January 2008
Posts: 8
|
Wednesday 03 February 2010 9:10:18 am
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
www.netbliss.it
|
|
|
Karnichi Mohamed
Member since: 11 February 2008
Posts: 72
|
Wednesday 03 February 2010 9:33:50 am
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 :)
|
|
|
Sandra Parente
Member since: 09 January 2008
Posts: 8
|
Wednesday 03 February 2010 9:55:21 am
Paradoxpdf version is 2.1.2
eZ Publish is version 4.1.3
Sandra Parente
www.netbliss.it
|
|
|
Karnichi Mohamed
Member since: 11 February 2008
Posts: 72
|
Sunday 11 April 2010 6:09:59 am
Hi Sandra
The issue is resolved in the 2.1.5 version
Regards
|
|
You need to be logged in to post messages in the forums. New users may register here.