PDF form with buttons opens up URL with security warning window

I have a short-lived process that renders PDF form with data merged. The data is in XML format. 
The form buttons are assigned URL values when the form is opened. When I click on them,I get a Security warning prompting me to allow/block that site. When I click on 'Allow', I get a window of download statistics of the website that in the URL.
This would be annoying to the end user. How I do I suppress the Security warning window as well as the download statistics window before the PDF is opened ? Can this be done either at the process design, form design stage or using Java APIs ?
Thanks,
Jyothi

I have a short-lived process that renders PDF form with data merged. The data is in XML format. 
The form buttons are assigned URL values when the form is opened. When I click on them,I get a Security warning prompting me to allow/block that site. When I click on 'Allow', I get a window of download statistics of the website that in the URL.
This would be annoying to the end user. How I do I suppress the Security warning window as well as the download statistics window before the PDF is opened ? Can this be done either at the process design, form design stage or using Java APIs ?
Thanks,
Jyothi

Similar Messages

  • I am having an issue with my adobe acrobat 9 pro. Every time I try to open a pdf from someone it opens it up with my free adobe reader rather than the Acrobat 9 pro so then I don't have all of the functions of 9 pro. How do I get it to open with 9 pro ins

    I am having an issue with my adobe acrobat 9 pro. Every time I try to open a pdf from someone it opens it up with my free adobe reader rather than the Acrobat 9 pro so then I don't have all of the functions of 9 pro. How do I get it to open with 9 pro instead of the free reader?

    It may depend on the plugin that is loaded into your browser. However, right click on a PDF and select the Open With option and go to the default button to select Acrobat as the default. That might do it.

  • Why do PDF files in email open in safari with a quick time logo but only one page shows and I can't scroll through the following pages?

    Why do PDF files in email open in safari with a quick time logo but only one page shows and I can't scroll through the following pages?

    Try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until the screen blacks out or you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.

  • Opening a url  with parameters in an application

    I'm able to open a url in a browser from my application, but I want to open a url with parameters.
    for instanse http://mypage.asp?parameter=a
    You get a file not found. Is this possible?
    I'm currently using
    Runtime.getRuntime().exec( "cmd /C start " + url);

    Found the answer -- you have to put the url in quotes lest the ampersands parse the end off.

  • Is there a plug-in yet that will allow pdf forms to be opened in the browser and submitted?

    Is there a plug-in yet for Firefox that will allow pdf forms to be opened in the browser (instead of downloaded), and then submitted to an e-mail address using the submit button on the form? I finally installed the plug-in that allows a pdf to open in Firefox and not downloaded, but the Submit button doesn't work.

    Help. Same issue.

  • Opening a url in a new window

    Guys,
    I have a situation to open a url (url is formed dynamically) in a new window on the click of a button (command button).
    I tried to use Go button, but in go button there is no way to provide the url dynamically. I mean i form the url by reading the contents of the page. But go button doesnt allow to form the URL dynamically.
    The problem with command button is, it doesnt open the URL in a new window.
    My requirement is
    i click on the button on a page -> go to method (read the contents of the page) to form the URL -> open the URL in a new window
    How this can be acheived.

    Yes, but i need a method to do my calculation to build the dynamic URL.
    I have resolved it using command button
    public void actionlistener(actionevent event)
    String dynamicUrl = // logic to build url;
    FacesContext ctx = FacesContext.getCurrentInstance();
    ExtendedRenderKitService erks =
    Service.getService(ctx.getRenderKit(), ExtendedRenderKitService.class);
    String url = "window.open('" + dynamicUrl + "','_blank');";
    erks.addScript(FacesContext.getCurrentInstance(),url);
    this resolved my issue

  • Captivate 7 Click box and bottons not able to open an URL on a new window

    I inserted a button and a click box in CP7 to open an URL on a new window. The URL opens but in a New Tab. There is an issue that the URL cannot be opened on a NEW WINDOW, I am using IE and Chrome. Do you have any ideas about this issue and how to troubleshoot it? I tried with Safari and it works fine.
    Thanks, Jorge - Adobe Captivate 7 user.

    Hi Jorge
    It's my understanding that all you can do is to configure the link to open in a new "whatever". Whether you get the link opening in a tab or a window is left up to the browser and how the particular user has their browser configured. For example, I use Firefox and when I look at its settings here is what I see.
    I'm guessing there must be a way to force a new window, because I do see new windows appear. But I think in those cases folks are doing it by using JavaScript.
    Cheers... Rick

  • Open a URL in a new window from Flash

    Looking for the simplest way to open a URL in a new window from Flash using AS3-CS3, Thank you.

    The following line of code will do that...fill in the URL
    navigateToURL(new URLREquest("http://www....", "_blank"));

  • Send PDF form to e-mail as attachment with a PHP script on the server

    Hi,
    For several days I've been searching though the internet looking for a solution, a quite simple one in my opinion, but I got a little desperate not getting any result I want.
    Okay. The Situation.
    I have a PDF form to order sandwiches and drinks.
    The PDF has serveral area's and columns where customers fill in the amount of the products they would like to order.
    At a position of a field, the kitchen can almost blindly see what products a customer ordered.
    Therefore, when someone fills in the form, I want to send the filled PDF by e-mail to the kitchen's e-mail adress. And important: the PDF in the kitchen's mailbox should be completely identical to the form the customer filled in.
    So, I have an Order button in my form. I set the action as 'Submit a form'.
    In the settings under 'Enter a URL for this link' I used just some PHP mailer script I also use on my website contact form.
    IF I check 'HTML' under 'Export Format' the PHP mailer works fine. I receive an HTML e-mail listed the ordered products.
    BUT
    I do want the original filled PDF in my mailbox instead of an HTML e-mail.
    So, for 'Export Format' I checked 'PDF The Complete Document'.
    But then my PHP mailer script doesn't work anymore.
    It gives errors like 'no valid e-mail adres' , etcetera etcetera.
    Who has a solution?
    Who has a working standard PHP script for me what just sends the kitchen an empty mail with the original PDF as attachment?!
    There is no need to use any database or other more complex functionality. Just mail the filled PDF.

    You can submit whole PDF format as long as you enable usage rights on the PDF.
    Normally Adobe Reader users can only submit the data, XFDF, FDF, XDP, XML.
    To enable usage rights on the PDF you will need to use Adobe Acrobat Std/Pro.
    As for the PHP Script; it depends on your PHP web server capabilities.
    The script will be slightly different, if the server uses PHP Mail or PHP PEAR.
    Just attach the submission to an email and send.
    If the client is submitting the form from a standalone pdf reader app, you can also respond with a success or failure FDF \status message; otherwise, you can redirect to a success / failure URL.
    For more information and online examples:
    http://www.pdfemail.net/examples/

  • Open Doc URL with parameter in BI 4.0 to open Webi and Crystal report

    Hi Experts ,
    Has any one experienced the open doc URL to open the report and to pass the parameter to the new report .
    I am well aware of the syntax of passing the parameter and use to work perfectly fine with XI 3.1 but its giving me griefs in BI 4.0 environment .
    In the new report i am just trying to pass the Fiscal year as a parameter with the url i can open the report but it does not accept the value being passed with the url so i have to renter the values again .
    I am using BO 4.0 SP2 Patch 6 and trying to intact with crystal and webi report   built on top of BEx query with the fiscal year parameter defined in BEx query level .
    Any comment on this will be appreciated.
    Thanks,
    Vibhav

    Hi Nakul,
    I am not using the user response to get the value i tested it in Crystal Enterprise environment i tired passing the following syntax
    http://.../OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=...&lsSFiscal%Year%(Single%Value%Entry,%Required)={?0P_FYEAR}
    {?0P_FYEAR}  this is a variable comming form BEx query into Crystal i tired to use it and pass it to other report but i cannot pass it i have tried to pass the hardcoded value still i see the paramater screen and have to enter the value again.
    I am not sure if anyone has tested this functionality in BI 4.0 environment .
    Thanks,
    Vibhav

  • How to open an URL with PLSQL FUNCTION?

    Hi friends,
    I want to know if EBS has a package to open an URL like this xxpck.openhtml("http://www.oracle.com")

    Hi Ricky,
    So your question is more about discoverer calling a PL/SQL package to create data in temp table which is then reported on?
    There are a couple of posts on this issue already, where the solution is something like having two worksheets in the workbook, the first that executes the "setup" calling a PL/SQL function through calculation or similar logic, this function includes loading the tables (and could include parameters) the second that reports on the data.
    Rod West has posted solutions around this, check out posts like:
    Re: CALL PL/SQL Procedure in Discoverer 4i
    Re: Passing Parameters to a discoverer folder using Note 282249.1
    If you are not talking about this, but viewing some output from a concurrent program in the Oracle Apps Web Forms session, then you could create a page that submits a request, waits for it, then displays the output, but this is not recommended due to the concurrent manager queueing functionality.
    With regards to calling a web page in an OAF (or forms) page, then the responsibility lies with the OAF page or Forms page not a backend PL/SQL function (although you could code PL/SQL to get the page and pass back as a clob or something, but not or efficient).
    Gareth

  • How to open a URL with a "#" in Automator?

    I am trying to open a url in Automator using the "Display Webpages" action.  The URL I need to open has a hash within it -- e.g. http://translate.google.com/#fr|en|testing.  Automator URL encodes the # to %23.  I can't figure out how to prevent it from escaping the anchor charater.  FWIW, the terminal command...
    /usr/bin/open "http://translate.google.com/#fr|en|Text"
    does the exact same thing.  Anyone know how to stop the # from being encoded?

    Hi,
    I have the exact same problem but I don't have a bar. I'm trying to use this URL "http://translate.google.com/#auto/en/" but the script changes the # to %23. Any ideas? Thanks
    Edit:
    OK, that's starting to get weird. I tried using this URL instead "http://translate.google.com/#auto%7Cen%7C". When I put it directly in the browser it works which means that it is correct. When I use it through Automator it keeps changing the # to %23. Now the weird part. If I put #fr like the original poster it doesn't change it. It only change it with #auto. Anyone have any suggestions? Thank you.
    Message was edited by: j.giazlas

  • PDF Form - remove buttons?

    I am working on a small government site that will contain a
    number of
    PDF forms which can be completed online and submitted via
    'cfpdfform'.
    So far i have the submission working great, saving a copy of
    the actual
    completed pdf on the server and stripping out all of the
    submitted data
    , which is saved in a database with a datestamp and other
    important info.
    These forms are being created in LiveCycle by staff members,
    with
    specific formatting and details determined by them.
    Fortunately CF makes
    it super easy to 'talk' to these forms.
    The only issue I cannot sort out at this stage - each form
    has a
    "submit" button, which passes the data and the PDF itself to
    a receiving
    coldfusion page. When viewing the stored copy of the PDF
    after
    submission, along with all the user's info filled in, the
    'submit'
    button is still there. This means the user can submit a form,
    click a
    link to view/print his completed copy, and then easily click
    the
    'submit' button again, going round and round.
    *Q*
    Is it possible to remove or disable specific PDF Form buttons
    with
    coldfusion?
    I looked at the 'flatten' option, but that appears not to
    work with
    LiveCycle created forms.
    Michael Evangelista, Evangelista Design
    Web : www.mredesign.com Blog : www.miuaiga.com
    Developer Newsgroups: news://forums.mredesign.com

    What I've done is:
    Put a hidden field in the PDF form called processed.
    Set it's value to 0
    Make sure it is not included in the signature controlled list if you use a signature. 
    Have the submit button check the value of the processed field and if it is 0 submit the form.
    When the form arrives on the server pull the form field values into an XML document
    Update the processed field with a value of 1.Write the PDF to the file repository with the XML document and overwritedata set to "yes"
    This will allow the user to click on the Submit button all they want but because you've changed the value of processed to 1 it won't submit again.
    Kevin

  • Question on text message notifications with imessage open vs closed with  iOS7

    Before the upgrade to iOS7.1 when I received a text message my phone would vibrate both when the application was closed to nofify me of the message and when the application is open (I am looking at the text message) and then when another text would come through with the application still open the phone would vibrate again. Now that I have upgraded to iOS7.1 when the application for text messages is open and someone continues to text me while I am reading the other texts the phone barely (hardly able to feel it at all) vibrates. The problem is that if I leave the application open and am not looking at the phone then I don't realize texts are coming through. Anyway to fix this? I have power cycled the phone, checked all settings (that I can find) and turned off notifications and then back on again and still nothing.
    Ideas?
    Didn't have this issue before the upgrade.. Phone would vibrate the same with application open or closed. Would like that again.

    I have the same thing happening. Any help would be appreciated!

  • PDF form submit button sends FDF instead of PDF

    i have PDF Form created  in Adobe Acrobat XI Pro
    i want to send PDF document to webserver
    my server code
    ob_start();
    $file = file_get_contents("php://input"); //Gets binary PDF Data
    $time = microtime(true); $newfile = "./customers/" . $time . ".pdf"; //Names file based on the time to the microsecond so nothing gets overwritten.
    $worked = file_put_contents($newfile, $file); //Creates File
    ob_end_clean();
    my problem is that i am getting FDF data, not PDF document.

    i investigated and found it works perfect if opened locally in adobe reader, it dont work in opened in chrome browser at website

Maybe you are looking for

  • IPhone will not synch contacts and calendar with Outlook after upgrade to 4

    I have been using an ACT! database on a PC for years, synching to Outlook with CompanionLink, and synching my iPhone to Outlook. After upgrading my iPhone to 4.0, I can no longer synch my contacts and calendar from Outlook. It "goes through the motio

  • Problem in XML form generation

    I am facing one strange problem while creating new User Defined form after the form is created each and every event gets fired except the lost focus even on which i need to write some code can anyone help me please

  • Doubt in MIME type

    Hello, I have set my mime type to text/plain in my action servlet.But in browser Firefox 5.0 it is shown as text/xml (in view->pageinfo).So an xml error is shown in the browser. How to give the mime type.Is there any problem in my browser?

  • Photoshop CC is creating problematic JPEGs that make OSX Preview.app lose its mind

    I have a 2013 Retina MBP on Yosemite, with a licensed copy of Photoshop CC. My problem is, Preview cannot deal with JPEGs I am creating in Photoshop. Preview is really sluggish when it loads the images, and is unable to resize them. It appears to do

  • How can I count the participants' number in TextChatApp? (using SharedObject, FMS)

    Hi all. How can I count participants' number? If the 3st user enter the room, the 3st user have to know that how many users are in the room. How do I know how many users are in the room? Thanks in advanced. Kevin.