I can write text in the pdf file with using code at web site link
If user enter the xxx.com/sample.php .. link shows the manipulated pdf file in the php page.
To make a manipulation we need to call PHP page.
If user directly enter the xxx.com/SAMPLE.pdf .. link shows the original pdf file...
How can I write the PDF file, when the user directly call the .pdf extension?
Should I write special code in the httpdocs file ?
For Example; If user call .pdf extension from special directory like directory/SAMPLE.pdf execute the special function to process pdf file.
How do I solve this problem ?
I thank you for your interest in my question.