I'm just trying this plugin and out and it looks quite cool. However I found that it does something funny with the gallery tag? If I generate a pdf from a post with a gallery of images, it'll insert:
.gallery {
margin: auto;
}
.gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%; }
.gallery img {
border: 2px solid #cfcfcf;
}
.gallery-caption {
margin-left: 0;
}
... just before the images.
Also, is there a way to get the generated pdf to respect the alignments set on images, i.e. centre, left, right, etc.?