[iText-questions] Re: pdf to xml ???

2005-04-27 Thread Ross Presser
On Wed, 27 Apr 2005 13:35:52 -0400, Rémi Guilbert wrote: > Hi, I saw the Chapter 7: XML and (X)HTML in your tutorial. I know that I can > convert a xml file to pdf file. But, I want to generate a xml file from a pdf > file, is it possible. > Thank's !! > Rémi Not with iText. But see the growin

RE: [iText-questions] Cell events and page breaks,

2005-04-27 Thread Amit Gijare
Hi,    below is the test code,  you could run this code, the yellow background cells are the one where cell event is fired for drawing the lines but they do not extend to other page while the cell in which they are extend, green background..   thanks, amit.   public class TestClass{    private sta

RE: [iText-questions] iText and PDF Images

2005-04-27 Thread Dewey, Jeff
Perfect! Exactly what I was looking for, and it works great. Thanks again for you help, JD -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 11:29 AM To: Dewey, Jeff Cc: itext-questions@lists.sourceforge.net Subject: RE: [iText-questions] i

Re: [iText-questions] pdf to xml ???

2005-04-27 Thread Paulo Soares
No. - Original Message - From: "Rémi Guilbert" <[EMAIL PROTECTED]> To: Sent: Wednesday, April 27, 2005 6:35 PM Subject: [iText-questions] pdf to xml ??? Hi, I saw the Chapter 7: XML and (X)HTML in your tutorial. I know that I can convert a xml file to pdf file. But, I want to generate

[iText-questions] pdf to xml ???

2005-04-27 Thread Rémi Guilbert
Hi, I saw the Chapter 7: XML and (X)HTML in your tutorial. I know that I can convert a xml file to pdf file. But, I want to generate a xml file from a pdf file, is it possible. Thank's !! Rémi

RE: [iText-questions] iText and PDF Images

2005-04-27 Thread Paulo Soares
You can import pages from other PDfs and use them as images. See http://itext.sourceforge.net/tutorial/general/copystamp/index.html#pdfwr iter. > -Original Message- > From: Dewey, Jeff [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 27, 2005 5:15 PM > To: Paulo Soares > Subject: RE: [

RE: [iText-questions] iText and PDF Images

2005-04-27 Thread Paulo Soares
Where are the images converted to tiff? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Dewey, Jeff > Sent: Wednesday, April 27, 2005 3:57 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] iText and PDF Images > > Does

Re: [iText-questions] iText and PDF Images

2005-04-27 Thread Xavier Le Vourch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dewey, Jeff wrote: > Does iText now, or will it ever, support PDF images directly without > first converting them to tif? I'm not sure what you mean by "PDF images". If you mean transforming a pdf into an image, this cannot be done with iText. If yo

RE: [iText-questions] PdfSignature

2005-04-27 Thread Paulo Soares
http://itextpdf.sourceforge.net/howtosign.html > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Barrantes Sánchez, Cristina > Sent: Wednesday, April 27, 2005 4:11 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PdfSign

Re: [iText-questions] Location of MultiColumnText

2005-04-27 Thread Steve Appling
Add something else before it to take up the space - like an empty paragraph with the leading set to the space you want. - Original Message - From: "Nandu" <[EMAIL PROTECTED]> To: Sent: Wednesday, April 27, 2005 2:04 AM Subject: [iText-questions] Location of MultiColumnText Hi, How do I

RE: [iText-questions] nullpointer exception on document.close with empty pages

2005-04-27 Thread Paulo Soares
Get the version from http://itextpdf.sf.net, this is only to get the line numbers in the stack trace. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Erik van Eekelen > Sent: Wednesday, April 27, 2005 12:45 PM > To: itext-questions@lists.sourcef

[iText-questions] Signature in an existing signature object

2005-04-27 Thread Barrantes Sánchez , Cristina
Hi all,       I would like to know if using iText it is possible to add a signature in an existing signing field that is empty. How can I do it?   Thank you, Cristina

[iText-questions] PdfSignature

2005-04-27 Thread Barrantes Sánchez , Cristina
Hi all,         I'm signing a PDF document using method "createSignature" from class "PdfStamper". I have seen that there is a class called "PdfSignature" but I don't know the way to use it. I have tried to set it as Crypto Dictionary with "setCrytpoDictionary" method in PdfSignatureAppear

[iText-questions] Date in a signature

2005-04-27 Thread Barrantes Sánchez , Cristina
Hi all,       I want to know if there is any way to set the date of a signature in the signature itself or it is always a signing object field. I have tried setting date with setSignDate in PdfSignatureAppearance but it doesn't appear in signature itself.   Thanks, Cristina

[iText-questions] iText and PDF Images

2005-04-27 Thread Dewey, Jeff
Does iText now, or will it ever, support PDF images directly without first converting them to tif?   Thanks,   JDEWE

RE: [iText-questions] Cell events and page breaks,

2005-04-27 Thread Paulo Soares
I don't want to see your production code. I want a simple example that I can run here (with main()). > -Original Message- > From: Amit Gijare [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 27, 2005 12:27 PM > To: Paulo Soares; itext-questions@lists.sourceforge.net > Subject: RE: [iTe

[iText-questions] nullpointer exception on document.close with empty pages

2005-04-27 Thread Erik van Eekelen
Hi,   I’m using the latest stable release of itext (version 1.3) and I get the following error when working with PDF’s that contain a blank page. What I do is split an existing PDF document in two: the first pages and the last page are seperated (this because the last page needs to be sen

RE: [iText-questions] Cell events and page breaks,

2005-04-27 Thread Amit Gijare
I have this following example,if you try to go over pages with depth of childs (in horizontal as well vertical direction) increasing, then at page breaks outer table refuse to extend even thought the cell extends to next page the cellevent does not.. code sample below private void c

RE: [iText-questions] Cell events and page breaks,

2005-04-27 Thread Paulo Soares
The cell event is from the time when cells didn't split, it's possible that there are some inconsistencies. Post a small example with the problem. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Amit Gijare > Sent: Wednesday, April 27, 2005 10:1

[iText-questions] Cell events and page breaks,

2005-04-27 Thread Amit Gijare
hi, are cell events influenced by page breaks, I have an cell event which draws line in a cell, works fine if its a single page, but not when it extends over multiple pages. I tried changing the page layout from A4 to A2 and it works fine, or is that splitting of rows influences cell events. t

RE: [iText-questions] how can i set a vertical image-mask

2005-04-27 Thread Paulo Soares
Create the mask with the gradint starting from the top. The mask is just a gray image. > -Original Message- > From: Thomas Kübler [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 27, 2005 8:09 AM > To: Paulo Soares > Subject: Re: [iText-questions] how can i set a vertical image-mask >

RE: [iText-questions] Stamp a field with formatted data

2005-04-27 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Janne Berg > Sent: Wednesday, April 27, 2005 9:52 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Stamp a field with formatted data > > Hi ! > > I want to stamp a fie

RE: [iText-questions] converting from pdf to other format.

2005-04-27 Thread Paulo Soares
No. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Murugaiyan, Sridevi (Cognizant) > Sent: Wednesday, April 27, 2005 9:38 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] converting from pdf to other format. > > HI,

RE: [iText-questions] getOutputStream() has already been called for this response

2005-04-27 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Wednesday, April 27, 2005 9:47 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] getOutputStream() has already > been called for this respo

Re: [iText-questions] getOutputStream() has already been called for this response

2005-04-27 Thread oemer
Hi Paulo, could you help me out? Am 26 Apr 2005 um 17:21 hat Oemer Guersoy geschrieben: > Hi list, > > I'm trying to create a itext rtf document with arial font in a controller. > > But I get an exception: > > getOutputStream() has already been called for this response > > This is because I'

[iText-questions] converting from pdf to other format.

2005-04-27 Thread Murugaiyan, Sridevi (Cognizant)
HI,   Is there any possibility to convert pdf into text (or into any other format ) using itext?       Regards, Sridevi. This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the

[iText-questions] Stamp a field with formatted data

2005-04-27 Thread Janne Berg
Hi ! I want to stamp a field in a pdf with a table. I've search the archives but I haven't found any threads about this. question : - Is it possible to stamp a field with anything else but ordinary text? If the answer is no I have come up with an other idea. I read the position and size of the fo

[iText-questions] Location of MultiColumnText

2005-04-27 Thread Nandu
Hi, How do I position MultiColumnText at a desired location on the page. The code shown below creates a mct of certain height and has two columns. This code results in the mct object placed at the beginning of the page. But I want this mct object to be added a certain location (y-position) on the