@@ -261,7 +261,7 @@ public class PDFUtils {
float[] columnWidths = new float[columnCount];
for (int j = 0; j < columnCount; j++) {
if (j==1||j==0){
- columnWidths[j] = 50f;
+ columnWidths[j] = 30f;
}else {
columnWidths[j] = 10f;
}