You need to sign in to do that
Don't have an account?

Bug at the end of Visualforce page rendered as pdf
Hi all,
I have a visualforce page that summarizes details of an SOW.
I want to render this page as pdf, so I used rendered="pdf" in my page component.
This page works fine, but at the end of my page there some bogus information:
JanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember
2010201120122013201420152016
SunMonTueWedThuFriSat
Today
I don't understand where above content comes from. I need to get rid of it somehow.
Any ideas?
Thanks,
http://boards.developerforce.com/t5/Visualforce-Development/renderas-PDF-strange-text-showing-buttom-of-the-page/m-p/322033#M39537
Remove your form component.
or else you can add the attribute standardstylesheets="false" to apex:page component...