Re: [iText-questions] Please add me to mailing list

2010-07-22 Thread 1T3XT info
Lee, Davis [USA] wrote: > > Please add me to mailing list Adding yourself to the mailing list should be easy. Please go to: https://lists.sourceforge.net/lists/listinfo/itext-questions and register. -- This SF.net email

[iText-questions] Please add me to mailing list

2010-07-22 Thread Lee, Davis [USA]
Davis Lee Booz | Allen | Hamilton 8255 Greensboro Drive, Allen 1106/7 McLean, VA 22102-3828 Tel (703) 377-6569 Fax (703) 902-3525 lee_da...@bah.com -- This SF.

Re: [iText-questions] java.lang.InternalError andRandomAccessFileOrArray

2010-07-22 Thread dirk ooms
thanks for the reply. in my case the various threads are handling different documents (one document = one thread). so might there be something else going wrong? On Thu, 2010-07-22 at 12:18 -0700, Mark Storer wrote: > iText is only thread safe when one document = one thread. You need to > copy th

Re: [iText-questions] java.lang.InternalError andRandomAccessFileOrArray

2010-07-22 Thread Mark Storer
iText is only thread safe when one document = one thread. You need to copy the RAFoA or ensure only one thread has access at a time. Or you could subclass RAFoA with thead-local state for everything that's getting stepped on. --Mark Storer Senior Software Engineer Cardiff.com import legale

[iText-questions] iTextPDF

2010-07-22 Thread Faiz
Hi, I wanted to ask you which version of HTML does HTMLWorker support? I am parsing an html file to HTMLWorker and it seems to be having trouble reading the tag. Here's my style tag which, for some, reason is printed inside the PDF as if it was plain text.

[iText-questions] Release iText 5.0.3

2010-07-22 Thread Bruno Lowagie
Hello all, as you know you can find all the examples that are discussed in the second edition of "iText in Action" here: http://itextpdf.com/examples/index.php?page=chapters Some of these examples didn't work with iText 5.0.2 because iText 5.0.2 dates from before the final chapter of the book

Re: [iText-questions] Use custom font in iTextSharp

2010-07-22 Thread info
On Thu, 22 Jul 2010 15:45:17 +0200, Lieven Cardoen wrote: > Is there a way + example to use a custom font (a file on harddisk)? Of course, there are plenty of examples in the book "iText in Action" (chapter 11 in the second edition). What did you have in mind? See: http://www.mail-archive.com/ite

[iText-questions] Use custom font in iTextSharp

2010-07-22 Thread Lieven Cardoen
Is there a way + example to use a custom font (a file on harddisk)? thx, Lieven Cardoen -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf

Re: [iText-questions] Problem with Html Worker Encoding

2010-07-22 Thread clever61
Dear 1T3XT info, Can you give sample code for any encoding? -- View this message in context: http://itext-general.2136553.n4.nabble.com/Problem-with-Html-Worker-Encoding-tp2298354p2298419.html Sent from the iText - General mailing list archive at Nabble.com.

[iText-questions] java.lang.InternalError and RandomAccessFileOrArray

2010-07-22 Thread dirk ooms
Hello list, I am using itext for tiff to pdf conversion. In doing this I sometimes obtain the below error. In fact it happens very rarely (like once in a million conversions). I am using iText version 5.0.1. The line in my code that leads to this error is: RandomAccessFileOrArray ra = new RandomA

Re: [iText-questions] Problem with Html Worker Encoding

2010-07-22 Thread 1T3XT info
clever61 wrote: > > Hi, > > I'm trying to use itextsharp for html to pdf convertion. > > But some characters(Turkish) are missing in pdf. > > How can i fix the code below for correct output. Implement the FontProvider interface and provide a Font that has the Turkish characters.

[iText-questions] Problem with Html Worker Encoding

2010-07-22 Thread clever61
Hi, I'm trying to use itextsharp for html to pdf convertion. But some characters(Turkish) are missing in pdf. How can i fix the code below for correct output. Response.ContentType = "application/pdf"; Response.AddHeader("content-disposition", "attachment;