
Cliff Gibson
Top achievements
Rank 1
Cliff Gibson
asked on 27 Apr 2012, 10:30 AM
Hi
Can anyone tell me if it is possible to save the org chart to a PDF document?
Cheers
Cliff
Can anyone tell me if it is possible to save the org chart to a PDF document?
Cheers
Cliff
3 Answers, 1 is accepted
0
Hi Cliff,
Currently we do not provide support for pdf export for the RadOrgChart control. However, you could easily achieve your goal by using the following tool - PDFFORGE
Kind regards,
Kate
the Telerik team
Currently we do not provide support for pdf export for the RadOrgChart control. However, you could easily achieve your goal by using the following tool - PDFFORGE
Kind regards,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0

Ricky
Top achievements
Rank 1
answered on 05 Sep 2012, 08:35 AM
i am trying to export the web page into image first then convert it into PDF using the PDF Forge,
Here is the idea:
1. Create a webBrowser control, load a page that will be exported into PDF
2. On the event WebBrowser.DocumentCompleted export to image using browser.DrawToBitmap(m_Bitmap, browser.Bounds);
3. it result into an unstable image, sometimes the org chart get displayed, and sometime it does not, i created the legend and it always appear ( the legend is a simple list html).
do you have any idea why it is not stable ( sometimes the image of the radorgchart is appeared and sometime it didn't )
From what i have tested, the org chart is rendered lately than page load complete.
Thanks,
Ricky
Here is the idea:
1. Create a webBrowser control, load a page that will be exported into PDF
2. On the event WebBrowser.DocumentCompleted export to image using browser.DrawToBitmap(m_Bitmap, browser.Bounds);
3. it result into an unstable image, sometimes the org chart get displayed, and sometime it does not, i created the legend and it always appear ( the legend is a simple list html).
do you have any idea why it is not stable ( sometimes the image of the radorgchart is appeared and sometime it didn't )
From what i have tested, the org chart is rendered lately than page load complete.
Thanks,
Ricky
0
Hi Ricky,
The RadOrgChart control uses javascript to order its nodes on the client side. It will be great if you provide a working sample project to the community.
Regards,
Peter Filipov
the Telerik team
The RadOrgChart control uses javascript to order its nodes on the client side. It will be great if you provide a working sample project to the community.
Regards,
Peter Filipov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.