Button
1. Edit your Template
2. Now find out
line post-footer-line-3
( press 'Ctrl' + F to open your browser's search box)
Now you will find out a line similar to
<p class='post-footer-line post-footer-line-3'/>
now select the PDF saving mode as your wish and paste it below the above code line.
Code to save the page in Landscape mode
<script type="text/javascript">
var authorId = "FA43583E-0910-4E57-B435-E4A8D1552A1C";
var pageOrientation = "1";
var topMargin = "0.5";
var bottomMargin = "0.5";
var leftMargin = "0.5";
var rightMargin = "0.5";
</script>
<script type="text/javascript" src="http://web2.pdfonline.com/pdfonline/pdfonline.js">
</script>
Code to save the page in Portrait mode
<script type="text/javascript">
var authorId = "FA43583E-0910-4E57-B435-E4A8D1552A1C";
var pageOrientation = "1";
var topMargin = "0.5";
var bottomMargin = "0.5";
var leftMargin = "0.5";
var rightMargin = "0.5";
</script>
<script type="text/javascript" src="http://web2.pdfonline.com/pdfonline/pdfonline.js">
</script>
Now follow the Safety Saving Steps.
And
0 comments: