Re: [iText-questions] Merging static pdf with dynamic

2009-05-31 Thread Leonard Rosenthol
I am sure that Adobe Reader will be glad to print your PDF. From: Gayathri Kamalesh [mailto:gayathri.kamal...@gmail.com] Sent: Sunday, May 31, 2009 11:03 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Merging static pdf with dynamic Hi, THANKS A LOT. I am able to

[iText-questions] Splitting a BigTable

2009-05-31 Thread sujikin
I have a table like the below AA BB CC DD EE FF GG HH II JJ KK LL MM NN OO PP I want to split it into four squares of 2 rows and 2 columns and place them on 4 pages public void testMatrix(){ String[][] data = { {"AA", "BB",

Re: [iText-questions] Merging static pdf with dynamic

2009-05-31 Thread Gayathri Kamalesh
Hi, THANKS A LOT. I am able to merge the pdf.. I tried printing the meged PDF. using PDFRenderer.jar.. I am not able to print scanned images.. Is there any other way to print it Please advice.. Many thanks in advance gayathri On Mon, May 25, 2009 at 10:28 AM, 1T3XT info wrote: > Gayathri Kamal

Re: [iText-questions] Replace XFA in a Acrobat form.

2009-05-31 Thread Marian Aldenhövel
Hi, > You should contact iText sales (www.itextsoftware.com) about the > possibility of purchasing a commercial license or support contract > which come with Confidentiality clauses to protect our paying > customer's information. We'll very propably purchase a real support contract if this tu

Re: [iText-questions] problem with the backslash('\') in japanese

2009-05-31 Thread chuguanghua
thank you very much for reply, the unicode for the jpy symbol is: \u00a5. By the way, in japanese, the path.separator is also shown as this symbol. guanghua...@hotmail.com > Date: Sun, 31 May 2009 09:04:51 +0200 > From: i...@1t3xt.info > To: itext-questions@lists.sourceforge.net > Subje

[iText-questions] Doubt in PdfPCellEvent

2009-05-31 Thread sujikin
In the below test case, I have applied the cell event to the first row, but it affects all the rows and cells except on which it is called. class DashExample implements PdfPCellEvent { public void cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canv

Re: [iText-questions] Doubt in PdfPCellEvent

2009-05-31 Thread sujikin
Hi, Below is the corrected code. There was no use of position variable and the border of other cells were not set to NO_BORDER earlier. class DashExample implements PdfPCellEvent { public void cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canva

Re: [iText-questions] problem with the backslash('\') in japanese

2009-05-31 Thread 1T3XT info
chuguanghua wrote: > hi, everybody, >I got a problem in generating pdf in japanese: the backslash('\') in > japanese should be displayed as a JPY symbol(because i am using a > chinese OS, and can't type this char), but this char is always shown as > '\' whether use japanese font or not. How

Re: [iText-questions] DottedLineSeparator and paragraph alignment

2009-05-31 Thread 1T3XT info
Mathias Nilsson wrote: > Pardon me for asking but you say that I shouldn't wrap my table in a > columntext. > How can I absolute position the table? With writeSelectedRows (see chapter 6 of "iText in Action"). -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info