Jump to content

Modifying PDF's through PHP


cajun67

Recommended Posts

I have a client who has a PDF file that they want to be modifiable; basically, they want their users to be able to upload a logo and insert it into a specific place in the PDF file and then download it.

 

I know PHP has some PDF functions but I think this goes beyond the scope of what's in PHP. How would I accomplish this? ???

Link to comment
https://forums.phpfreaks.com/topic/63918-modifying-pdfs-through-php/
Share on other sites

 

Can that be used to modify an existing PDF? If not, you could use PHP to rebuild the original PDF - if that's too much work you could convert the original PDF to an image; then use PHP to create a new PDF and place the image of the original image and then place the new image.

 

Or you could even utilize postscript and a server-side distiller.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.