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
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
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
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