Reply to topic
Dynamically watermarking PDFs
richardfitzpatrick


Joined: 10 Feb 2009
Posts: 2
Location: Dublin, Ireland
Reply with quote
Hi

I have a client who wants us to build a simple extranet site where users login and access documents - simple enough.

However, they want to dynamically watermark the PDFs on their site with the login information of the user.

I have read that Adobe Lifecycle can do this. Does anyone know anything about this, or if there are any other ways to dynamically watermark PDFs.

Programming platform would be either .NET or PHP - we haven't started the project yet, so we're still free to make that choice.

Thanks

Richard
Jason101
Forum Regular

Joined: 14 Mar 2006
Posts: 570
Location: Harrisburg, PA
Reply with quote
I know you said you're using .NET or PHP, but if you're not limited to technologies, pdf manipulation including watermarking is built into ColdFusion..

Code:

<cfpdf action="addWatermark" source="c:\myBook.pdf" copyFrom="e:\yourBook.pdf"
    destination="ourBook.pdf" overwrite="yes">


http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_p-q_02.html
Anyone know any alternatives to CF for this
richardfitzpatrick


Joined: 10 Feb 2009
Posts: 2
Location: Dublin, Ireland
Reply with quote
Hi

Thanks Jason101 for the suggestion. We have never used CF for anything, so ideally we would like a technology that we're familiar with.

Will definitely explore that CF option, but if anyone has any other suggestions that would be great.

Thanks

Richard
nathacof
Forum Admin

Joined: 24 Oct 2006
Posts: 192
Location: Dover, DE
Reply with quote
This appears to be the reference every one is using:
http://www.sitepoint.com/article/watermark-images-php/
codyBane


Joined: 02 Mar 2009
Posts: 3
Reply with quote
Does that one edit pdf's? There's very few other tutorials around specifically about pdf watermarking with php. Someone was kind enough to post their code in the discussion below:

http://www.dreamincode.net/forums/showtopic35317.htm

Personally I stay away from colf fusion simply due to the costs.
another online tool.
pessi


Joined: 07 Aug 2009
Posts: 1
Reply with quote
In .net it would be a lot flexible and powerful.
I made a pdf watermarking application using C#

http://watermark-images.com/pdf-watermark.aspx
Dynamically watermarking PDFs
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Reply to topic