[iText-questions] iText# in conjunction with Windows print driver

2009-04-16 Thread Paul Swift
Does anyone have any experience of using iText# in conjunction with a Windows print driver? I have a new requirement where producing PDF files via a print driver is the ideal solution. As a long time user and advocate of iText#, I was hoping to include iText code already developed as part o

Re: [iText-questions] ALIGN_JUSTIFIED not working in iTextSharp 4.1.2

2009-02-11 Thread Paul Swift
Thanks for the suggestions - it has helped me to identify my flawed logic. I was calling SetSimpleColumn in a loop; iterating through all the Chunks in a Phrase. However, each Chuck (execept the last) had already been calculated to contain no more words that can fit in the available space

[iText-questions] ALIGN_JUSTIFIED not working in iTextSharp 4.1.2

2009-02-11 Thread Paul Swift
Can anyone suggest why ALIGN_JUSTIFIED might not be working for me in iTextSharp 4.1.2? Here is a code snippet: ct.SetSimpleColumn(text_x, PageSize.A4.Height - m_fPrint_Y - (rowHeight * 2), m_nHtmlAreaLeft + m_nMaxHtmlWid

[iText-questions] Mixing fonts of different heights on same printed line

2009-02-09 Thread Paul Swift
Hi, I have searched through the list archives and my copy of iText in Action but cannot find an answer to my question. Please forgive me if I have missed something obvious. I am using iTextSharp version 4.1.2 and want to print a line that contains a mixture of font heights. However, the lin