How to align content in columns using spacing, tabs or padding?
问题 i'm trying to create a pdf looks like this but when i try string padding, it looks like this in pdf file here is the part of the c# code i tried. myExcelData is filled from excel file. for (int i = 0; i < 15; i++) { Chunk cSira = new Chunk((i + 1).ToString().PadRight(10), icerikFont); Chunk cHizmet = new Chunk(myExcelData.Tables[0].Rows[i][6].ToString().PadRight(80), icerikFont); Chunk cAdet = new Chunk(myExcelData.Tables[0].Rows[i][1].ToString().PadRight(10), icerikFont); Chunk cBirimFiyat =