Resize columns automatically in PDF report
5 ビュー (過去 30 日間)
古いコメントを表示
I am generating a PDF report from a matlab table in a “FormalTable” style but the coloumns width does not get resized automatically. I tried to use the class “mlreportgen.dom.ResizeToFitContents” to resize the columns of a table. But this doesn’t work with the PDF document reports. Any help here would be appreciated.
0 件のコメント
回答 (1 件)
Akash
2024 年 7 月 12 日
Hi,
Starting from MATLAB R2017a and newer versions, the "ResizeToFitContents" method works correctly for resizing columns in PDF documents.
As a workaround, you can manually resize the columns at runtime by setting the width of each column proportional to the longest word in the column.
For more information, you can refer to the following article on MATLAB Central:-
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Title Pages, Tables of Contents, Lists of Figures, Tables, and Captions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!