[iText-questions] Mapping acro form fields to the xml data

2005-06-16 Thread Krishna Kishore .J
Hi All,   I have an issue regarding form filling, i've seen the mail archive but was not able to find ans for my prob.   I have to populate the pdf form fields using the xml (having the data to be populated). Instead of parsing the xml and filling the pdf form fields, is there a way to map t

Re: [iText-questions] file attachment not using the drawing pin

2005-06-16 Thread Leonard Rosenthol
At 01:41 PM 6/16/2005, Antoine wrote: On 6/16/05, Leonard Rosenthol <[EMAIL PROTECTED]> wrote: > It's a new feature of PDF 1.6, that isn't supported (directly) by > iText with a higher level interface. It could, however, be done with the > low level ones. You wouldn't be able to expand

Re: [iText-questions] file attachment not using the drawing pin

2005-06-16 Thread Antoine
On 6/16/05, Leonard Rosenthol <[EMAIL PROTECTED]> wrote: > At 12:30 PM 6/16/2005, Antoine wrote: > >I am new to itext, and would like to know how to make a normal > >"hyperlink" annotation to an internal attached file. > > It's a new feature of PDF 1.6, that isn't supported (directly) by

Re: [iText-questions] file attachment not using the drawing pin

2005-06-16 Thread Leonard Rosenthol
At 12:30 PM 6/16/2005, Antoine wrote: I am new to itext, and would like to know how to make a normal "hyperlink" annotation to an internal attached file. It's a new feature of PDF 1.6, that isn't supported (directly) by iText with a higher level interface. It could, however, be done w

[iText-questions] Justified alignment and left indentation in numbered lists

2005-06-16 Thread Gustavo de Moura Rocha
Hi, I'm using iText to create customized documents in RTF format. I am having some troubles in numbered lists. That's my code: List list = new List(true, 0); list.setIndentationLeft(100); ListItem listItem = new ListItem("blah blah blah blah blah", new RtfFont("Arial", 10)); listItem.setAlignment

[iText-questions] file attachment not using the drawing pin

2005-06-16 Thread Antoine
Hi, I am new to itext, and would like to know how to make a normal "hyperlink" annotation to an internal attached file. I couldn't work out how to do it in Acrobat 7 manually either... I know it is possible because that is what Acrobat 7 PDFMaker does (for example with attachments when exporting fr

[iText-questions] Question about AdobeDesigner

2005-06-16 Thread Franco Biaggi
Hi, just a question, do you plan to support forms added with AdobeDesigner ? Thanks in advance. -- - *** This messages was scanned for malicious contents *** -

RE: [iText-questions] Ensure margin is large enough?

2005-06-16 Thread Paulo Soares
It's setTotalWidth(). If you don't set the table width there's no way for the table to calculate the height. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Trey Ethridge > Sent: Thursday, June 16, 2005 4:05 PM > To: itext-questions@lists.source

RE: [iText-questions] Ensure margin is large enough?

2005-06-16 Thread Trey Ethridge
I'm confused by your reply. 2 questions. 1. I'm using the code from the documentation to add header and footers, but it doesn't take into account the height of the table (from what I can tell). How can I change this example to ensure that the margin is big enough to contain the contents of t

Re: [iText-questions] Arabic font

2005-06-16 Thread bruno
enas wrote: Dear All, i want to display PDF file with arabic data, i tried to use Arial.ttf with encoding cp1252 but it doesn't work as Araial font is not defined, so how can i define it See the examples on this page: http://itextdocs.lowagie.com/tutorial/fonts/styles/index.html#direction

RE: [iText-questions] Ensure margin is large enough?

2005-06-16 Thread Paulo Soares
Call setTotalWidth(), the table can't guess what is the page width minus the margins. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Trey Ethridge > Sent: Thursday, June 16, 2005 3:32 PM > To: itext-questions@lists.sourceforge.net > Subject: [i

RE: [iText-questions] Arabic font

2005-06-16 Thread Paulo Soares
See the example arabic_hebrew.java in http://itextpdf.sf.net. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of enas > Sent: Thursday, June 16, 2005 3:08 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Arabic font > > Dea

[iText-questions] Ensure margin is large enough?

2005-06-16 Thread Trey Ethridge
Hello all, I'm writing a report using itext. The report is generic and can be configured by the user. The user can specify what they want in the header and footer, along with the size and color of the font. Since the font size can change, I'm trying to get the margin to be dynamic so that t

[iText-questions] Arabic font

2005-06-16 Thread enas
Dear All, i want to display PDF file with arabic data, i tried to use Arial.ttf with encoding cp1252 but it doesn't work as Araial font is not defined, so how can i define it Thanks --- SF.Net email is sponsored by: Discover Easy Linux Migr

Re: [iText-questions] Reset page number in RTF

2005-06-16 Thread Mark Hall
On Thursday 16 June 2005 11:15, Francois Bottin wrote: > I also searched the list archive but did not find any relevant message. Is > it possible to reset the page number with iText? If not, is it a planned > feature? This is currently not possible. I'll add it to the list of features to be added

[iText-questions] Reset page number in RTF

2005-06-16 Thread Francois Bottin
Hi all, I am using iText to generate reports in RTF format. The users asked for grouping of the different reports in one file to ease the print. The reports should have page numbers and should each start with page one. Currently I am not able to do it. I only get one sequence of page numbers. I t

[iText-questions] Getting pdf

2005-06-16 Thread massimo scs-computers
Goodmorning, I have a question on itext reading. It's possible get a Pdf page like a java Image or Canvas just for capture it !? Tanks a lot and excuse me for my "not perfect " english. --- SF.Net email is sponsored by: Discover Easy Linux