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.

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

    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.

  • Can you add page numbers to the PDF version?

    Can you add page numbers to the PDF version?

    Hello saradianapasik,
    If you start with a document created with Acrobat Pro, or exported from your word processor as a .pdf, then you should include page numbers in that originating application. After you have exported a .pdf form from FormsCentral, it is no longer editable.
    I hope that helps,
    Brian

  • 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'.

  • Is there any way to add watermark on iMovie 10.0.1 version?

    Is there any way to add watermark on iMovie 10.0.1 version? I could be able to do it in previous versions with enabling advanced settings.

    You do it 10.0.1 in much the same way you did in iMovie version 9. You use Picture-in-Picture.
    http://help.apple.com/imovie/mac/10.0/#mova1aaa682b
    Matt

  • PDF version not clear on certain pages

    When I make a PDF version of my Pages document, any page that contains a shape has degraded quality font. The only two fonts I'm using are Verdana and Times New Roman.
    Any suggestions?

    Peter,
    What you are saying makes perfect sense. I know transparencies and other effects can cause problems - for example in iweb, adding effects to HTML text turns the whole text box into a graphic. However, this doesn't seem to be the issue here.
    In my doc, I have no graphics overlapping text boxes. The graphic is well apart from the text box. It's as if adding graphics anywhere on a page causes the whole page to be rendered as a graphic - perhaps then being rendered, as you suggest, as a bitmap.
    To add to the confusion, I thought I had this figured out. I had been using TIFF files and tried JPG instead. It seemed to make a difference. However, continued testing showed that was NOT what was making the difference . . .
    Now I'm finding that the PDF is rendering differently depending on which screen I'm viewing it on, what magnification I'm using and what program I'm using to view it!
    I'm running a macbook w. Intel core 2 duo, Snow Leopard. I also have a 22" Samsung monitor attached for a dual monitor setup. When I open the PDF on the macbook screen (using Adobe Reader) at 122%, the text page with graphics looks OK (not great, but OK) when I drag it over to the bigger monitor, it initially looks the same. However, if I re-size it on the bigger monitor, say go from 122% to 125%, I get the jagged edges text look again!
    OK, next step: Go to a different macbook, boot up in bootcamp & Windows. Same PDF with graphics looks fine in Adobe Reader in any magnification.
    Another option: Try on old mac G5 power PC (running Leopard) Same PDF looks fine in Preview. However, download latest version of Adobe Reader and we're back to the Jagged text look.
    Go back to original, dual-monitor macbook and try same PDF in Preview. Looks fine.
    So, the issue appears to be specifically how Adobe Reader is rendering the PDF??
    Using Adobe Reader 8.1.6 on main macbook, 7.0 on Windows and the latest 9 something, on G5
    At this point, I am using Verdana font, 13 pt., dark gray on a white background in my doc. It appears I can export from Pages with graphics to PDF and get a PDF that renders on-screen in MOST cases in acceptable form. However, I wish I felt better that ALL by clients were seeing the same thing (Isn't that the whole idea behind PDFs?) rather than have to worry that some may see poorly rendered text.
    I very well may still be missing something here, so if anyone has any other ideas, please let me know!
    And, thanks Peter for the suggestion!

  • Why do file sizes change when I use "Process Multiple Images" to add watermarks?

    Hi,
    I'm using Elements 11. In order to add watermarks to many JPG pics at once, I use the function "Process Multiple Files".
    I select a source folder and a destination folder, and adds a three digit serial number to each file. I do NOT tick the checkbox marked "Change picture size". After that I define the watermark I want printed on my pics and hits OK. All the files in the source folder are processed and saved, with a new name in the destination folder. Fair and square.
    But. The file size of the new file is heavily reduced, compared to the original. It goes from 10 MB down to 500 KB (in general). Why is that? Is there any way I can prevent it?
    Regards,
    /Mikael Lindgren

    Or you can uncheck the convert files box to save them in their original format, or select one of the lossless formats PSD, BMP, TIF. What is most appropriate depends on what you intend to do with the watermarked versions.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • 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!

  • PDF version changes after deleting a page and "Save"

    I use Adobe Acrobat Pro  11.0.04. I have a PDf in version 1.4 (Acrobat 5.x). I add 1 or 2 pages at the beginning and/or the end using the "Insert" - "Empty page" option. When I now choose "save", everything goes well and the version of the pdf remains the same.
    However, sometimes it occurs that I have to delete pages certain pages. I select the thumbnails of the page, click right and choose "delete pages". My pdf is now still in version 1.4. I choose "file" and "Save". Now my pdf version has been automatically changed to version 1.6 (Adobe 7.x). The same thing happens when I use "File" - "Save as". I can't seem to find the setting that changes this PDF-version.
    I know I can use "File" - "Save as optimized". However I always get an error (on fonts or transparancy objects) when trying to save as version 1.4.
    The software that processes my PDF afterwards, requires a very strict pdf version (and settings). Therefor it's important that the pdf settings don't change.
    Does anyone has a solution for this problem? Is this a settings in Acrobat Pro? Is there a work around for this problem?

    Thanks for your reply.
    You are right with "save as optimized" is the way to go, however I always get error messages using this function. When I save as optimized, Acrobat will first save the pdf (and thus convert it to version 1.6). After that Acrobat will start converting the pdf (flattening transparant objects, etc.) back to version 1.4. I mostly get an error on the transparant objects.
    My version is in dutch but the error should be something like "an error was encountered while flattening transparent objects"
    I don't really understand why these objects have to be flattened again as the pdf I started working with was already in version 1.4.

  • When i add text to PDFs and work on the file for awhile, my red added text starts to turn into red X's with a box around them. I have OCRs turned off, i have the latest update, and i have registered the product. What is happening to my text while i'm work

    When i add text to PDFs and work on the file for awhile, my red added text starts to turn into red X's with a box around them. I have OCRs turned off, i have the latest update, and i have registered the product. What is happening to my text while i'm working on these files? On top of this, my red arrows get moved around also.

    Hi ,
    Could you please update me with few details like what version of Acrobat are you using?
    What OS do you work on ?
    Do you experience this any particular PDF or happens with all of them?
    Did you try the same with turning on the OCR ?Please check the same and compare the outputs .Does that help you in anyway ?
    If the file is not confidential ,could you please share the file with us so that we can analyse it our end and revert you with the appropriate answer .
    Please share the file on [email protected] and please cc [email protected] as well .
    Regards
    Sukrit Dhingra

  • 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

  • Attaining PDF version 1.3 using Crystal Reports 10.5

    Hi,
    I'm using VS 2008 for a Web Application. I'm generating Reports using Crystal version 10.5. When I export the Report to PDF I'm getting PDF version 1.2. I'm using Windows 7 and my PDF Viewer software is Adobe Acrobat 9.0. Kindle Suggest me how to attain PDF version 1.3 using Crystal Reports 10.5
    Thanks & Regards,
    Karthik Sivakumar.

    Hello,
    For backward compatibility CR 10.5 exports to 1.2. There is no control over the version of PDF CR exports to in any version.
    But this would be a great feature, add your suggestion to Idea place as an enhancement request.
    Thank you
    Don

  • 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!

Maybe you are looking for

  • Using my Imac G5 as a TV screen

    I recently purchased eyetv hybrid, and was wondering why I don't recieve all channels that I can obtain through my television...HBO's for example... I have the hybrid connected straight to my cable jack. Is there another option besides connecting dir

  • Report output in HTML not as in PDF

    I have developed a report in Report builder 10g when i get its output in HTML in browser from application, it does not show its format as like in PDF for example heading background colors, fields background colors and frame lines not showing in HTML

  • PartialTriggers property with multiple ID's

    Hello there, sorry this it perhaps trival question but anyway, if my component (for example table) depends on many other components like buttons, how can I specify muliple button ID's in the partialTriggers property of the table? Thanks ferdo

  • Including image in SharePoint survey answer and hiding elements only work on the first page

    Hi All, I would like to add some text/remove some text etc on a sharepoint survey page.    Which i have done using jquery/jscript. But unfortunately it only works on the first page. Any ideas how i can get it to work on all the pages? See a sample he

  • Dynamic routing for a Business Service with multiple operations

    I have two business services with multiple operations. Business service A (bsA) has operations OpA1 and OpA2. Business service B (bsB) has operations OpB1 and OpB2. Depending on incoming Proxy message and operation, I have to do one of the following