Re: [iText-questions] adding an image as bytearray

2010-01-22 Thread vlad2005
Oh, my mistake. I don't see that getInstance accept and byte[] as argument. Thanks. Work as expected. 1T3XT info wrote: > > vlad2005 wrote: >> Working on an application in Flex. The image is sent as bytearray. I want >> to >> add this image to a pdf without saving the image on HDD at server si

Re: [iText-questions] adding an image as bytearray

2010-01-22 Thread 1T3XT info
vlad2005 wrote: > Working on an application in Flex. The image is sent as bytearray. I want to > add this image to a pdf without saving the image on HDD at server side. It > can do this using itext? The Image object in iText accepts a byte[] containing image data. There are different methods thoug

[iText-questions] adding an image as bytearray

2010-01-22 Thread vlad2005
Working on an application in Flex. The image is sent as bytearray. I want to add this image to a pdf without saving the image on HDD at server side. It can do this using itext? -- View this message in context: http://old.nabble.com/adding-an-image-as-bytearray-tp27275906p27275906.html Sent from

Re: [iText-questions] Adding an image on a Reader enabled PDF

2008-12-25 Thread 1T3XT info
DEVSGL INFORMATIQUE wrote: > Hello, > > I want to add an image on a Reader enabled PDF. The important part is > that I need the PDF to be Reader enabled even after the image has been > added. > > I've seen a lots of way of adding an image in a PDF with iText (Image > field and GetNewPushButton

[iText-questions] Adding an image on a Reader enabled PDF

2008-12-25 Thread DEVSGL INFORMATIQUE
Hello, I want to add an image on a Reader enabled PDF. The important part is that I need the PDF to be Reader enabled even after the image has been added. I've seen a lots of way of adding an image in a PDF with iText (Image field and GetNewPushButtonFromField, PdfContentByte, ...), but it meen

Re: [iText-questions] adding an image in the header of a pdf document

2006-10-19 Thread Paulo Soares
Look at the page event examples in the tutorial. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of turjabarua > Sent: Thursday, October 19, 2006 5:35 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText

[iText-questions] adding an image in the header of a pdf document

2006-10-19 Thread turjabarua
Hi all, My problem is as follows. I have a .pdf document and I'm copying it to another and then I'm appending some new things to it. Now while adding new pdf contents I want an image to be added for every new pages added to the document. I tried using "document.getPageNumber()" and wanted to add t

[iText-questions] adding an image and text to an existing pdf

2006-01-11 Thread Andrzej . Ciereszko
Hi! I have a following problem. I need to be able to add a small image and a few words at the bottom of the pdf document. The problem is that the document will be different each time. I can use absolute positioning, but it isn't pretty, the documents have different sizes and content and I can't g

Re: [iText-questions] Adding an image to pdf file

2005-08-25 Thread Bruno Lowagie
Gowri Venkatramani wrote: Hi Bruno Thanks for the help, Please use the mailing list for questions. I could add an image (BMP) in the exisiting pdf file , need some help I want to insert into specific page and how do i reduce the size of the BMP image on the PDF ?? The concept 'size' i

Re: [iText-questions] Adding an image to pdf file

2005-08-11 Thread bruno
Mathieu Eylert wrote: Hello, I have a little question about iText. Please use to mailing list: itext-questions@lists.sourceforge.net I'd like replace a text by an image, in an existing pdf file. Can i do this with your api? Take the original source of the PDF, edit it and create your PD

Re: [iText-questions] Adding an Image on all pages in the pdf

2005-08-04 Thread Krishna Kishore .J
Hi Paulo, Thanks for your valuable input. Regards Krishna Kishore - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "Krishna Kishore .J" <[EMAIL PROTECTED]>; Sent: Wednesday, August 03, 2005 9:07 PM Subject: Re: [iText-questions] Adding

Re: [iText-questions] Adding an Image on all pages in the pdf

2005-08-03 Thread Paulo Soares
for (int k = 1; k <= reader.getNumberOfPages(); ++k) { PdfContentByte under = stamp.getUnderContent(k); under.addImage(img); } - Original Message - From: "Krishna Kishore .J" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 03, 2005 2:32 PM Subject: [iText-q

[iText-questions] Adding an Image on all pages in the pdf

2005-08-03 Thread Krishna Kishore .J
Hi All, Is there a way to add an image on all the pages in a pdf. I have a pdf with 3 pages as input. I need to read this pdf then populate the form fields and then put an image on all the three pages. I am using the following code: File fImg = new File(filePath);

Re: [iText-questions] Adding an image to pdf file

2005-07-11 Thread Bruno Lowagie
Gowri Venkatramani wrote: How do i add an image to a specific page and position on a PDF file ?? In an existing or in a new PDF file? The tutorial is probably a good place to start looking. http://itextdocs.lowagie.com/tutorial/objects/images/ br, Bruno --

[iText-questions] Adding an image to pdf file

2005-07-11 Thread Gowri Venkatramani
How do i add an image to a specific page and position on a PDF file ??

[iText-questions] adding an image to a push button field

2005-06-02 Thread John . Sanda
I have looked at several similar posts, but I have been unable to add an image to a push button field. I have a PDF template with a push button field called labelField. I have been unsuccessful in several attempts at adding an image to the button. Here is latest code that I have tried: // start c

Re: [iText-questions] Adding an Image.

2002-11-12 Thread amit
: [EMAIL PROTECTED] Subject: Re: [iText-questions] Adding an Image. Quoting amit <[EMAIL PROTECTED]>: > Hi > > Thanks for response . I checked my version is iText0.30. I tried adding > an image to cell but its not compiling with this version . Can you please > tell me h

Re: [iText-questions] Adding an Image.

2002-11-12 Thread Bruno
Quoting amit <[EMAIL PROTECTED]>: > Hi > > Thanks for response . I checked my version is iText0.30. I tried adding > an image to cell but its not compiling with this version . Can you please > tell me how i should add image for the version I have . That is a very old version (february 2000

Re: [iText-questions] Adding an Image.

2002-11-11 Thread amit
:44 +0100 From: Bruno <[EMAIL PROTECTED]> Reply-To: Bruno <[EMAIL PROTECTED]> To: amit <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: [iText-questions] Adding an Image. Quoting amit <[EMAIL PROTECTED]>: > Hi All >Can anyone tell me which is the simplest wa

Re: [iText-questions] Adding an Image.

2002-11-11 Thread Bruno
Quoting amit <[EMAIL PROTECTED]>: > Hi All >Can anyone tell me which is the simplest way to add an image in PDF which > works with older versions of iText.jar ? Which older version? If you have an iText generated file, take a look at the Document Info in Acrobat Reader. There you will find t

[iText-questions] Adding an Image.

2002-11-11 Thread amit
Hi All Can anyone tell me which is the simplest way to add an image in PDF which works with older versions of iText.jar ? Thanks Amit --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _

[iText-questions] adding an image to a cell with text

2002-05-14 Thread Campanale, Rocco
I am working with version .91. What I am trying to accomplish is to add a cell to table that contains an image,jpeg, and some text, side by side. I seem to be able to accomplish this with the following snippet of code: hdr1 = new Chunk(uncheckImg,0,0); hdr2 = new Chunk("Pri