--- Samir <[EMAIL PROTECTED]> wrote: > Is it possible to edit or string replace of a pdf using php?? > > Any idea or help?? > > Thanks > Samir
That would depend on whether the PDF is binary or ASCII encoded. There won't be an easy way, I predict. If you have Unix or Linux, run the strings command on the PDF file and see if the text you want to edit is visible. James
