Won't Fix
Last Updated: 11 Oct 2016 11:21 by ADMIN
ADMIN
Rumen
Created on: 06 May 2014 11:03
Category: Editor
Type: Bug Report
0
Server error on Export to PDF when there are inline styles starting with -
If the content of the editor contains an inline style which starts with - as -webkit-text-... like in:

<h1 style="-webkit-text-stroke-width: 0px;">My Title</h1>

A server error is thrown:

Server Error in '/' Application.
Name cannot begin with the '-' character, hexadecimal value 0x2D.
1 comment
ADMIN
Ianko
Posted on: 11 Oct 2016 11:20
As alternative you can integrate RadClientExportManager (https://demos.telerik.com/aspnet-ajax/client-export-manager/functionality/export-whole-pages/defaultcs.aspx) with RadEditor in order to export such content.