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
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
0
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
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>
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
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
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