How can I put some specific pages in landscape view in my report generated with the simulink report generator tool ?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
Best regards,
Thomas Turlin
댓글 수: 0
채택된 답변
Don Zheng
2017년 6월 9일
1. Follow this page to create a custom Direct PDF (DOM) template from the "Default PDF Template". https://www.mathworks.com/help/rptgen/ug/create-a-custom-html-template.html
2. You will save the above custom template in 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
Kurt Meehleis
2018년 4월 7일
Is it possible to only have a specific chapter landscape and the rest of the report's chapters portrait?
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Simulink Report Generator에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!