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

Scheduler export to PDF customized

4 Answers 92 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Fernanda
Top achievements
Rank 1
Fernanda asked on 07 Dec 2014, 08:33 PM
Hello,

I want to export scheduler to pdf with a specific format: header (logo and title) + content (the Scheduler) + footer (other information). I try to do it with atributte Stylesheets="Style.css", but it isn't work. Am I doing something wrong?, How can I have a customized pdf?

Thanks,
Regards,
Fer

4 Answers, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 10 Dec 2014, 08:49 AM
Hello,

The following help article explains how to add custom styles to the exported Scheduler:
http://www.telerik.com/help/aspnet-ajax/scheduler-pdfexport-stylesheets.html

Regards,
Bozhidar
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Fernanda
Top achievements
Rank 1
answered on 12 Dec 2014, 03:03 PM
Hello Bozhidar,

Thank you for replay. I want to export the Scheduler like Grid, with pageheder and pagefooter. Is it possible with de Scheduler?

This is Grid's code with page and footer (http://www.telerik.com/help/aspnet-ajax/grid-pdf-export.html#Section13)
 
<ExportSettings>
<Pdf>
<PageHeader>
<LeftCell Text="Company Name" TextAlign="Left" />
<MiddleCell Text="<img src="~/logo.png" alt="companylogo" />" TextAlign="Right" />
</PageHeader>
<PageFooter>
<MiddleCell Text="<?page-number?>" />
</PageFooter>
</Pdf>
</ExportSettings>
0
Bozhidar
Telerik team
answered on 17 Dec 2014, 06:54 AM
Hello,

Currently RadScheduler doesn't support Header and Footer templates in the Exported PDF. You can log this feature in our feedback portal, where other users can vote for it:
http://feedback.telerik.com/Project/108

Regards,
Bozhidar
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Fernanda
Top achievements
Rank 1
answered on 17 Dec 2014, 05:05 PM
Ok, Thank you Bozhidar 
Tags
Scheduler
Asked by
Fernanda
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Fernanda
Top achievements
Rank 1
Share this question
or