Re: [iText-questions] character spacing problem

2008-01-12 Thread Bruno Lowagie
James Dixon wrote: Hi, I am using PdfContentByte.setCharacterSpacing and am coming across inconsistencies when viewing in Reader 6 compared to 7 and 8. Is there a known issue for this? You're the first one informing us about this. If not, is there a workaround? We'd first need to know wh

[iText-questions] character spacing problem

2008-01-11 Thread James Dixon
Hi, I am using PdfContentByte.setCharacterSpacing and am coming across inconsistencies when viewing in Reader 6 compared to 7 and 8. Is there a known issue for this? If not, is there a workaround? Thanks, J James Dixon Associate Application Development

[iText-questions] Character Spacing problem when call PdfPTable#writeSelectedRows(...)

2006-11-06 Thread Feng Dihai
Here is my try to change character spacing in a PdfPTable's cell when using PdfPTable#writeSelectedRows(..., PdfContentByte canvas): PdfContentByte canvas=writer.getDirectContent(); PdfPTable t = new PdfPTable(1); t.setTotalWidth(40f); PdfPCell cell = new PdfPCell( new Phr