Re: [iText-questions] embedded mime types

2012-07-09 Thread Karthik
Josh Holcomb theholcombhouse.com> writes: > > > Is there a way to embed a valid mime type file > without specifying the specific mime type? >   > I have an application that needed silent printing > for it's pdf's (thank you iText).  It also has an "attachments" in which an > iframe is creat

Re: [iText-questions] Add image to specific pages.

2012-05-29 Thread karthik
PdfCopy with Pdf Stamper resolved the issue. Thanks, Karthik -- View this message in context: http://itext-general.2136553.n4.nabble.com/Add-image-to-specific-pages-tp4649517p4655157.html Sent from the iText - General mailing list archive at Nabble.com

Re: [iText-questions] Add image to specific pages.

2012-05-22 Thread karthik
http://itext-general.2136553.n4.nabble.com/file/n4649901/ImageToSpecificPageTest.java ImageToSpecificPageTest.java Attached java src code. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Add-image-to-specific-pages-tp4649517p4649901.html Sent from the iText - General

Re: [iText-questions] Add image to specific pages.

2012-05-22 Thread karthik
I didn't find direct method to addImage in PdfStamper api. I'm getting below error if im using stamper.getOverContent . (Exception in thread "main" java.lang.RuntimeException: Inconsistent writers. Are you mixing two documents?) Actually I'm trying to do is create a PDF file from pdf templates an

[iText-questions] Add image to specific pages.

2012-05-22 Thread karthik
I have one pdf template with 4 pages. I need to add image to first two pages. When I tries with PdfContentByte api, its adding for all pages. PdfImportedPage is not having full support to add image. Could anybody Please help me to find this solution. Thanks, Karthik. -- View this message in

Re: [iText-questions] populating multiple checkboxes that have the same name

2012-03-28 Thread karthik
we can select one or multiple check boxes. based on selection we will provide corresponding export values. This is not like radio button where we can select only one. Thanks, Karthik -- View this message in context: http://itext-general.2136553.n4.nabble.com/populating-multiple-checkboxes-that

Re: [iText-questions] populating multiple checkboxes that have the same name

2012-03-28 Thread karthik
Hi Tom, I have 4 check boxes with same name, with different export values for each checkbox. Thanks, Karhtik -- View this message in context: http://itext-general.2136553.n4.nabble.com/populating-multiple-checkboxes-that-have-the-same-name-tp4493642p4511947.html Sent from the iText - General ma

Re: [iText-questions] populating multiple checkboxes that have the same name

2012-03-27 Thread karthik
Hi ToM, I have checkbox list with same name. Need to populate using data with itext. User can opt in or opt out multiple check boxes. Thanks, Karthik -- View this message in context: http://itext-general.2136553.n4.nabble.com/populating-multiple-checkboxes-that-have-the-same-name

Re: [iText-questions] populating multiple checkboxes that have the same name

2012-03-26 Thread karthik
I have same requirement in one PDF, any solutions? Thanks in advance -- View this message in context: http://itext-general.2136553.n4.nabble.com/populating-multiple-checkboxes-that-have-the-same-name-tp4493642p4505533.html Sent from the iText - General mailing list archive at Nabble.com. --

Re: [iText-questions] Place text in speacified x y coordinate

2011-05-23 Thread karthik B
please help in fixing this issue, Thanks & Regards Karthik B  --- On Thu, 19/5/11, 1T3XT BVBA wrote: > From: 1T3XT BVBA > Subject: Re: [iText-questions] Place text in speacified x y coordinate > To: itext-questions@lists.sourceforge.net > Date: Thursday, 19 May, 2011, 9:05 PM &

Re: [iText-questions] Place text in speacified x y coordinate

2011-05-19 Thread karthik B
& Regards Karthik B  --- On Thu, 19/5/11, 1T3XT BVBA wrote: > From: 1T3XT BVBA > Subject: Re: [iText-questions] Place text in speacified x y coordinate > To: itext-questions@lists.sourceforge.net > Date: Thursday, 19 May, 2011, 4:23 PM > Op 19/05/2011 12:44, karthik B >

Re: [iText-questions] Place text in speacified x y coordinate

2011-05-19 Thread karthik B
Hi Sorry, i didn't mean in that way. I was actually explaining the way i did. May be i interpreted wrongly. I will draw the rectangle and come back to you. Thanks & Regards Karthik B  --- On Thu, 19/5/11, 1T3XT BVBA wrote: > From: 1T3XT BVBA > Subject: Re: [iText-questions

Re: [iText-questions] Place text in speacified x y coordinate

2011-05-19 Thread karthik B
(0), arr(1)) pdfContentByte.ShowText("Sample Text") pdfContentByte.Stroke() pdfContentByte.EndText() When i do like this i get the text started at same x position but the y coordinate varies. Thanks & Regards Karthik B  --- On

Re: [iText-questions] Place text in speacified x y coordinate

2011-05-19 Thread karthik B
text") pdfContentByte.Stroke() pdfContentByte.EndText() Thanks & Regards Karthik B  --- On Thu, 19/5/11, 1T3XT BVBA wrote: > From: 1T3XT BVBA > Subject: Re: [iText-questions] Place text in speacified x y coordinate > To: itext-questions@lists.sourceforge.net > Date: Thursday,

[iText-questions] Place text in speacified x y coordinate

2011-05-19 Thread karthik B
in the calculated x y coordinate. But i am not getting the coorect output. I get the object placed at right x coordinate but not the y coordinate. Could anyone help me to place a text given by the indesign coordinates. Thanks & Regards Karth

Re: [iText-questions] iText for C# - A4 Landscape not working

2011-05-06 Thread karthik B
sharp as pdfContenByte.setTextMatrix(x- width/2,page_height - (y- height/2)) The text are having same x coordinate in both inesign and itextsharp created PDF but the y coordinate is varying. Could you please help me sort out this problem -- Regards, K

[iText-questions] Page numbering issue

2006-01-09 Thread Kumar, Karthik
How do I print page numbers of the form "Page 1 of 10" on every page? I don't know that there are 10 pages until I have created the entire document. Now, how do I go back and number every page in the document. There's a constraint I need to satisfy. I am not allowed to generate any temporary fil

[iText-questions] default font

2005-11-16 Thread Kumar, Karthik
Hi everyone, How can I change the "default" font in itext, so that whatever I add to a document after that, uses this font? Can someone please help me? Regards, -Karthik --- This SF.Net email is sponsored by the JBoss Inc. Get

[iText-questions] Splitting one page into many pages

2005-11-16 Thread Kumar, Karthik
an answer to this qn. Regards, -Karthik --- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit:

[iText-questions] Need ur Help

2005-02-13 Thread karthik nagarajan
referral documents.it is very urgent.       thank u, karthik Do you Yahoo!? Yahoo! Search presents - Jib Jab's 'Second Term'

[iText-questions] ColumnText phrase height

2004-10-24 Thread Vijay Karthik
All How do i find the height of a chunk/phrase in a columnText? Also Once i add phrases or chunks to a columnText, Is there a way to get them back? I have a columnText with say 10 phrases and the leading between each phrase is set to 8. How do i go back and change the leading between those phrase

[iText-questions] ColumnText phrase

2004-10-22 Thread Vijay Karthik
All How do i find the height of a chunk/phrase in a columnText? Also Once i add phrases or chunks to a columnText, Is there a way to get them back? I have a columnText with say 10 phrases and the leading between each phrase is set to 8. How do i go back and change the leading between those phrase

Re: [iText-questions] multiple columns - Even spacing in bottom

2004-09-14 Thread Vijay Karthik
n of layout. Measure the height of each of your address blocks and > place them evenly in the column. > > Best Regards, > Paulo Soares > > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Vi

[iText-questions] Troubles with fonts and clipping.

2004-04-13 Thread Karthik H . P .
errors when I open the resulting PDF a) The document contains too much color information. b) Invalid operand. c) Illegal operation inside a path. Help Appreciated. --Karthik H.P. --- This SF.Net email is sponsored by: IBM Linux Tutorials Free

[iText-questions] editable text in pdf???

2003-06-05 Thread karthik balaji
hi, can anybody tell me if the text in a pdf can be made editable while creating a pdf??? thanks kartik _ Himalayan holiday! Waiting to be won. http://server1.msn.co.in/sp03/summerfun/index.asp Find out more.