Hello DK PDF
Your plugin works great with Formidable Pro. I am not a programmer.
I was able to set it up without problems. It seems to be WYSIWYG on SOME pages but not others.
Here is a simple WorpPage I set up to try DK. This sample works perfectly and passes all styling to the final output.
However, when I add the short-code to another page, none of the styling passes. It displays on the preview screen but does not pass to the final PDF.
I read your documentation and tried setting up the CHILD method but that made no difference. For example, I add color:green; to my child and that displays green text on the preview.
Since adding the child, the short-code dose not work on any NEW pages. All previous page work fine.
Any help will be greatly Appreciated.
Thanks
Brad
——————————————————————
[dkpdf-button]
<P style=”color:blue; font-size:20px;”>This is a test for the DK-PDF plugin</p>
It is really an awesome plugin because it WORKS GREAT with Formidable Pro AND appears to pass all of the styling through to the PDF.
WYSIWYG AMAZING!
I set the DK-DPF settings “Post types to display” with No checks on any of the 4 boxes. This means the PDF button does NOT show an any of my WordPress PAGES.
I added the DK-PDF shortcode to those pages where I wanted the PDF icon to appear (see above first line shortcode) Everything works great
TEST LEFT MARGIN SETTINGS (can be important when you need just a little more vertical space to get everything on one page)
<p style=”margin-left: 0px;”>This is left margin 0 px</p>
<p style=”margin-left: 50px;”>This is left margin 50 px</p>
<p style=”margin-left: 200px;”>This is left margin 200 px</p>
<p style=”margin-left: -20px;”>This is left margin -20 px</p>
<p style=”margin-left: -50px;”>This is left margin -50 px</p>
<p style=”margin-left: -200px;”>This is left margin -200 px</p>
This recognizes the br command as passes the br to the PDF
<p style=”font-size:20px;”>This line uses a style having font size set for 20 px and STRONG</p>
<p style=”font-size:9px”>
This paragraph uses a style having font size set for 9 px
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.
<p style=”color:red;”>THIS IS RED and STRONG</p>