Hi all, this is my first post 2 u all...I have been instructed to create an "Editable PDF file" ... this concept is new for me....i have tried looking for...
Hi, Thanx for ur prompt response......but its a paid site and i am an Indian .....no free downloads either.....no demo version....what should i do?? Sandeep ...
Hi Sameer, ... What does it mean. Do indians dont pay for anything! Anyway, try googling and you will come up with huge resources. but still you will have to...
... As far I know (I haven't read the PDF specification!), PDF is a one-way format to present information. To keep it editable, probably you will need to ...
Hi, We have one requirement for a php programmer with good skills for a short term full-time employment(1-2 months). He should have sound knowledge in html,...
... That is not correct. You can create, modify PDF using PHP straight and simple. Of course to do that *well* you need to know details of PDF format but that...
Hi, I do agree Shantanu's comments. Modify the Data Format and again create PDF on the file with the same name this u can edit the pdf file. Best Regards Roy ...
... For me, that's a news! Thanks for correcting me. ... Not only that; also maybe keep an XML copy of the data at the back end and generate PDF dynamically as...
Hi, I am the lead developer of a large php-mysql-linux based project in Australia. We are looking for an experienced php programmer, if anyone is interested...
First of all a very Warm Hello (Namaskar) to all the members of the group I am Rakesh a new member of this group and have just started my career as a php...
Quoting rakesh pant <rakeshlbsimds01@...>: Welcome, First of all remember to put meaning full subject lines in your mails, do not start a new topic by...
Shantanu I am sorry for saying that you were wrong. I was under an impression that PDF is an editable format. However some degree of manipulation is possible....
Hi Rakesh, Read this article. Maybe this can provide you some more detail. http://www.onlamp.com/pub/a/bsd/2000/07/27/Big_Scary_Daemons.html Regards, Narayan ...
I want to copy a file from floppy using exec in php as follows: $sFileName = $sCompanyCode . $txtLocationCode . "IM" . $txtMonthYear . ".TXT"; exec("mcopy -t...
... PHP runs here as the user "apache" and hence doesn't have permission to write to /home/username. Regards, Shantanu __________________________________ Do...
You may try to use sudo comand in which you can define user nobody [i.e. php] to run this command. command to edit sudo file is visudo here visudo is one word...
Hello Friends, I am designing a site with 4 languages and I donīt want to have pages repeated 4 times. There are various ways in which we can have various...
... Gettext could be used?? more here .. http://www.php.net/manual/en/ref.gettext.php shashi __________________________________ Do you Yahoo!? Friends. Fun....
Hi Amol, ... Yes, this is especially good for forms etc - on pages with more of coding then content. ... The sites that ask you to install their fonts - they...
... Please keep subject lines relevant to the topic and personal communication to a minimum. It would help if every new member (there seem to be a lot of them ...
... However, this approach has the drawback of not automatically getting the equivalent from the default language if the translation is missing. The solution...
Hello Everybody, I have php site runing on Redhat 7.3 Linux and working perfectly without any problem. When I tried to upgrade my linux box either or Redhat 8,...
... function headers_sent() is your friend!! Stick it just before the setcookie() and get the relevant info.... Most often it is an extra line break in one of...
Hello Bhupendra!, I am sudhir working for http://www.vsplash.com. You first check the version of your php.If it is below 4.3.Then upgrade it to 4.3. In your...
If you have upgraded php also then try to check the value of variable output_buffering in php.ini file and if it is off then switch it on output_buffering = On...
... Hello Guys, Thanks for all your help, Its working perfectly after putting output_buffering = On as per Sunil Mittal advise. Thanks a lot again. Regards, ...
... I would say you have just worked around your problem not really solved it anyway - most of the time "if it works - its perfect" is true Cheers Tarique -- ...