Re: [iText-questions] Question about PdfPCell and setHorizontalAlignment

2014-02-28 Thread willegy
I have find the problem from this link behind. Thanks also. http://stackoverflow.com/questions/12573962/how-to-center-align-template-element-in-pdfpcell -- View this message in context:

Re: [iText-questions] Question about PdfPCell and setHorizontalAlignment

2014-02-28 Thread willegy
is your problem had resolved? Your problem also happened in my code. If you know how to resolve, send mail to me . thank you very much -- View this message in context: http://itext-general.2136553.n4.nabble.com/Question-about-PdfPCell-and-setHorizontalAlignment-tp2139851p4659810.html Sent

Re: [iText-questions] Question about PdfPCell and setHorizontalAlignment

2014-02-28 Thread iText mailing list
On 2/28/2014 8:54 AM, willegy wrote: is your problem had resolved? That was a question dating from 2005. Please don't reopen a thread that old. In any case: I see that you've found the solution on StackOverflow. --

Re: [iText-questions] iText - create PDF/A Problem

2014-02-28 Thread TvT
@Gabriella Bruno thinks that you violate the AGPL license and use iText in a commercial setting without paying/buying a commercial license - thats why you don't get anymore help. I don't take sides however if you do so (and Bruno has some inside info on your project/company/your customer) buy a

[iText-questions] [SPAM] Re: How to read underline text from TextRenderInfo

2014-02-28 Thread mkl
Barath, Barathvaj wrote What are the Parser class that i need to extend to achieve the functionality . I extended IRenderListner , i used GlyphRenderListner. But I not able to get the vector graphics. First and foremost you have to enhance PdfContentStreamProcessor to also process operators

[iText-questions] [SPAM] Re: iText - create PDF/A Problem

2014-02-28 Thread mkl
TvT wrote The reader is implicitly closed when closing the stamper so there is no need to close it explicitely. In the recent past more and more implicit close calls have been removed (as these calls break some use cases). Thus, I would advice to explicitly close the relevant objects. Regards,

Re: [iText-questions] [SPAM] Re: iText - create PDF/A Problem

2014-02-28 Thread TvT
thanks for the info - so it makes sense to close the reader after the stamper... 2014-02-28 12:33 GMT+01:00 mkl m...@wir-sind-cool.org: TvT wrote The reader is implicitly closed when closing the stamper so there is no need to close it explicitely. In the recent past more and more

Re: [iText-questions] PDF Size Limitation

2014-02-28 Thread TvT
iText itself has not such a limitation. In the past there was a 2GB limitation but that was fixed in a newer version. Without anymore details it is hard to tell. One possibility are your (file)streams. Do you correctly flush and close those? 2014-02-28 13:18 GMT+01:00 Paulo Sergio Bernardino

Re: [iText-questions] How to read underline text from TextRenderInfo

2014-02-28 Thread Kevin Day
mkl wrote PS: This is quite some work, and you really should know chapters 8 and 9 of the PDF specification ISO 32000-1 lt;http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/PDF32000_2008.pdfgt; Very true. I've had this on my to do eventually list for awhile now, and it's something

[iText-questions] [SPAM] Re: PDF Size Limitation

2014-02-28 Thread mkl
Paulo, your screenshot looks like there are four bytes preceding the PDF header. Probably your portlet emits some unasked-for additional bytes? http://itext-general.2136553.n4.nabble.com/file/n4659820/image2.gif Regards, Michael -- View this message in context: