Re: [iText-questions] Table and Pie Chart next to each other in a page

2010-06-01 Thread 1T3XT info
arathi wrote: > Hello, > > On a single page, I would like to display table (about 10 rows) and pie > chart side by side. > I tried to adjust the width and height.. There is a overlap You are mixing "document.add();" with "writing to the direct content". You shouldn't do that! > Is there a way to

[iText-questions] Parsing marked and unmarked content

2010-06-01 Thread sal salaimani
I am parsing marked and unmarked content using PDfcontentParser and PRtokeniser classes of iText API. Here are my algorithms. logic 1 Getting Marked Content 1. Look for dictionary starting point 2. if next token "MCID" and loop thru until I find "EMC" operator 3. Inside t

[iText-questions] Table and Pie Chart next to each other in a page

2010-06-01 Thread arathi
Hello, On a single page, I would like to display table (about 10 rows) and pie chart side by side. I tried to adjust the width and height.. There is a overlap Is there a way to divide the page on the left add the table and right add the corresponding chart. Any help is appreciated..

Re: [iText-questions] Regarding the patch "complex script support - ID: 2739845"

2010-06-01 Thread Shireesh Anjal
A gentle reminder... can you please provide the details of the problems that were found with the patch? Regards, Shireesh On Tue, May 25, 2010 at 1:11 PM, Shireesh Anjal wrote: > Can we get some more information about the problem? Like how to test and > simulate it? > > We would like to see if

Re: [iText-questions] Regarding the patch "complex script support - ID: 2739845"

2010-06-01 Thread 1T3XT info
Shireesh Anjal wrote: > A gentle reminder... can you please provide the details of the problems > that were found with the patch? It was too long ago. I don't remember more that what was already said. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ---

Re: [iText-questions] pdf:Keywords or pdf:keywords?

2010-06-01 Thread Paulo Soares
I have it now. Paulo From: Leonard Rosenthol [mailto:lrose...@adobe.com] Sent: Tuesday, June 01, 2010 3:48 PM To: 'Post all your questions about iText here' Subject: Re: [iText-questions] pdf:Keywords or pdf:keywords? You also need the PDF/A-1 Corrigenda for PDF/

Re: [iText-questions] pdf:Keywords or pdf:keywords?

2010-06-01 Thread Leonard Rosenthol
You also need the PDF/A-1 Corrigenda for PDF/A support. Leonard From: Paulo Soares [mailto:psoa...@glintt.com] Sent: Tuesday, June 01, 2010 10:34 AM To: Post all your questions about iText here Subject: Re: [iText-questions] pdf:Keywords or pdf:keywords? I use the xmp specification from Septembe

Re: [iText-questions] pdf:Keywords or pdf:keywords?

2010-06-01 Thread Paulo Soares
I use the xmp specification from September 2006 in the Adobe site. Paulo. From: Leonard Rosenthol [mailto:lrose...@adobe.com] Sent: Tuesday, June 01, 2010 2:56 PM To: Post all your questions about iText here Subject: Re: [iText-questions] pdf:Keywords or pdf:keywo

Re: [iText-questions] pdf:Keywords or pdf:keywords?

2010-06-01 Thread Leonard Rosenthol
It was addressed in the Technical Corrigenda #1 that was published in 2006. You are also using that information, yes? From: Paulo Soares [mailto:psoa...@glintt.com] Sent: Tuesday, June 01, 2010 9:49 AM To: Post all your questions about iText here Subject: Re: [iText-questions] pdf:Keywords or pd

Re: [iText-questions] pdf:Keywords or pdf:keywords?

2010-06-01 Thread Paulo Soares
That's what I thought. ISO/DIS 19005-1 list it as pdf:keywords but it should be a typo. Paulo From: Leonard Rosenthol [mailto:lrose...@adobe.com] Sent: Tuesday, June 01, 2010 1:26 PM To: Post all your questions about iText here Subject: Re: [iText-questions] pdf:

Re: [iText-questions] pdf:Keywords or pdf:keywords?

2010-06-01 Thread Leonard Rosenthol
XMP Specs list it with a capital ‘K’. From: Paulo Soares [mailto:psoa...@glintt.com] Sent: Tuesday, June 01, 2010 7:11 AM To: Post all your questions about iText here Subject: [iText-questions] pdf:Keywords or pdf:keywords? iText changed in PdfSchema some time ago from pdf:Keywords to pdf:keyword

[iText-questions] Extend nested table to bottom of contained cell

2010-06-01 Thread Marco Schindler
Hello, Im using iText(sharp) 5.0.2 and I'm looking for a way to make a nested table, which is contained in a cell broken across two pages, extend to the bottom boundary of the container cell. When setting extendLastRow it will only extend to the bottom of the page, and the rest of the cell (on the

Re: [iText-questions] ItextSharp PDF Version issue

2010-06-01 Thread Paulo Soares
You'll have to close the output http stream after writing the pdf otherwise there will be garbage, as an html page, after the pdf and will prevent the opening depending on the pdf viewer. Paulo From: Bency Thomas [mailto:bency.to...@gmail.com] Sent: Tuesday, Jun

Re: [iText-questions] ItextSharp PDF Version issue

2010-06-01 Thread Bency Thomas
Hi Alex, Thanks for replying. Please find attached the sample code which is creating the issue. On Tue, Jun 1, 2010 at 11:44 AM, Alexis Pigeon wrote: > Hi Thomas, > > On 1 June 2010 09:28, Bency Thomas wrote: > >> Hi, >> Iam exporting datagrid to pdf in vb.net using itextsharp.. The pdf >> g

[iText-questions] pdf:Keywords or pdf:keywords?

2010-06-01 Thread Paulo Soares
iText changed in PdfSchema some time ago from pdf:Keywords to pdf:keywords stating in the log "XMP: changed pdf:Keywords to pdf:keywords (as defined in the PDF/A specs)". All the documentation I have access to has pdf:Keywords as the right tag. Which one is right? Paulo Aviso Legal: Esta mens

Re: [iText-questions] ItextSharp PDF Version issue

2010-06-01 Thread Alexis Pigeon
Hi Thomas, On 1 June 2010 09:28, Bency Thomas wrote: > Hi, > Iam exporting datagrid to pdf in vb.net using itextsharp.. The pdf > generated opens in pdf version 8 and above. But my clients use adobe version > 7 and they are unable to open the pdf generated. The error message is > "Unable to op

[iText-questions] ItextSharp PDF Version issue

2010-06-01 Thread Bency Thomas
Hi, Iam exporting datagrid to pdf in vb.net using itextsharp.. The pdf generated opens in pdf version 8 and above. But my clients use adobe version 7 and they are unable to open the pdf generated. The error message is "Unable to open. File is damaged or corrupted". Can u please help me with a su

Re: [iText-questions] iText Read Chuncks of PDF into java

2010-06-01 Thread crimeunit
Thx very mutch! My problem is solved thanks to you all. Sometimes the answer is closer then you think (but it could be very annoying). -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-Read-Chuncks-of-PDF-into-java-tp2219554p2238045.html Sent from the iText - Ge