[iText-questions] Create a Separation PDF

2006-11-15 Thread aqeel saifi
Hi All, Does iText deals with separation color space? I am having a normal CMYK pdf and wanted to create a new pdf, from this pdf, in separation. How can I do it with iText, directly or indirectly? Thanks in advance for your help. Thanks aqueeL

[iText-questions] Error verifying signature

2006-11-15 Thread Rob Moore
I'm trying to verify the signature on a PDF document using iText and have run into an issue. Initially, I was using the Java security provider and experienced the error mentioned on this list previously regarding a parsing error (sun.security.pkcs.ParsingException: toDerInputStream rejects tag

Re: [iText-questions] Retrieving data from PDF Form created using

2006-11-15 Thread M.Rameshkumar
Below is the code-snippet that might give u an idea about retrieving the field names and their filled-in values of the given PDF file/form using the great "iText". I would, personally, prefer iText rather than PDFBOX, another good PDF-library.    PdfReader re

[iText-questions] Retrieving data from PDF Form created using iText

2006-11-15 Thread swapna reddy
Hi   I have created an interactive PDF Form using iText Class library. Is it possible to retrieve the form data entered into the form fields using iText.   Please advice me if there is any other SDK or tool that I can use to retrieve the data from PDF Form created using iText.   Thanksswapna

[iText-questions] pdf manipulation with itext

2006-11-15 Thread SwamiNathan . Vaidyanathan
Hi,         I am new to iText and started using it only this week. I am trying to generate dynamic text within a pdf using the text field in pdf and AcroField in iText API. The pdf has a mix of static content and text fields. The problem that I have is, some of the text fields can have really lon

Re: [iText-questions] nested tables with xml.

2006-11-15 Thread Ruslan KULUBAEV
Paolo, before digging it a quick question, is not HTMLWORKER class for converting html to pdf. I need some way of converting nestedtables in xml to pdfptables. would it suit it... maybe a simple example. Thank you. Ruslan Original Message Follows From: "Paulo Soares" <[EMAIL PROT

Re: [iText-questions] Formfield Placement Within Nested Table

2006-11-15 Thread Paulo Soares
Copy the source of FieldPositioningEvents and change it to your needs. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Jon Galentine > Sent: Wednesday, November 15, 2006 4:41 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [i

Re: [iText-questions] nested tables with xml.

2006-11-15 Thread Paulo Soares
Have a look at HTMLWorker, it may be enough for what you want to do or you may extend it. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Ruslan KULUBAEV > Sent: Wednesday, November 15, 2006 3:15 PM > To: itext-questions@lists.sourceforge

Re: [iText-questions] Formfield Placement Within Nested Table

2006-11-15 Thread Jon Galentine
An update on this…when using relative widths the cell alignment is correct however this causes the form field to stretch which is not the desired effect.  Any help on this would be greatly appreciated.   From: Jon Galentine Sent: Tuesday, November 14, 2006 9:43 AM To: 'itext-ques

Re: [iText-questions] HTML Tags in pdf - Display the rendered content using IText

2006-11-15 Thread porcupine
you will need the HTMLWorker (Java): FileReader fr = new FileReader("c:/HelloWorld.html"); StyleSheet ss = new StyleSheet(); ss.loadStyle("body", "face", "Verdana"); ArrayList elementlist = HTMLWorker.parseToList(fr, ss); for (int i = 0; i < elementlist.size(); i++) { Element element = (Elem

[iText-questions] footer - RTF

2006-11-15 Thread Henry Lu
In RTF, how do we print a footer with a solid black line above it? -- My footer page 1

[iText-questions] How do I use PdfFormField.Page?

2006-11-15 Thread steve poling
Hi all, When I put AcroFields on a form: If the names are all distinct, all is well. If they are duplicated, I have to do something special, as Paolo has described elsewhere. In particular, AcroFields appearing on different pages may have the same name. If all field names are different this st

[iText-questions] nested tables with xml.

2006-11-15 Thread Ruslan KULUBAEV
Hi there, I have not got any response on xml to pdf. Guess this topic is not very attractive.Anyway wouldl like to risk and pose another question. Ok. I have seen some examples on creating on new class inheriting the iTextmyHandler. i want to construct a pdfptables within this class overriden

[iText-questions] RE : Re: setFooterRows

2006-11-15 Thread Eric Rosaz
Yes, that works!   I saw it in the javadocs but didn't understand well. It’s not very clear because in the doc the other rows (data rows) are not mentioned. But now it's beautiful.   Just a last question, the data table is split on several pages (and that’s what I want!) but the last row on eac

[iText-questions] Please Help me

2006-11-15 Thread B.laufer
Dear Sir or Madame, I hope you can help me. First i explain my problem. I create a pdf document with the iText library, but when die Document is has opened it should be closed automatically. Could you send me an example for this problem. Thank you. Your sincerely, B.Laufer ---

Re: [iText-questions] PdfPTable and ColumnText

2006-11-15 Thread Campa
IT WORKS!Thanks Paulo!2006/11/15, Paulo Soares <[EMAIL PROTECTED]>: > -Original Message-> From: [EMAIL PROTECTED]> [mailto: [EMAIL PROTECTED]] On> Behalf Of Campa> Sent: Wednesday, November 15, 2006 11:15 AM> To: Post all your questions about iText here> Subject: Re: [iText-questions] PdfPT

Re: [iText-questions] Stamp issue

2006-11-15 Thread jamesD
It does show up on the screen ok and i believe print as image works fine too...I know there is a pdfversion attribute to pdfStamp object and the datatype is char, but what exactly does it do? \0 keeps the original version but if i change that to anything else then the pdf version changes to 1.0,

[iText-questions] HTML Tags in pdf - Display the rendered content using IText

2006-11-15 Thread rajasekhar.amirapu
I am getting some text in html format, i want to render the same in a table using iText in generation of PDF If i use the normal table the content is getting displayed with html tags.I want the html content to rendered and shown.   Thanx & Regards, Raja Sekhar Amirapu   --

Re: [iText-questions] Page links and Section links (see, seealso)

2006-11-15 Thread Bruno Lowagie
jerry wrote: > Hi, > > Can anyone help me to link the section titles having the prefix "see, see > also" > and the reference text found in different colors. > > To link the Page number found in the watermark as well as within the body of > the PDF. I have no idea what you are talking about. Yo

Re: [iText-questions] differences between itextsharp and itext

2006-11-15 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Anton Melser > Sent: Wednesday, November 15, 2006 9:51 AM > To: Post all your questions about iText here > Subject: [iText-questions] differences between itextsharp and itext > > I think I asked

[iText-questions] Page links and Section links (see, seealso)

2006-11-15 Thread jerry
Hi, Can anyone help me to link the section titles having the prefix "see, see also" and the reference text found in different colors. To link the Page number found in the watermark as well as within the body of the PDF. -

Re: [iText-questions] setFooterRows

2006-11-15 Thread Paulo Soares
You should have: Row 0 and 1 for the header, Row 2 for the footer Row 3 for the datas (which contains a subtable with many rows) You should set: masterTable.setHeaderRows(3); masterTable.setFooterRows(1); This is explained in the javadocs at http://itextdocs.lowagie.com/docs/com/lowagie/text/p

Re: [iText-questions] PdfPTable and ColumnText

2006-11-15 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Campa > Sent: Wednesday, November 15, 2006 11:15 AM > To: Post all your questions about iText here > Subject: Re: [iText-questions] PdfPTable and ColumnText > > What i'm trying to do is a little

Re: [iText-questions] PdfPTable and ColumnText

2006-11-15 Thread Tim van der Leeuw
Hi,On 11/15/06, Campa <[EMAIL PROTECTED]> wrote: What i'm trying to do is a little different, i need to print my table in a specific location, valid for all the pages. I think what you want is no different from what I want. I also need to have the table on a specific pre-defined location on the pag

Re: [iText-questions] PdfPTable and ColumnText

2006-11-15 Thread Campa
What i'm trying to do is a little different, i need to print my table in a specific location, valid for all the pages. In my try i created a ColumnText, and i added text and an element (the table).I don't know how to manage the overflowing of the rows in my columntext. Is this the right way to make

[iText-questions] setFooterRows

2006-11-15 Thread Eric Rosaz
Hi,   I have a PdfPTable with 4 rows. Row 0 and 1 for the header, Row 2 for the datas (which contains a subtable with many rows) Row 3 for the footer   Here is my code for the header: PdfPTable masterTable = new PdfPTable(1); masterTable.addCell(headerCell1); masterTable.addCell(headerCel

Re: [iText-questions] PdfPTable and ColumnText

2006-11-15 Thread Tim van der Leeuw
Hi Campa,On 11/15/06, Campa Campa <[EMAIL PROTECTED]> wrote: Hi all, i'm new with iText and i need to write a kind of reporting engine for printing table data.I'm working with c# and i'm trying to do something with PdfPTable and columnText, i got a problem with pagination.I created a ColumnText and

[iText-questions] differences between itextsharp and itext

2006-11-15 Thread Anton Melser
I think I asked this before but couldn't find the answer... what was the reason to change the function names from starting with lowercase in java to uppercase in itextsharp? "The way things are done" in the two languages or something else? Cheers Antoine ---

Re: [iText-questions] Stamp issue

2006-11-15 Thread Paulo Soares
When it looks good on screen but doesn't print correctly usually the problem is the printer driver. Print as image and if it works the problem is the printer or printer driver. Paulo - Original Message - From: "James Darschewski" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 14, 200

[iText-questions] watermark in RTF

2006-11-15 Thread Anjana Mehta
Hi MarkWe are using itextsharp for our reporting architechture. now i am creating a report in RTF Format. is it possible to add watermark in RTFReport.please suggest the way of adding watermark for RTF reporti have tried belowImage image = Image.GetInstance(@"D:\\FSE4 TemplateRTF\\Current\\SalesPor

Re: [iText-questions] watermark

2006-11-15 Thread Paulo Soares
I know nothing about RTF. Please post your RTF question in the Java iText mailing list with RTF somewhere in the subject so that Mark Hall can pick it and answer it. Paulo - Original Message - From: "Anjana Mehta" <[EMAIL PROTECTED]> To: Sent: Wednesday, November 15, 2006 6:30 AM Subj

[iText-questions] PdfPTable and ColumnText

2006-11-15 Thread Campa Campa
Hi all, i'm new with iText and i need to write a kind of reporting engine for printing table data.I'm working with c# and i'm trying to do something with PdfPTable and columnText, i got a problem with pagination.I created a ColumnText and i put a PdfPTable in it, how to let the data continue in the