NEED HELP IN PHP CODE

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
miketyson2806
Forum Newbie
Posts: 2
Joined: Thu Jul 03, 2014 10:32 am

NEED HELP IN PHP CODE

Post by miketyson2806 »

Team,

Can some one help me on the PHP code for the below requirements,

I wanted to design a website where i can upload a pdf file and automatically a water stamp should be added in the pdf file and an alert should go to an email with the watermark pdf.

Kindly help me
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: NEED HELP IN PHP CODE

Post by Celauran »

What have you written so far? Where are you getting stuck? Working with PDFs in PHP is generally unpleasant, but there are a number of libraries that take some of the pain out of it.
miketyson2806
Forum Newbie
Posts: 2
Joined: Thu Jul 03, 2014 10:32 am

Re: NEED HELP IN PHP CODE

Post by miketyson2806 »

Thank you Celauran for your swift response.

I have a plug in for wordpresss to attach an attachment, Once the file is attached automatically an email should sent to that user with a water mark.
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: NEED HELP IN PHP CODE

Post by Celauran »

So the plugin is handling sending the mail and attaching the PDF? All you need to do is edit the PDF to add the watermark? What's the workflow like? Adding a watermark in PHP isn't terribly efficient; it may be better to add it elsewhere.
Post Reply