Rank: Newbie Groups: Member
Joined: 2/26/2013 Posts: 5
|
I just switched over to VS2015 RC and i was no longer able to convert webpages to pdf. The (html) text was garbled over.
Turned out that the default 'Helvetica neue' font used in bootstrap 3 caused this. Adding a 'body { font-family: Helvetica }' on the html pages for PDF rendering fixed it however.
In other versions of VisualStudio this wasn't the case. I was deploying to a Azure Cloud service when this happend.
Anyone confirm? Or, if you are running in the same issue, the above fixes it for now.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Thanks for sharing. We will look into this and see if we can fix it so that it will work out of box.
|