You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Adding PDF watermark in Automator doesn't work in Lion?

Hi folks,


I am trying to create a function for adding watermarks to my invoices. I read different tutorials, but whatever I make, when it comes to adding the watermark background (Automator -> Workflow -> PDFs -> Watermark PDF document (not quite sure about the english name)) it doesn't add anything. I tried .jpg, .psd, .png, different image files and sizes. However I never get any file into my list.


Any hints?


Thanks!


Mike

MacBook Pro, Mac OS X (10.7.1)

Posted on Sep 22, 2011 1:54 AM

Reply
Question marked as Top-ranking reply

Posted on Sep 22, 2011 9:32 AM

This is broken for others here also. You should send feedback to Apple:


http://www.apple.com/feedback/macosx.html

3 replies

Sep 22, 2011 11:33 AM in response to flymke

Here's a workaround:

1. Create a workflow, including the "Watermark PDF Documents" action, save it as a workflow.

2. Show the contents of the saved workflow, find the file "document.wflow" inside the "Contents" folder, open it with a word processor, e.g TextEdit or BBEdit or Microsoft Word

3. Find the parameter block of the "Watermark PDF Documents" action, it should look like below:


<key>ActionParameters</key>

<dict>

<key>angle</key>

<real>57.379999999999995</real>

<key>onePDF</key>

<false/>

<key>opacity</key>

<real>0.72282608695652173</real>

<key>overUnder</key>

<integer>1</integer>

<key>scale</key>

<real>1.4574821967095799</real>

<key>xOffset</key>

<real>34.5</real>

<key>yOffset</key>

<real>23.469999999999999</real>

</dict>

4. Add a key-value pair for "fileNames" into the parameter dictionary, so that it looks like this:

<key>ActionParameters</key>

<dict>

<key>angle</key>

<real>57.379999999999995</real>

<key>fileNames</key>

<array>

<string>/Volumes/Storage/Media/Pictures/SleepingCat.gif</string>

</array>

<key>onePDF</key>

<false/>

<key>opacity</key>

<real>0.72282608695652173</real>

<key>overUnder</key>

<integer>1</integer>

<key>scale</key>

<real>1.4574821967095799</real>

<key>xOffset</key>

<real>34.5</real>

<key>yOffset</key>

<real>23.469999999999999</real>

</dict>

Adding PDF watermark in Automator doesn't work in Lion?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.