[iText-questions] How would I identify Field name of an text object that does not have /T defined

2006-10-02 Thread Dhakshinamoorthy, S. (Sendil)
Title: How would I identify Field name of an text object that does not have /T defined Hello    I have a PDF file that has a field (Social Security #) that is being repeated in couple of other place.  Is there any way to identify each element (Kid) in the Parent and set them different value

[iText-questions] RtfDirectContent

2006-10-02 Thread bqc
Any idea how to show RtfDirectContent in a table cell? Thanks Bruce -- View this message in context: http://www.nabble.com/RtfDirectContent-tf2372430.html#a6609644 Sent from the iText - General mailing list archive at Nabble.com. --

Re: [iText-questions] How to reduce the size of the concatinated pdfusing iText?

2006-10-02 Thread new2pdf
Where is Acrobat doing the optimizations? In fonts or pictures? On fonts. Audit space usage shows fonts are using more than 90%. -- View this message in context: http://www.nabble.com/Re%3A-How-to-reduce-the-size-of-the-concatinated-pdfusing-iText--tf2369974.html#a6605765 Sent from the iText -

Re: [iText-questions] How to indent a PdfPTable ..?

2006-10-02 Thread Steven Elliott
On 10/2/06 07:24, "Paulo Soares" <[EMAIL PROTECTED]> wrote: > You can indent a PdfPTable if it's put inside a Paragraph. Aaah. Thanks. I thought it might be something along these lines. Steven - Take Surveys. Earn Cash.

Re: [iText-questions] simple question

2006-10-02 Thread Bruno Lowagie
Noe Rocha wrote: > Ok, understood. > what if the pdf is a template, im just filling therefore i have no need to > do Document.add(). PDF is not Word, it's a Page Description Language (PDL). There is an important difference. > i see that acroforms does not have "textareas", the closest thing is a

Re: [iText-questions] simple question

2006-10-02 Thread Paulo Soares
If you're not using Document.add() you'll never get a new page. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Noe Rocha > Sent: Monday, October 02, 2006 4:40 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions

Re: [iText-questions] simple question

2006-10-02 Thread Noe Rocha
Ok, understood. what if the pdf is a template, im just filling therefore i have no need to do Document.add(). i see that acroforms does not have "textareas", the closest thing is a text field, and i guess once the text field is completly filled it doesn't move to the next line, right? Paulo So

Re: [iText-questions] simple question

2006-10-02 Thread Paulo Soares
If you are using Document.add(), yes. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Noe Rocha > Sent: Monday, October 02, 2006 4:21 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] simple question > > > hell

[iText-questions] simple question

2006-10-02 Thread Noe Rocha
hello. let's imagine i'm writing some content to a pdf page, 99% of the time i only need 1 page to do the job, what happens if by some reason the content exceeds the page. Does iText automatically saves the extra content in another page? -- View this message in context: http://www.nabble.com/sim

Re: [iText-questions] How to reduce the size of the concatinated pdfusing iText?

2006-10-02 Thread Paulo Soares
Where is Acrobat doing the optimizations? In fonts or pictures? Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of new2pdf > Sent: Monday, October 02, 2006 3:22 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] How t

Re: [iText-questions] How to indent a PdfPTable ..?

2006-10-02 Thread Paulo Soares
You can indent a PdfPTable if it's put inside a Paragraph. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Steven Elliott > Sent: Monday, October 02, 2006 1:33 PM > To: Post all your questions about iText here > Subject: Re: [iText-questio

[iText-questions] How to reduce the size of the concatinated pdf using iText?

2006-10-02 Thread new2pdf
I am working on an HR Management application where I need to display a printable version of the new hire employee's information as a single pdf file. This pdf file should be created by combining many individual pdf files based on the options selected by the users. Ex: Individual pdfs: pdf1, pdf2,

Re: [iText-questions] How to indent a PdfPTable ..?

2006-10-02 Thread Steven Elliott
On 10/2/06 01:29, "Bruno Lowagie (iText)" <[EMAIL PROTECTED]> wrote: > What about an extra column without content/borders? > What about adding the PdfPTable with writeSelectedRows? > What about using ColumnText instead of document.add()? > There are probably more possibilities, but we would need >

[iText-questions] RTF Anchor setReference problem

2006-10-02 Thread Alin Popa
Hi guys,I'm trying to do something like that:Anchor anch = new Anchor( "Name",RtfFont );String string1="FOLDER";String string2="STEP_FILE";String strTemp=string1+"\\"+string2;anch.setReference( fileTemp);The result for the anchor will be: FOLDER_FILE (without STEP).What's the catch ? What I'm doing

Re: [iText-questions] addAuthor, addCreator return false

2006-10-02 Thread Bruno Lowagie (iText)
Thank you for the support, Peter. >> but then again there are >> things which money can't buy...;) Your support is one of the things money can't buy! >> Reminding us >> now of how much time you have put into the project and what it has cost you >> doesn't excuse the fact some of the principal do

Re: [iText-questions] How to launch javascript code for PDF form fields event.

2006-10-02 Thread Bruno Lowagie (iText)
AnhTuan Nguyen wrote: > Thanks for your reply quickly, > I can do as your description, but i would like to know the way how to > get the existing form field, and add the java script code for this field. > I can't find out the any methods in order to get existing form field. That's too difficult

[iText-questions] RTF Excel file attach/insert

2006-10-02 Thread Alin Popa
Hi,In iText is possible to attach one file (to insert one file) into a paragraph ? I want to attach one excel file (or other format) exactly like word documents.If this is possible, can someone tell me how please ? Thank you.-- Best Regards,Alin

Re: [iText-questions] tool to design acroforms

2006-10-02 Thread Damien Drix
A late reply- This is also possible using OpenOffice. You need to activate the forms-related toolbars first, then design your forms and export to PDF. One drawback is that you're not designing AcroForm directly, you're designing generic OpenOffice forms which are later converted to AcroForms du

Re: [iText-questions] RTF insert excel (or other file) embeded

2006-10-02 Thread Alin Popa
Roger,Thanks for the help. It realy helped me in my decision.In this case as a workaround, I'll make do it like this: create one Anchor object and point it to the attached file and everything should be ok.Best regards,Alin.- Original Message From: Roger Misteli <[EMAIL PROTECTED]>To: Post a

Re: [iText-questions] RTF insert excel (or other file) embeded

2006-10-02 Thread Roger Misteli
Ah.. *ç%" sorry.. I misread the title.. I don't know if this is possible using RtfWriter2. Sorry :-( Rog Alin Popa wrote: > Thanks Roger, > > But actualy, I need to do that embedded stuff for RTF files and not for PDF. > Any sugestion please ? > > Thanks. > > - Original Message > Fro

Re: [iText-questions] RTF insert excel (or other file) embeded

2006-10-02 Thread Alin Popa
Thanks Roger,But actualy, I need to do that embedded stuff for RTF files and not for PDF.Any sugestion please ? Thanks.- Original Message From: Roger Misteli <[EMAIL PROTECTED]>To: Post all your questions about iText here Sent: Monday, October 2, 2006 11:00:15 AMSubject: Re: [iText-question

Re: [iText-questions] RTF insert excel (or other file) embeded

2006-10-02 Thread Roger Misteli
Embedding a file is relatively easy, but I don't understand what you mean with "exactly like word documents". Do you want to embed the files as OLE links? As far as I know, this is not possible with iText nor with PDF actually. public void embedFile(File file, int pX, int pY, String title, St

Re: [iText-questions] How to launch javascript code for PDF form fields event.

2006-10-02 Thread AnhTuan Nguyen
Thanks for your reply quickly, I can do as your description,  but i would like to know the way how to get the existing form field, and add the _javascript_ code for this field. I can't find out the any methods in order to get existing form field.   Regards, Tuan "Bruno Lowagie (iText)" <[EMAI

[iText-questions] RTF insert excel (or other file) embeded

2006-10-02 Thread Alin Popa
Hi,In iText is possible to attach one file (to insert one file) into a paragraph ? I want to attach one excel file (or other format) exactly like word documents.If this is possible, can someone tell me how please ? Thank you.-- Best Regards,Alin-

Re: [iText-questions] addAuthor, addCreator return false

2006-10-02 Thread Peter B. West
On Sat, 2006-09-30 at 04:04 -0700, Steven Elliott wrote: > On 9/29/06 23:50, "Bruno Lowagie" <[EMAIL PROTECTED]> wrote: > > > Your 2 eurocent is accepted, but please be honest... What can I buy with > > only > > 2 cents? Bruno > > First, I have nothing but the highest professional and personal r

Re: [iText-questions] How to indent a PdfPTable ..?

2006-10-02 Thread Bruno Lowagie (iText)
Steven Elliott wrote: > I am trying to add a PdfPTable to a document and would like to indent it > 20F from the left margin. What about an extra column without content/borders? What about adding the PdfPTable with writeSelectedRows? What about using ColumnText instead of document.add()? There are

Re: [iText-questions] text roll over.

2006-10-02 Thread Bruno Lowagie (iText)
Minamti wrote: > Hi, > > I have a question on rolling text over. I have a page that is divided into > three columns. I have a chunk, the width of which is more than the width of > the column. How do I rollover the text after reaching the end of the column. > Any tips are appreciated. > PS: I

Re: [iText-questions] How to launch javascript code for PDF form fields event.

2006-10-02 Thread Bruno Lowagie (iText)
AnhTuan Nguyen wrote: > Hi itext supports, > I would like to launch java script code when the mouse clicks on the > form field (for existing PDF file). I have researched some iText API, > but i don't know how to do that. I have made a simple calculator in PDF: http://itext.ugent.be/itext-in-acti

[iText-questions] How to launch javascript code for PDF form fields event.

2006-10-02 Thread AnhTuan Nguyen
Hi itext supports, I would like to launch _javascript_ code when the mouse clicks on the form field (for existing PDF file). I have researched some iText API, but i don't know how to do that. Please help me to sovle the problem.   Thank very much for your support, Tuan    All-new Yahoo! M