PDF WATERMARK NOT VISIBLE IN READER

HI Gurus,
I have created a simple script which reads a value from a form field and creates a watermark on pdf document.
I can view the watermark in Acrobat Pro 9 but unable to see the watermark when viewing through acroabt reader 9. Below is the script I am using. I have not set bOnScreen or bOnPrint and have left as default which I believe is true.
var cMyText = this.getField("WATERMARKADDRESS").value;
this.addWatermarkFromText({ 
cText: cMyText, 
nTextAlign: app.constants.align.center,
nRotation: 45
Any help provided would be greatly appreciated.
Thank Lee

What does it say in the JavaScript console? Have you checked the documentation for addWaterMarkFromText (especially the quick bar) to see if it is supposed to work in Reader?

Similar Messages

  • Items visible in PDF Preview not visible in Design View

    Hello-
    I used the auto create function to turn an existing PDF info a fill-in able PDF. Auto create "auto detects" form fields, including in some areas of the form that are not fields at all (blank areas, etc.). I go into Design View and remove any extra fields. However, I've discovered there are some fill-inable fields visible in PDF Preview and in the actual PDF itself (once saved) that are not visible at all in Design View- thus I can't click on them and delete them- they just aren't visible in that view. I've read the forums and it seems the opposite problem is more common, in which something shows in Design View but does not show in PDF Preview or in the final PDF.
    Any guidance on what's going on? Next steps? I'm not a coder, so the simpler the better. Thanks to anyone with suggestions.

    All the fields on your form are listed in the Hierarchy which is generally on the left-hand side of your screen. In there you should be able to go through each field and delete the ones you don't need.

  • Indesign transparency multiply pdf/x-1a pdf/x-4 export pdf object not visible

    Hello,
    I've created a simple Indesign cs4 document under osx demonstrating the problem. I've copied from an Indesign document a rectangle with a fill color 100% cyan and a transparency effect multiply and paste the object within a new created document. I've paste the same rectangle again and switched off the transparency effect. Then I've create a new rectangle again with the same fill color and multiply transparency effect.
    When I create a pdf with the standard pdf/x-4 settings the copied rectangle with the multiply transparency effect has disappeared, while the other 2 rectangles are visible. Creating a pdf with the standard pdf/x-1 settings in Indesign, then all 3 rectangles are visible.
    I've created a zip file named Indesign.zip with the following 3 elements:
    - multiply.indd - indesign document
    - pdfx1.pdf - export pdf with pdf/x1 settings (3 rectangles are visible)
    - pdfx4.pdf - export pdf with pdf/x4 settings (only 2 rectangles are visible)
    Opening the document with CS5 and creating pdf files, we obtain the same strange result.
    You can download the zip file from the following link:
    http://www.symeta.be/symeta/static/files/Indesign.zip
    How do we explain this peculiar problem?
    Regards,

    Peter, John,
    If there is no solution finding corrupt objects before going to production (creating pdf files), then the problem is only detected when the job is printed! More important, if the corrupt object is located in an advertisement, then you customer wouldn't pay.
    To further investigate the problem I've create 2 snippets with the following names:
    - Snippet_Good_PDFx4_Result.idms (snippet of the object who's visible after conversion to pdf/x-4)
    - Snippet_Wrong_PDFx4_Result.idms (snippet of the object who's not visible after conversion to pdf/x-4)
    You can download these snippets from the following link.
    http://www.symeta.be/symeta/static/files/Snippets.zip
    When I replace the following 4 lines from the bad snippet:
                                <PathPointType Anchor="0.21122640285165062 35298.673065771356" LeftDirection="0.21122640285165062 35298.673065771356" RightDirection="0.21122640285165062 35298.673065771356"/>
                                <PathPointType Anchor="0.21122640285165062 35440.40534923592" LeftDirection="0.21122640285165062 35440.40534923592" RightDirection="0.21122640285165062 35440.40534923592"/>
                                <PathPointType Anchor="141.94350986741858 35440.40534923592" LeftDirection="141.94350986741858 35440.40534923592" RightDirection="141.94350986741858 35440.40534923592"/>
                                <PathPointType Anchor="141.94350986741858 35298.673065771356" LeftDirection="141.94350986741858 35298.673065771356" RightDirection="141.94350986741858 35298.673065771356"/>
    With the following 4 lines from the good snippet:
                                <PathPointType Anchor="154.96062992125985 161.1023622054882" LeftDirection="154.96062992125985 161.1023622054882" RightDirection="154.96062992125985 161.1023622054882"/>
                                <PathPointType Anchor="154.96062992125985 302.8346456700551" LeftDirection="154.96062992125985 302.8346456700551" RightDirection="154.96062992125985 302.8346456700551"/>
                                <PathPointType Anchor="296.6929133858268 302.8346456700551" LeftDirection="296.6929133858268 302.8346456700551" RightDirection="296.6929133858268 302.8346456700551"/>
                                <PathPointType Anchor="296.6929133858268 161.1023622054882" LeftDirection="296.6929133858268 161.1023622054882" RightDirection="296.6929133858268 161.1023622054882"/>
    Then the result is ok!
    The bad one has very strange coordinate values, such as 35298.673065771356 which is about 12452 mm! When placing the bad snippet in a new Indesign document the result is ok, just after converting to pdfx/4 the object isn't visible anymore!
    Who can justify this strange behaviour?
    Regards?

  • In webdynpro abap , the ui layout is not visible. please read query fully

    hi , in webdynpro abap , the UI Layout is not visible. 
    I did some settings .
    1) in SICF  t-code , i actvate the all services realted to http . i dont know which services properly need to webdynpro ui layout.
            after activating those services, ui elements are coming . but when i am tryin to drag ui elemetns in to UILayout , it showing some error message. I am not able to drag ui elemetns to ui layout.
    Please tell how to solve this problem.
    1)  if the solution is regarding ip address in host file, please guide me in depth step by step.
    2) if the solution is realted to browser settings , please guide me in depth each step by step for settings   in browser .

    Hi sujana,
    I had a similar problem..
    if u hav a look at ur url you will come to know the following things:
    <schema>://<host>.<domain>.<extension>:<port>/sap/bc/webdynpro/<namespace>/<application name>
    the same url can be traced in SICF.
    Also u need to add the server ip/domain name in the advanced tab in lan settings so that it does go through the proxy..
    You can check the following link: http://help.sap.com/saphelp_nw04s/helpdata/EN/8c/780741375cf16fe10000000a1550b0/content.htm
    Best Regards,
    navin fernandes.

  • Why don't PDF attachments not visible in mail.

    Mail is not displaying PDF's that are attached in the body of the email.  We have been dragging and dropping pdf and jpeg images into emails for years. The images are visible
    in the anders email but not to the receiver.  What changed?  Why are they not visible. We shouldn't have to down load or use quick view to see them.  The image files are under 1 mb.

    Hi,
    Similar problem here with me.
    Also this thread - http://discussions.apple.com/thread.jspa?threadID=1997630
    Hopefully we can find a solution.
    I've rebuilt mailboxes and re-added accounts to no avail.
    Attachments are working fine in the web interface but when syched with IMAP to Mail - no worky.
    I get a winmail.dat file instead.
    Cheers

  • DBMS - Data not visible to read only account users.

    I have created below view to know the status of my batch jobs which run on server every sunday.
    CREATE OR REPLACE VIEW CAFDB_REFRESH AS
    SELECT
    log_id,
    owner,
    to_char(log_date, 'DD-MON-YY HH24:MI:SS') TIMESTAMP,
    job_name,
    status,
    ERROR#,
    run_duration,
    instance_id,
    additional_info
    FROM user_scheduler_job_run_details;
    it is working fine and i am able to get the information.
    now to make it visible to read only account users - using "grant select " i have given access and also created public synonym.
    but it is showing only column names in read only account not the data.
    how to make this visible to read only account?
    please guide.

    USER_ views will only have the objects owned by the user running the query..In your case it will have only the schedules done by the user.
    You will have to ue ALL_ or DBA view (all_scheduler_job_run_details)

  • PDF form not working in Reader 7.0.5

    Hello!
    We had created PDF form with Adobe Designer to work with Acrobat Reader 7. It contains a submit button to send XML with results via e-mail.
    This form works fine with Reader 7.0.0., but not with version 7.0.5. - in the latter version the submit button doesn't work.
    Any clues?
    Thanks,
    Bostjan

    Hello!
    We had created PDF form with Adobe Designer to work with Acrobat Reader 7. It contains a submit button to send XML with results via e-mail.
    This form works fine with Reader 7.0.0., but not with version 7.0.5. - in the latter version the submit button doesn't work.
    Any clues?
    Thanks,
    Bostjan

  • Markups not visible in Reader

    I marked up and PDF created by printing from Mapquest into my Adobe Acrobat 9 Pro.  I added some text using Typewriter tool, and some boxes and arrows as well.  They are only visible when opened in Acrobat.  When I save and send them, all of the text and graphics I added are not there.  How do I make it so they show up to people I'm sending them to? Help

    Since nobody else has answered, I will try (but, not 100% sure of this)
    Search the Acrobat help file for EXTENDED RIGHTS

  • PDF layers not visible & won't print

    I have a PDF that was sent to me that is comprised of 2 layers.  When I open the PDF in 9.0 Pro, both layers flash on the screen momentarily and then Layer1 disappears and only Layer2 is visible.  If I turn off visibility of Layer2, Layer1 appears.  If I turn on visibility of Layer2, Layer1 disappers.
    Then, when I try to print, only Layer2 will print.  I have to configure Layer2 to "never print" in order to get Layer1 to print.  I have tried to "merge" layers, but that doesn't seem to work.  I have tried to "flatten" layers, but Acrobat just seems to freeze.
    Only when I click on Advanced > Print Production > Output Preview and have the "Simulate Overprinting" checked does the PDF appear as it should.  However, it won't print that way.  Any ideas on how to get BOTH layers visible at the same time AND able to print?

    After posting I kept researching and found the following:
    If a PDF has been created with overprinting you must do two things to get the PDF to display properly and print.
    Enable Overprint Preview: Edit > Preferences > Page Display - Change "Use Overprint Preview" to "Always".  This will force the PDF to show everything.  You can turn the feature back off later if you wish.
    Enable Overprint Printing: File > Print - Click on Advanced button - Click on "Output" - Place a check in the box "Simulate Overprinting".  The PDF should print as it displays on the screen.

  • Plugin not visible in Reader even after Certificate

    I have made a Plug-in and have taken Digital certificate from Adobe. I am using SignPlugin to register and is getting the message "Plug-in name Successfully Reader- Enabled". Strangly  still not finding Plugin in the Reader although is visible in Acrobat Pro.
    One Problem I faced when converting from pro to Reder when I added "READER_PLUGIN" in the preprocessor as per documention. I start getting error for my earlier used method "PDDocSave(pdDoc, PDSaveCopy|PDSaveFull ,newPath, ASGetDefaultFileSys(), NULL, NULL);".
    I am wondering I have taken queries for the same methos earlier alsio at "http://forums.adobe.com/thread/522488?tstart=0" , anyway   I have commented this as as per error message headers are not  matching.  Plug-in is complied without any error and works only in Pro.
    Am I still missing anything. Pl help

    lrothenth,
    I'm trying to help Amit with this issue.  When we applied for the certificate, there was no mention of a particular release.  When documentation and the certificate were sent, the body of the email had links for release 8 and for release 9 as to imply there were different procedures to apply based on the release being used; however, there was no mention that the certificate only worked on any given release.
    I seem to remember going to the Adobe Support page and doing a general lookup for the MakeKey utility (and then downloading).  That being said, I have no idea what version was used to create the keypair.  I have subsequently pulled the MakeKey utility from the Adobe 9 SDK and have made a new key pair.
    I wrote to RIKLA support on Friday asking about the release specific key and the response was - are you getting an error on the load?  If not, then your certificate should be good.  I emailed again this morning and have not heard a response as of 5:30 this evening.
    I added an AVAlertNote as the first line of code in the init section.  The alert shows straight away if using Pro or the browser plug-in (which currently points to Pro).  Never shows if Reader.
    One more question with regards to this, if we develop the plug-in using Adobe 9 SDK, does this mean our user base (over 3,000) will have to migrate to Reader 9 in order to use the plug-in?  Not saying this is a big issue as my guess is 95+% of the base is already using 9.  Just need to be prepared when we roll this out.
    Thanks and Regards,
    Steve

  • Form guide's preview PDF button not visible in Firefox

    Don't know if this is a silly question but when I preview form guides in Firefox then the 4 top-right buttons (including Show/Hide PDF) doesn't appear. I have confirmed that I selected the "Include PDF preview" option. In IE everything works fine, so I'm assuming it has something to do with Active X.
    I did have a look at the generated html, but couldn't really get much wiser. Any ideas?

    Hi Vijay,
    Goto:
    Universal Worklist Content Configuration -> Click to Administrate Item Types and View Definitions
    In the table under the "Current Configurations" tab, select the standard travel configuration provided by SAP -> "com.sap.pct.erp.mss.tra".
    Here, search for the code of the task for which everything is working fine; in our case it was TS20000118. Copy this piece of code.
    Now download the currently active XML configuration. In the saved XML file, search for the task code which is not working as expected. Replace this piece of code with the code copied in the above step. Save with a different name.
    Upload this new configuration with HIgh priority.
    Reregister the connector and clear the cache.
    These steps solved my problem. Probably it should work for you too.
    Regards,
    Shashank

  • HAP_PDF_OFFLINE_FORM - pdf preview not visible

    Hi ,
    I opened the standard HAP_PDF_OFFLINE_FORM  but when i am seeing this form i am not able to see the PDF preview
    of this form .
    Could you please let me know what could be the reason .
    ADS is installed in my system . I can see the body in the layout but not the master and PDF preview .
    Please provide your input on this issue .
    Thanks ,
    Omm

    Hello ,
       The reason for this is that the fields of this form get populated on runtime .
    You are not able to see the PDF preview as many field properties presence has been set to hidden .
    You can also check XML source of the same.
    Thanks,
    sahiba

  • Inbox messages not visible after reading since Yosemite conversion

    Since I upgraded to Yosemite on January 3rd, my Apple mail app is misbehaving. When I get new messages from gmail, they show up in the Inbox, Unread and Today mail folders but not in the overall Inbox folder. After they are read, they disappear from Inbox and Unread (of course) and are lost in the ether. If I search mail for a specific message, it finds it and indicates its either in an Important folder or  in Inbox-Gmail but it is in neither. Otherwise the message doesn't show up in Mail at all. Also the mail remains on the gmail server when I access it directly on the web.
    I've tried to synchronize the mail accounts but nothing changes.
    I also turned on iCloud and iDrive at the same time.
    A commentator responding to my question reports
         Apple Mail is not displaying the Exchange or G-mail inbox properly. I tested this with 2 systems: 1 on Mavericks and 1 on Yosemite.           The Mavericks mail worked correctly and the Yosemite would stop displaying the inbox. I was able to perform operations (read, flag, delete, move) messages on the Mavericks system and the actions would correctly show on the Yosemite system once I re-synced the mail application. Furthermore, I only needed to click on my iCloud-based account and then go back to my Exchange account for the inbox to be displayed properly. However, after about 30-45 seconds it would again stop displaying.    I how this helps and that Apple can fix this annoying bug soon."

    I can only see messages for my Exchange account if I'm looking at the "all Inboxes" in the left column. Otherwise all folders (and not just the Inbox) for my Exchange account has the problem. Once stuff is read, everything vanishes a few moments later.
    It looks like Gmail and iCloud accounts also set up in Mail seem to be okay. It seems to be only my Exchange account.
    I've been having to do email stuff on my iOS devices.

  • .PDFs do not open and Reader XI itself does not open either

    I can see an instance of AcroRD32.exe in the Process list in Windows Task Manager and the Mem Usage keeps increasing, but nothing ever displays.  Running XP. 
    Reading through other posts, the common remedy was to repair in Control Panel.  Tried that.  Also completely uninstalled Reader, then ran another Adobe clean-up program in case fragments remained, then reinstalled.  Still nothing. 
    I'm pretty sure that this problem began when I installed Reader XI. 
    Grateful for any constructive suggestions.
    Thanks.
    Dan

    Found a post by Pat Willener (sp) replying to someone else with a similar issue.  The following suggestions were made:
    "Regarding your problem, three things to try...
    Using Windows Explorer navigate to C:\Program Files (x86)\Adobe\Reader 11.0\Reader, then double-click on Eula.exe and accept the license agreement
    Can you open Adobe Reader by itself?  If so, try disabling Protected Mode [Edit | Preferences | Security (Enhanced)].
    It could even be a malware issue; see http://helpx.adobe.com/acrobat/kb/reader-core-dll-error.html
    I followed #1 and accepted the EULA.  No change.
    I cannot open Reader by itself. 
    Already followed the steps in #3. 
    Still trying to patiently wait for someone with some more insight.  Thanks.
    Dan

  • PDF Watermark - logo image is not displayed in ibr converted pdf

    Hi
    I have enabled pdf watermark administration and configured image watermark with rule, if the content type is document then the image watermark is to be applied but it is not displayed to the converted word document to pdf by IBR.
    If i change image watermark layer to "over", then image watermark is displayed, but word are displayed under the logo image watermark, so it is difficult to study the document.
    If the native file is pdf, then its image watermark is working fine.
    Thanks
    Deepak

    Hi ,
    I think this could be caused by the following :
    Check the factor set for Transparency and if it is completely opaque (Transparency =0%) then the converted PDF's will not show watermarks which has Layer set to UNDER.
    To get the watermarks displayed PPT's will need to be set to Transparency = 100% .
    The intention of the UNDER watermarking layer is that it should appear"behind" whatever is in the content layer.If the content layer completely covers the page and is opaque, then nothing behind it will be visible,including watermarks.The only reasonable solution is to check the above mentioned value before submitting the PPT's for conversion so that users are aware of this behavior for PPT's
    The above description if for PPT's where in this was found to be caused by the transparency factor of native PPT . If it is a word document then check for the same setting and set to 100% , then test .
    Hope this helps .
    Thanks,
    Srinath

Maybe you are looking for