[iText-questions] what is difference between string.slice() and string.substring()

2008-12-25 Thread rajeshkarka
Hi All, what is difference between string.slice() and string.substring(). For both functions we can pass the start index and end index as parameters. And I searched in Acrobat javascript reference. I found substirng but not fond anything about slice(). And also what is parseInt()

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