Dynamic timestamp or watermark

All,
  I have read a lot of these forums and can't seem to locate one that relates to my problems.  Is their someone out there that can help me?
I am using Abode Acrobat Pro 9, I support the manufacturing floor.  I need to be able to put something on the PDF that when they print a PDF on the floor it automatically puts verbiage of "PRODUCTION COPY - VOID AFTER 30 DAYS" with the current print date and their logon information.
They will be printing from Reader, I have over 3000 prints that need to be updated.
Has anyone dealt with this before?
Please help!!!!

Sorry for the delay getting back to this I was pulled off to work on another problem.
  Alright getting back to the original problem, I was able to add the print date fairly easily with the code below.
// add form field to each page of the PDF
for (var pageNumber = 0; pageNumber < this.numPages; pageNumber++) { var dateStamp = this.addField("DateStamp","text",pageNumber,[2,2,400,12]); dateStamp.textSize=8; }
this.setAction("WillPrint", "var today = new Date(); var current_hour = today.getHours(); var current_minute = today.getMinutes(); this.getField('DateStamp').value = \"Date/Time Printed: \" + util.printd(\"dd/mmm/yyyy\",new Date()) + \" \" + current_hour + \":\" + current_minute;");
I tried to add this code below from the dynamic stamps to no avail. Below is what I tried, I was able to get the date but not the user name.
// add form field to each page of the PDF
for (var pageNumber = 0; pageNumber < this.numPages; pageNumber++) { var dateStamp = this.addField("DateStamp","text",pageNumber,[2,2,400,12]); dateStamp.textSize=8; }
this.setAction("WillPrint", "var today = new Date(); var current_hour = today.getHours(); var current_minute = today.getMinutes(); this.getField('DateStamp').value = \"Date/Time Printed: \" + util.printd(\"dd/mmm/yyyy\",new Date()) + \" \" + current_hour + \":\" + current_minute;");
event.value = (new Date()).toString();
AFDate_FormatEx("h:MM tt, mmm dd, yyyy");
event.value = "PRINTED BY" + ((!identity.name || identity.loginName != (event.source.source || this).Collab.user) ? (event.source.source || this).Collab.user : identity.name)
+ " at " + event.value;
I couldn't figure out where to put the application code from GKaiseril, otherwise I would have tried that also.  If anyone can point me in the right direction with what I’ve got and how to fix it I would greatly appreciate it.

Similar Messages

  • Is there a way to have a watermark WITH a dynamic time stamp included?

    Our client rep has asked if we can create PDFs (generated from our web app) that not only include a watermark (which we now have using a png image), but a watermark that INCLUDES a dynamic timestamp.
    I know we can add these separately, but he wants the watermark itself to be dynamically timestamped.. I know this cannot be done via an image like a png, but is there any other way to do this in a PDF?
    Thanks!

    Looks like this issue has been resolved.  Developer apparently "chopped the image into bytes, then turned it into a graphic, using Java to add in the timestamp"
    Thanks for your responses!

  • Watermark PS programming

    My custom application generates Postscript files that are then distilled to create a PDF file as final output.
    I know how to program a watermark in Postscript using setpagedevice.
    However, I cannot find a way to dynamically make the watermark appear only at printing time. I'd like to emulate (programmatically in PS, or pdfmark)  the Acrobat Professional capability whereas you can set a watermark to appear only at printing time.
    Thanks for your suggestions!

    You could for example print the watermark if not a reconized non-printer like distiller or gs
    or vice versa print if a known printer.
    WaterMark
      currentsystemparams /PrinterName known
      {currentsystemparams /PrinterName get } { (Unknown ) } ifelse
      % string compare etc. to do or skip watermark
    } def
    <<
      /EndPage { % WaterMark here }
    >> setpagedevice
    Ed

  • Dynamic Wartermark in AutoVue or where do the bytes come from?

    I am working on an AutoVue integration with Oracle UCM and wanting to do dynamic watermarking for PDFs based on a various inputs. 
    PDFWatermark is being used to statically stamp a few watermarks but will not handle true dynamic (per request) watermarking.
    After digging around in the trace logs for UCM I can not find the entry point for AutoVue to get the document.  It seems to be bi-passing all filters and even services.  Can this be possible?
    Any insight into how to dynamically watermark within the context of an AutoVue integration would be helpful.
    I'm more than happy to provide any additional information that is necessary.
    Thank you very much.

    Bruce,
    When you say that you're working on an AutoVue integration with Oracle UCM, are you creating your own from scratch, or are you using the pre-built Oracle VueLink for UCM? The latter is certainly the recommended approach.
    Regarding the watermark, are you interested in a View-mode watermark (one that shows up on top of the drawing when viewing the drawing in AutoVue), or a Print watermark (one that shows up on top of the printed output)?
    Thanks,
    Graham

  • Multiple Signatures on Large Plan Sets? - Open to Other Security Measures

    Good afternoon,
    I'm looking for a way to circulate large plan sets to three reviewers for digital signature. The PDFs are, and must remain, formatted to clearly print at 24''x36''. As some plan sets are 12+ pages, this is too large to pass along through our email.
    We do our plan review through an online portal, where each department marks up the PDF, exports comments as FDF, and then the case manager imports all comments into one PDF. I'd prefer to find a solution for signing plans using this portal too, but I imagine it will have to be done offline and then uploaded.
    I'm also open to any other solutions for locking and securing an approved document. If not a signature, maybe a timestamp or watermark on each page? Anything more secure than a simple stamp that can so easily be altered.

    Good afternoon,
    I'm looking for a way to circulate large plan sets to three reviewers for digital signature. The PDFs are, and must remain, formatted to clearly print at 24''x36''. As some plan sets are 12+ pages, this is too large to pass along through our email.
    We do our plan review through an online portal, where each department marks up the PDF, exports comments as FDF, and then the case manager imports all comments into one PDF. I'd prefer to find a solution for signing plans using this portal too, but I imagine it will have to be done offline and then uploaded.
    I'm also open to any other solutions for locking and securing an approved document. If not a signature, maybe a timestamp or watermark on each page? Anything more secure than a simple stamp that can so easily be altered.

  • Strange timestamp-format in Dynamic Configuration

    Hi all,
    In the Dynamic Configuration Section I can retrieve the name and timestamp of the inputfile I use. But the timestamp is in a format I don't quite understand.
    For instance, the last changedate of the inputfile is 24-06-2008, 10:58. In the Dynamic Configuration section I find the timestamp "20080624T035800Z". There seems to be a difference of 5 hours here, and I have no idea what the "Z" on the last position means.
    How can I convert this timestamp from the Dyn.Conf. to the actual timestamp?
    Thanks,
    William

    You can use subString to get the desired output.
    There is no such Java Function available for you.
    even TimeStamp differs your output
    function myudf(String a, Container container)
    //input is yyyymmddThhmmssZ
    String year=a.subString(0,4);
    String mon=a.subString(4,2);
    String date=a.subString(6,2);
    String hour=a.subString(9,2);
    String min=a.subString(11,2);
    String sec=a.subString(13,2);
    // output is dd-mm-yyyy hh:mm:ss
    String ret=date"-"mon"-"year" "hour":"min":"+sec;
    return ret;

  • How to Send WSU:TimeStamp dynamically in BPEL 11g

    I have requirement to send <wsu:Timestamp> dynamically like creation and expiration must be having 5 min difference.
    <wsu:Timestamp>
    <wsu:Created>*2012-06-08T09:18:14Z*</wsu:Created>
    <wsu:Expires>*2012-06-08T09:23:14Z*</wsu:Expires>
    </wsu:Timestamp>
    how to send 5 minutes difference in WSS policies.

    Hi,
    I have created a task flow which will contain all merchant details, and i try to drag this task flow as html form with post request, then i am getting error like nested forms in that page. can any one help how can achive this.
    my requirement is: when user click on submit button then i need to invoke http post request which needs to embedded username and pwd with my form data. it's very urgent pls respond if any one knows.

  • PDF Dynamic Watermark - Not working

    Hi,
    We are using Oracle UCM 10gR3 (Stellent) with IIS 6. Ghost script 8.63 for conversion
    We have configured Watermark Templates and set rule for displaying Watermark dynamically on the footer based on dDocAuthor.
    Static watermark is appearing with out any problem but the dynamic one is not getting displayed.....
    The watermark appears correctly on local development environment where we have Oracle UCM 10gR3 (Stellent) with Apache 2.2 server and open office 3.0 for conversion
    Please let us know what needs to checked.
    Thanks in advance....

    Hi,
    It is downloadable and we can see the static watermark also. and the rule which we are applying is dDocAuthor=sysadmin.
    We printed the Author in static watermark and it displayed Author as sysadmin only, from that we can assume the rule must be applied...
    No error in logs :(

  • Whether timestamp types are supported in oracle dynamic sql?

    Oracle has two dynamic sql models. The old and the new ANSI model. I wish to know where and how the timestamp oracle data types are supported.
    I am having trouble setting the timestamp data through pro*c using old dynamic sql. I tried to set it to raw 11 bytes and use type 187 (timestamp) and it segfaults! I try now to set it to string type and oracle says invalid month! I tried even using nls_timestamp_format setting but no luck. Obviously some thing is amiss.
    Can some body help me?
    I need this info rather urgently.
    Thanks.

    Yes it is possible
    TO_DATE(:variable,'FORMAT') in dynamic SQL

  • How to use timestamp based dynamic message selector?

    Is it possible with message selector to issue query like statement that
    weill fetch any messages that have header timestamp older than "now" + 3 hrs.
    In SQL you would say something like:
    where timestamp <= sysdate + (180/1440)
    Please let ne know.
    Thank you,
    Edmon

    hi edmon,
    to my knowledge dynamically evalutaed expressions like this are not supported by any of the JMS vendors. messageselectors are in SQL92 format and the only dynamic part in them is the contents of the message properties and headers.
    So, you're out of luck with what you want to do (e.g., remove expired messages from a destination when they havent' been consumed within a time threshold??) but i could see two possible solutions:
    1) You could use time-to-live (TTL) on the sender side. Messages that are on the destination beyond their TTL would be placed onto a dead message queue (DMQ) from where you could consume them for further processing. DMQ is not a standard-JMS feature but supported by a few vendorrs (e.g., JBoss, ArjunaMS).
    2) You could use Message-driven Services (MDS) for more elaborate server-side message processing. MDS has been pioneered by ArjunaMS but is also available with a few other JMS vendors.
    Hope that helps!
    Kind regards,
    Thomas.

  • Dynamic watermarking of ebook

    Hi
    I´m about to start selling e-books (pdf) from a webshop, and I want to have a dynamic watermark in the pdf, containing buyer´s name, date, ordernumber etc. Is "LiveCycle Rights Management ES" a part of Acrobat Pro or is it a separate piece of software? Can AAP automatically draw out the wanted information from my order confirmation and insert it in a pdf downloadable by the buyer?

    Adobe Acrobat cannot be installed and operated on a webserver. LiveCycle ES3 is a separate product line for enterprise users. You can add a selection of modules to the ES3 server installation to manipulate and protect PDF files, but integrating exactly what you want would require some extension scripting so the orders database can talk to the generator utility. It's possible but not a job for a novice user, and LC ES3 is very expensive.
    On a commercial level you're probably better off writing something yourself, using PHP etc. - there are several open-source libraries to manipulate PDF files including things like adding watermarks, and it would be simpler to code the connection to your ordering system that way. The major commercial advantage of LC is the digital rights management module, which is the only way to make a file secure against distribution - but unless your eBooks have extremely high value or contain classified information the costs of using DRM would outweigh the possible losses from illegal copying.

  • Start timestamp - dynamic signal - waweform chart

    Hi,
    I have an issue with the start timestamp of an dynamic signal. I'm simulating a sine with the express signal generation. The thing is I can't reset it start timestamp (set it to NOW). The only way I found to do it is to stop my app... and then when I start the app again, the start timestamp resets to present time.
    Why does this bother me? I'm plotting this signal on a waweform chart and I want to be able to reset to 0 (I mean, t0 =  now) the ''plotting'' of this signal without having to stop the application. I can't beleive there is no way yo acheive this.
    Anyone knows?
    Thank you
    Eric

    Hi
    Thx for reply, but it does not work... I had already tried to set current time to t0 through the ''build waveform'' and even the ''set dynamic signal attribute express'' VI.It only resets when I stop my app and restart it.
    Here what I want to acheive:
    I have an application running. On my mean screen, let say I click a buttom to perform a ''get signal'' process and show it on a chart. Once the process is over, bring me back to the main screen.
    First time it works well as t0 is at 0 (now, current time). Once I come back to the main screen, I want to perform another one... but can't get my &?$%? signal t0 to ''now'', so my chart do not start at 0, it starts where it was at the end of the first process. I can't beleive it is so hard to do something should be so simple...

  • Dynamic Image Watermarking

    Hi All,
    I have a requirement to dynamically insert the Image watermark depending on the Organization which i get from my XML output. For example
    IF
    <ORGANIZATION>Org1</ORGANIZATION>
    THEN insert Org1.jpg as image watermark
    IF
    <ORGANIZATION>Org2</ORGANIZATION>
    THEN insert Org2.jpg as image watermark
    I already tried using the dynamic imaging method according to the link below:
    http://blogs.oracle.com/xmlpublisher/2006/05/dynamic_images.html
    It's working fine if i use image *(url)* as part of my template but not as the watermark
    I also tried using the Subtemplate but this is calling only my template but not the image watermark
    Please let me know if i am missing some thing or if there is any other way to handle this.
    Thanks,
    Prasanth

    Presumably you mean this -
    http://mediaconsults.de/1test/steckertest.php
    And it's not clear what that is going to show me.  Looking at the code on the page -
    <html>
    <head>
    <title>Unbenanntes Dokument</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function MM_reloadPage(init) {  //reloads the window if Nav4 resized
      if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
        document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
      else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
    MM_reloadPage(true);
    //-->
    </script>
    </head>
    <body background="test%20png.png">
    <div id="Layer1" style="position:absolute; left:1290px; top:246px; width:95px; height:112px; z-index:1"><img src="stecker_off.png" alt="no"height="101" width="71" /></div>
    </body>
    </html>
    I would advise you the following:
    1.  Put a valid and complete doctype on that page!
    2.  Get rid of the resize if NN4 javascript - it hasn't been needed for nearly a decade.
    3.  Fix your image code (note the missing space after "no"!
    4.  1290px is way too wide unless you want lots of people scrolling right to see things.

  • Dynamic script task to copy data from one server table to another server table excluding Timestamp column ?

    I have two server TestSource and TestDestination . In both the tables I have common table like below. I would like to copy the data from TestSource server src_Table to TestDestination server  table dest_table
    excluding the column timestamp. This process I would like to achieve dynamically. Since I have 50 tables where I need to copy from source server to destination server.
    Rule : This needs to achieve using script task. Please help me to find the solution as it is very urgent requirement.
    Above rule is because No option to choose export wizard dynamic query option for linked server.
     --Source
    Table
    CREATE TABLE src_table
    a int,
    b int,
    c timestamp
    --Dest Table
    CREATE TABLE dest_table
    a int,
    b int,
    c timestamp
    Thank you in advance.
    Hari

    I have two server TestSource and TestDestination . In both the tables I have common table like below. I would like to copy the data from TestSource server src_Table to TestDestination server  table dest_table
    excluding the column timestamp. This process I would like to achieve dynamically. Since I have 50 tables where I need to copy from source server to destination server.
    Rule : This needs to achieve using script task. Please help me to find the solution as it is very urgent requirement.
    Above rule is because No option to choose export wizard dynamic query option for linked server.
     --Source
    Table
    CREATE TABLE src_table
    a int,
    b int,
    c timestamp
    --Dest Table
    CREATE TABLE dest_table
    a int,
    b int,
    c timestamp
    Thank you in advance.
    Hari

  • Life Designer- Dynamic Watermarks

    Hi,
    I am having a hard time trying to figure out how to creat a dynamic watermark using Adobe Pro X with Life Cycle install and  LiveCycle Rights management. This will be used for when a user prints the document, it will show me his name, date, location on the form.
    Can someone please help!
    Thanks

    Thank you George, but I am not sure why your asking these questions. Do you know how to create a Dynamic Watermark using stand alone computer with LiveCycle installed on it? Again, This will be used for when a user prints the document, Example: It will show me his name, date, location on the printed form.

Maybe you are looking for

  • Adobe media encoder crash

    its not a show stopper but getting a crash in C++ (virtual function call?) after rendering in media encoder 6.0.3.1 (32-bit). Its being sent from premiere, and rendering h264, 720 50p. Encoder than stops responding. In fact even if encoder has not re

  • E52 Theme Effects Don't Work

    Hello Friends My E52 Theme Effects Don't Work Correctly. when i Press ON for theme effects, mobile speed get low and effects don't work please help me

  • Possible ways to start SAP Web AS services

    I am using J2EE SAP Web AS 7.0 on UNIX platform and herein i use startsap script to start SAP as well as database services. My concern here is that what all are the possible ways to start the SAP services apart from the above mentioned script? One i

  • AFAB error List contains no data

    Depn Run: TC: NAFAB Fiscal Year  2010 Period  12 Select Planned Posting run Deselect Test Run From the menu top Select program>executing Background Output Device: LP01 Enter Select immediate button Select Save button Note down the job Name RAPOST2000

  • How do i restart my admin password without knowing the old one

    i just got a macbook air and wasnt paying attention to the password i used.. can anyone help me to reset the password without knowing the old one.and also that doesnt require a disk.