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()
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
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