This is a migrated thread and some comments may be shown as answers.

Cannot export to PDF

1 Answer 95 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jaime
Top achievements
Rank 1
Jaime asked on 02 Dec 2011, 02:27 PM
Hello, I am trying to export to pdf using a radeditor, however, when i open the file with adobe reader i get this message:

"Adobe Reader could not open 'Certificate.pfd' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and was wasn't correctly decoded)"

i am assigning to the radeditor.content the html code:

<h1>
<span class="titulo" id="ctl00_ContentPlaceHolder1_Label1">Aplicaciones por tipo</span>
</h1>
<p>
<span id="ctl00_ContentPlaceHolder1_Label2">Aqu&iacute; encuentra las aplicaciones agrupadas por tipo</span>
</p>

Any suggestions?
this is how my radeditor is defined:
 <telerik:RadEditor ID="redCertificate" runat="server" Width="90%" Height="800px"
                Language="es-ES"
                ContentFilters="PdfExportFilter, DefaultFilters">
                <exportsettings openinnewwindow="true" filename="Certificate">
                <Rtf PageHeader="RadEditor content" />
                <Pdf PageTitle="Sample page title" />
            </exportsettings>
                <content></content>
            </telerik:RadEditor>

thanks in advance

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 05 Dec 2011, 06:55 AM
Hello John,

Check the following demo which implements the same.
Editor / Export to PDF.

-Shinu.
Tags
Editor
Asked by
Jaime
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or