Mostly works and can be quite useful
-
Upon install you can create PDF output with no difficulty, that’s the good part. The author is willing to help and rather quickly, he even quickly implemented a couple of features I wished for, setting margins and custom footer. That’s also very good. What is maddeningly confusing and frustrating are the instructions in the admin panel. I am not sure what page size it assumes, but the footer settings did not add up to an 11″ paper height. I had to push the Y coordinate of the footer down to 287 (from default 270) because it was too far from the bottom. Plus the height of the footer, plus the minimum 10mm bottom margin is well over 279.4mm which is 11″. I believe the plugin is using European A4 size paper for output. Maybe it is written somewhere but I could not see it.
I wanted to use the custom footer, but two problems changed my mind. Firs, I lost the page numbering. Perhaps the author will add this option in the future. The second was the way it instructed to add border(s) which I could not make work at all. Use 1: Draw box, T: Top border, B: bottom border and so on. I entered T, no border, T: no border, T:1 no border. Then I gave up. A simple example will go a long way.
The third problem is with the custom CSS option in text formatting. I wanted to add a short text in the post to instruct the visitor to click on the icon to print a PDF but not print it in the PDF document. I was directed to surround the text in a DIV with an ID and then declare it not to display. So I did, I surrounded the text in div id=”hidethis /div (angle brackets omitted) and added in the custom CSS box:
#hidethis {display: none;}But the PDF still showed the text. I tried the variants below with no luck:
#hidethis {display: none !important;}
div#hidethis {display: none;}I am sure it will improve in time with feedback. I am providing this in the hope to help improve it, constructive criticism more than putting it down. It promises to be very useful, with the addition of a few more parameters and better admin interface it could be super useful. Here are a few suggestions:
1. Allow selecting paper size, if it is there please make it more obvious to see
2. A simpler border selection around the footer, like four check boxes for each side
3. Allow inserting the page number/total pages in the footer
4. Add a feature that excludes parts of the text with the use of tokens or a particular CSS class. The icon has a class of wpptopdfenh, I even tried it around the text I wanted to hide but that did not work either.Thank you for the plugin, and for your help on the support forum.
Cemal
- The topic ‘Mostly works and can be quite useful’ is closed to new replies.