Add watermark to PDF

Hi
I am trying to add a watermark to existing pdf's in 10.4.11 & 10.5.7 using Adobe Acrobat Professional (8.1.3), having the watermark appear on top of page, show when printing, selecting a file source, fitting to page.
I have searched for an applescript solution, but have found only one, I do not no if doing a shell script is possible as I do not no shell scripting.
I have run into this link which uses pdftk
http://www.accesspdf.com/pdftk/index.html#docs
I have installed on 10.4.11 hoping it would work, but it appears not to as it looks like it was only set up for Panther (i could be wrong).
I also found this link
http://discussions.apple.com/message.jspa?messageID=676855
which is what I was wanting, an applescript to run the above command to add a water mark, but this also appears not to work.
Does anybody no of and applescript, shell script solution to do what I am after please.
cheers
Budgie

Check out Acrobat's Javascript API
http://www.adobe.com/devnet/acrobat/pdfs/jsapireference.pdf
page 272 has info on setting a watermark from file. The javascript can then be executed upon a PDF with AppleScript/Acrobat Pro's 'do script' command. I use the following to set a watermark from text:
tell application "Adobe Acrobat Professional"
do script "var d = app.openDoc({cPath:+path to PDF+,bHidden:true});d.addWatermarkFromText({cText:'PROOF', bOnScreen:false, bOnPrint:true, nScale:-1, nOpacity:.15, nRotation:20});"
end tell
The javascript code can be compiled as a string with applescript variables, tho I occasionally have to coerce it into Unicode text depending on which version of OS/AppleScript is at play.

Similar Messages

  • Can i add watermarks to PDF files using the PDF Pack?

    Can i add watermarks to PDF files using the PDF Pack?

    Hi Susannah,
    Adobe PDF Pack does not allow you to edit a PDF file. For that, you would need Acrobat. You're welcome to try Acrobat for free for 30 days: see http://www.adobe.com/products/acrobat.html for more information.
    This Help document describes how to watermark a PDF in Acrobat: Add watermarks to PDFs
    Best,
    Sara

  • Add watermark to pdf stored in a table

    Hi,
    I would like to add watermark to pdf documents. The documents are uploaded and stored in the database. When a user will request a file, I would like to add the username and the timestamp in the requested file.
    Any solutions for this (java stored proc, etc.) ?
    Thanks !

    Hi,
    One option is to use a java pdf library such as iText ( http://www.lowagie.com/iText/ ). You could watermark the pdf's in java stored procedures.
    Here's an example I found that does some watermarking (the PdfStamper section):
    http://itextdocs.lowagie.com/tutorial/general/copystamp/index.php
    One way to use iText would be to load the iText jars into Oracle and write a java store procedure to manipulate the pdf's in Oracle.
    Regards,
    Jeff

  • Add watermark to pdf version 1.1 or 1.2

    Hi all
    I'm currently using iText to watermark PDFs and it's working like a charm.
    Some people had some trouble in watermarking PDFs and I found it was all related to old version of PDF. So I searched on the web but couldn't find any information about the features and history of PDFs (Wikipedia is nice but doesn't seem to be complete).
    Thanks
    Serge

    Thanks for your answer!
    I found a way with iText to force the PDF version and it solved my problem.

  • I want to add runtime Text or Image watermark on pdf using iText1.3 api

    Hi all,
    I want to add a watermark(text or image) at the runtime, I am creating pdf file with using iText 1.3 api.
    It created fine. I have following code for add watermark for an existining file.
    <code>
    try {
    PdfReader reader = new PdfReader("ConfirmBillPDF.pdf");
    int n = reader.getNumberOfPages();
    PdfStamper stamp = new PdfStamper(reader, new FileOutputStream("NewPDFWithWatermarkImage.pdf"));
    int i = 0;
    PdfContentByte under;
    Image img = Image.getInstance("ValidityExpWaterMark.png");
    img.setAbsolutePosition(100, 400);
    while (i < n)
    i++;
    under = stamp.getUnderContent(i);
    under.addImage(img);
    stamp.close();
    catch (Exception de)
    de.printStackTrace();
    </code>
    But I want to add this with runtime.
    Plese help me..

    MODERATOR ACTION: moved this here from the Servlets forum 'for closer topic alignment'.

  • How to watermark multiple PDFs on a mac

    Hi,
    I have around 100 PDFs that each need to have the same watermark. I've read that a batch sequence may be the answer but i can't find the 'advanced' menu option- does it have a diferent label as i'm using an apple mac?
    is acrobat even the right program? i have access to indesign and photoshop if either would be better.
    Any help would be greatly appreciated,
    Thank you

    Hi,
    Thank you for your help! I have tried this a couple of times now but it doesn't seem to be working.
    I create a new custom action by dragging the 'add watermark' box over, and when i run the action on the selected files everything seems to work- in the box on the right it works it's way down each of the 'files to be processed', putting a little green tick after each.
    However, i can then close and save that file and none of the files that i've supposedly just watermarked are watermarked.
    Am i missing something obvious?
    Thank you!

  • How to add watermark programattically

    Hello All
    I wanted to use the addWatermark javascript to my pdf file . I read from the documentation it needs a Acrobat 7 professional to do that. How do I programattically through SDK add the script .how to execute it through professional and send the saved pdf to the end user.

    As an alternative, you may want to create a batch sequence for this ... it's easier and quicker.
    Advanced > Batch Processing ... > New Sequence ... > [name for new sequence] > Select Commands ... > Document: Add Watermark & Background > Add>>
    Then, in the batch sequence command list on the right, doubleclick "Add Watermark & Background" to call up the dialog that lets you set all the watermarking parameters.
    Bruce

  • How to add Images and PDFs in MDM iView

    Hello!
    We use SAP Portal as interfase to access SAP MDM repository tables.We use MDM Record Set and MDM Item Detail iViews to display and operate with main table content.
    There is a field in the qualified table, which is the lookup to the Images table. And the other field is the lookup to the PDFs table. Both fields are qualifiers.
    In the main table there is a field, which is the lookup to the qualified table. When we try to add values to this field using Item Detail iView, we get a window, where we can fill all values of the qualified table, except Image field and PDF field - they are disabled. So, can we add Images and PDFs to the table using Item Datail iView? Or what is the other way to add them?
    Thanks,
    Vika
    Message was edited by:
            Viktoria Demina

    Ooohh... you mean, like the one mentioned in http://indesignsecrets.com/adding-zoom-and-print-to-indesign-swf-files.php?
    But they want to get paid for their hard work, the bastards!

  • I bought a relative's original iPad. I want to leave the apps on it and add my own pdfs to read. My itunes account is really for my iPod. the computer says that if I "Sync" the iPad will be erase, and become like my iPods. how can I just get my files onto

    I am a first-time iPad owner/user. I bought a relative's original iPad. I want to leave the apps on it and add my own pdfs to read. My itunes account is really for my iPod. iTunes message says that if I "Sync" the iPad will be erase, and become like my iPods. If I make a new iTunes account, would the apps be erased when I tried to use it?
    How can I just get my files onto this iPad, and still have the apps that my relative left there for me?
    Thank you.

    iPads sync to 1 computer only.
    All media and apps are tied to the Apple ID that purchased them.
    Without your relatives ID and password, you cannot update any of the Apps.
    I am pretty certain he is also violating Apples terms of service by giving you the apps.

  • Add Bookmark in PDF File

    Hi,
    I have to add bookmark in pdf file, i tried so many ways. But no use.
    i have a PDf with full text information, i want to add few text (Some words with in the PDF) from the content and need to add them in bookmark. i know i can add manulay but my pdf has 1000 to 2000 pages. so manual process is not easy. Is it any possible way to do in java?
    if we need i can get all the word in separate file too. can i read the word from another file and can i add them as a bookmark?
    for example, conside the below text which is available in my PDF. from this i want to add few word which is available in BOLD letters.
    Delta Enterprises said it would contact the customers who bought 600,000 of these cribs to send them additional parts to make the mechanism safer.
    +The other 985,000 cribs under recall, made in Indonesia and Taiwan, use safety pegs in the gate mechanism that customers must install.+
    +The recall is one of the largest in US history and follows another recall of 2,000 cribs, also made in China, which was issued by the CPSC on Thursday. A five-month-old infant suffocated after being trapped between the mattress and the crib side and prompted the recall Playkids USA cribs.+
    hope i explained clearly.
    Please help me.. im struggling lot...
    Thanks in advance.

    It is, but only if you do it using a script, not through the built-in "Open a web link"-action. Add a "Run a JavaScript"-action with this code:
    app.launchURL("http://www.google.com", true);
    Of course, you can change the URL to whatever you want.

  • How to add attachments in pdf -URGENT

    Hi All,
    I need information about how to add attachments to pdf in webdynPro. I am unable to find related topics in Forums. Sample code,examples,or suggestions would be helpful.
    Thank you
    Regards
    Ravi

    Hello Ravi,
    Please take a look at: Add attachments to the Interactive form of a Web dynpro application
    Please take a look at my reply there on Mar. 29, 2007. I am not sure but i assume that you are using Web Dynpro for Java. Attachment capability is available with NW04s SP10 (both runtime and NWDS). Although, SP09 contains the required web dynpro runtime changes but the API has only been made part of SP10. Follow the note numbers provided therein.
    Best Regards,
    Krish

  • MS Outlook 2010 Add in Create pdf - does not create pdf of draft emails- Adobe Acrobat Pro X

    In MS Outlook 2010 Add in Create pdf- does not create pdf of draft emails- this maybe the case, but just wanted to make sure this is normal for the program- though I guess one can print as an Adobe pdf but it does not maintain the hyperlinks of email addresses etc. the functionality is compromised in a print vs create a pdf.

    Here's a workaround by the team:
    Right click on the message from Explorer list view or folder view and chose the option to convert to PDF.

  • Can't seem to add artwork to pdf files

    In the "Books" tab, I can add artwork to epub books, but I can't seem to add artwork to pdf files. Is this a normal thing? Or is there something I'm doing wrong?
    Also, do you know what I should be setting my page widths to if I want the pdf files I create to display nicely in Portrait mode on an iPhone? The ones I made seem to only look nice in Landscape mode.

    Devin,  If they end in .ogg, they are OGG Vorbis files.  This is a well-known open-source music format, but iTunes is unable to play it.
    Also, as you have just learned, when iTunes encounters a file that is not copmatible, it "errors silently," i.e. gives no indication of what they problem is.
    To resolve it, use a 3rd party conversion program such as Switch to convert the OGG files into MP3, and then they will add to iTunes.

  • Can I add a downloadable pdf document to my epub?

    Can I add a downloadable pdf document to my epub?

    Yes.  If you want the pdf file to download immediately when the link is selected and not be displayed in the browser, zip/compress the pdf file (Control (right)-Click on the pdf file and select Compress from the contextual menu) and link to it in the Inspector/Link/Hyperlink pane witn the Link To: A File option.
    A second option is to zip the pdf file and upload it manually to your website server.  Then link to it in the same preference pane but use An External Page option. The URL would be http://URL TO FILE ON SERVER/File _Name.pdf.zip
    OT

  • Can I add a simple PDF to the forms site?

    I am looking to add a simple pdf - with no form content to my website and use my forms account to do so.  Is that possible?  I tried importing a pdf, but it needs editable content.  Thank you for any help.

    Hello Nancy,
    1. You can embed the form in your website as a widget.
    Go to "Distribute" Tab -> then look out for script under "Embed Form".
    2. You can also save your Formscentral form as a PDF form and then host the PDF separately and give its link in your website.
    Regards,
    Anoop

Maybe you are looking for