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

RadWordsProcessing landscape format

1 Answer 183 Views
WordsProcessing
This is a migrated thread and some comments may be shown as answers.
Rémi
Top achievements
Rank 1
Rémi asked on 26 Oct 2015, 09:12 AM

Hi,

Is there a way to set the document's format to landscape ?

I know we can perform this with the RadPdfProcessing but I also need a header and a footer.

 

Actually here is my scenario:

I need to generate a landscape format document including header, footer and dynamically populated grids with business datas, so should I use RadFixedDoucment or RadFlowDocument ?

 

Thanks,

Rémi.

1 Answer, 1 is accepted

Sort by
0
Tanya
Telerik team
answered on 28 Oct 2015, 05:11 PM
Hello Rémi,

The RadFlowDocument class is the main class of the RadWordsProcessing library and RadFixedDocument is related to RadPdfProcessing. You could achieve your goal with these libraries, but you should be aware of some differences related to the document formats they are intended to use:

 - With you could mimic the headers/footers functionality, but it is not supported out-of-the-box because there is no such conception in the PDF format.
 - RadWordsProcessing supports Headers/Footers and you could find more information about how to work them in our documentation.
 - Both libraries support tables and you can create and populate them with the desired data.
 - If you consider import/export to different formats, you could check the Formats and Conversion sections in the documentation concerning the controls. Both libraries support export to PDF.

Regarding the question about changing the orientation of RadFlowDocument, you could find the related information in the Section article. In order to visualize the document in Landscape mode, you could use the Rotate() method.

Hope this helps.

Regards,
Tanya
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
WordsProcessing
Asked by
Rémi
Top achievements
Rank 1
Answers by
Tanya
Telerik team
Share this question
or