Active
Project:
Pdfview
Version:
4.7.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2007 at 22:10 UTC
Updated:
7 Feb 2007 at 22:10 UTC
The Image output is broken for me. I have several images in a node, like a block. After generating the PDF, all the images are in a row and not in the block form as in the node.
For example, the node:
image image image image
image image image image
image image image image
Broken PDF output:
image
image
image
...
Node source code:
<a href=......><img ...../></a> <a href=......><img ...../></a> <a href=......><img ...../></a> <a href=......><img ...../></a> <br /> etc.