How can I insert a page break in a Matlab Report Generator PDF file
15 ビュー (過去 30 日間)
古いコメントを表示
I am using the Matlab report generator with the DOM object model to programmatically create PDF reports as my script executes. How can I insert a page break to insure that items such as tables appear at the top of the page they are located on
0 件のコメント
採用された回答
Rahul Singhal
2021 年 1 月 12 日
Hi Stephen,
You can use mlreportgen.dom.PageBreak object or mlreportgen.dom.PageBreakBefore format to insert a page break in a PDF report.
-Rahul
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で MATLAB Report Generator についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!