You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When have a long string inside the table without space then pdf gets cropped. Same thing works fine outside the table.
Example JSON .
content: [{text: 'Tables 1',style: 'header'},'Details',{text: 'A simple table (With out the space in cell value)',style: 'subheader'},{style: 'tableExample',table: {body: [['Column 1','Column 2','Column 3',' Column 4','Column 5'],['One value goes here','Another one here','OK?','Values 3','Long_Sting_WithOut_Space_In_between_Inside_the_Table_Is_Cropped_Pdf_File']]}},{text: 'Tables 2',style: 'header'},'Details',{text: 'A simple table (With Space inside the cell)',style: 'subheader'},{style: 'tableExample',table: {body: [['Column 1','Column 2','Column 3',' Column 4','Column 5'],['One value goes here','Another one here','OK?','Values 3','Long_Sting_With _Space_In_between_Inside_the_Table_Is_Is Working FIne__Pdf_File']]}},],
The text was updated successfully, but these errors were encountered:
When have a long string inside the table without space then pdf gets cropped. Same thing works fine outside the table.
Example JSON .
The text was updated successfully, but these errors were encountered: