How can I put some specific pages in landscape view in my report generated with the simulink report generator tool ?

1视图(最近30天)
thomas turlin
thomas turlin on 7 Jun 2017
Hello,
I would like to put some pages in landscape in my report generated with the simulink report generator tool. More precisely, I want to put all my snapshot extracted from my simulink model in a landscape page.
I use the file format as output Acrobat (PDF) Numbered chapters & sections. Matlab Simulink R2016.a
此致,
Thomas Turlin

Accepted Answer

Don Zheng
Don Zheng on 9 Jun 2017
1. Follow this page to create a custom Direct PDF (DOM) template from the "Default PDF Template". //www.tatmou.com/help/rptgen/ug/create-a-custom-html-template.html
2.你会保存上面的自定义模板a HTML file. In that file, change all occurrence of "8.5in 11in" to "11in 8.5in". Save the file.
3. Generate report by choosing File format of Direct PDF (from template) and Template of "the-name-of-your-custom-template".
4. Generate report.
1 Comment
Kurt Meehleis
Kurt Meehleis on 7 Apr 2018
Is it possible to only have a specific chapter landscape and the rest of the report's chapters portrait?

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!