I am trying to use PhocaPDF to allow certain articles from my site to be downloaded as a PDF. As a basic function it works, but I am having two problems with the layout.
1) The text is not wrapped around the image as it is in th eHTML. Is that even possible? If so how do I make PhocaPDF do that?
2) The image captions are rendered inline with all the other text. The HTML structure for captioned images is created with JCE-caption like:
Code: Select all
<span class="wf_caption" ... >
<img src="..." />
<span>CAPTION TEXT</span>
</span>
Thanks, Chris