Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using telerik radEditior control .. I have entered some text into rad editior control...
when we generate PDF, the bullet list format does not showing in PDF.

Example:

ContentFilters="ConvertToXhtml"

but it is not supporting. can anyone Please share ur thoughts
Posted

1 solution

From their website:

Quote:telerik website
The approach is very straight-forward - to export the editor content to PDF format:

Enable the PdfExportFilter filter of RadEditor: ContentFilters="DefaultFilters,PdfExportFilter" - if it is disabled the tables wont be exported
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900