Re: [iText-questions] Attchment extracttion issue

2011-03-26 Thread Balder
On 26/03/2011 10:16, 1T3XT BVBA wrote: Op 26/03/2011 6:05, Selvakumar, Sivagnanam schreef: Hi Keith, In the earlier sample, I have attached distiller job option manually using Acrobat Professional 9 and it works fine with Itextsharp. Can you please check the attached sample where pdf distil

Re: [iText-questions] Character Direction

2011-03-26 Thread 1T3XT BVBA
Op 25/03/2011 20:49, Colin Cheng schreef: > Sorry for the question. I realized that chunk is the smallest element. > What I want to do is to rotate the whole chunk without using the > PdfPCell setRotation function. Option 4: create a PdfTemplate with the glyph. Wrap the template inside an Image.

Re: [iText-questions] Character Direction

2011-03-26 Thread 1T3XT BVBA
Op 25/03/2011 19:06, Colin Cheng schreef: > Hi, > > Is it possible to rotate a single character in a chunk? Option 1: Use a font that has a glyph that looks like the rotated character. Option 2: Use a Type 3 font where you create a glyph that looks like the rotated character. Option 3: Create a

Re: [iText-questions] problems about chunk

2011-03-26 Thread 1T3XT BVBA
Op 25/03/2011 18:19, colley...@gmail.com schreef: > For the onGenericTag, I really expect that it could be solved in the > next release. That won't happen. PdfTemplate is a class that corresponds with an XObject. An XObject consists of a content stream. Annotations aren't part of the content stre

Re: [iText-questions] problems about chunk

2011-03-26 Thread 1T3XT BVBA
Op 25/03/2011 18:23, Mark Storer schreef: I'm thinking this isn't going to be a high priority feature any time soon. That's a correct assumption. Methods such as addTemplate() introduce an XObject. An XObject consists of a content stream. Links are annotations. Annotations aren't part of the c