Application/vnd.fdf not displaying in remote browser

Hi,
I was hoping someone could help me or point me to a topic that would. I didn't find what I needed after searching.
I'm using Adobe's FDF Toolkit to build an fdf and send it to the browser.
I have set my contentType to application/vnd.fdf and when I test it locally it works fine. I have both Acrobat Pro and Adobe Reader on my box and it uses Acrobat to open the resulting pdf.
When I go to a remote box that only has Adobe Reader on it, the request for the pdf is submitted, Reader starts up, then displays a blank page.
if I change it to just application/fdf, the browser doesn't know what to do with it right away and asks if you want to save or open it, if you choose open, then Adobe Reader displays the pdf correctly.
i want to get this to work with the vdn.fdf setup since if I do just fdf, it asks you what you want to do and opens up a reader window, the displays the pdf in the browser. The reader window stays around.
Does anyone have any ideas why it wouldn't work remotely?
Thanks,
Chris
I'm inserting my code below:
public class AdobeTestAction extends Action {
* Constructor
public AdobeTestAction() {
super();
public ActionForward execute(
ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
throws Exception {
ActionForward forward = new ActionForward();
AdobeTestForm adobeTestForm = (AdobeTestForm) form;
String date = GregorianCalendar.getInstance().getTime().toString().replace( ' ', '_' ).replace( ':', '_' );
try {
FDFDoc fdf = new FDFDoc();
fdf.SetValue( "borrowerName", adobeTestForm.getBorrowerName() );
... more SetValues()
fdf.SetFile( "http://myServer/myPath/myPDF.pdf" );
response.setContentType( "application/vnd.fdf" );
ServletOutputStream out = response.getOutputStream();
fdf.Save( out );
catch ( Exception e ) {
System.out.println( e.toString() );
return null;
}

fdf is a Adobe PDF Form type file.
It associated with adobe reader.
it works if I do it as application/fdf, it just has a couple of side affects that way. It asks if you want to save or open first, and it opens reader and leaves it open.
application/vnd.fdf works on my local test env. But it doesn't work when I try to hit it from a remote box.

Similar Messages

  • FDF not opening in a browser

    I'm having difficulty opening an fdf file in a browser.  I've tried opening the file via a url like http://localhost/fdftest/xxx.fdf.  I've tried opening the file by putting the file path in the address spot of IE and I've tried displaying the file using Response.BinaryWrite through an aspx page.  In all cases, IE and FireFox will show an empty page and usually hang that page/tab.  Sometimes it will show the Reader blue progress bar saying "Loading...." but not do anything.  If I double click the fdf it will open in Reader without a problem.
    I've tried different approaches for a couple of days now to no avail.  I'd appreciate any help you guys could give.
    Thanks,
    Mickey

    Kris,
    Thank you for your response.  I got tired of messing with it and decided to go another route.
    Thank you,
    Mickey
    From: bexarcv <[email protected]>
    To: Mickey Bradshaw <[email protected]>
    Sent: Tuesday, August 23, 2011 8:33 AM
    Subject: FDF not opening in a browser
    Were you able to open the fdf in an earlier version of the Reader?
    I just tried opening an fdf file (http://192.168.0.100/test.fdf where F/ is http://192.168.0.100/test.pdf) from the browser using Reader X, and had no problem.  You can also open a specific fdf file from the browser using #FDF.  For example:
    http://192.168.0.100/test.pdf#FDF=http://192.168.0.100/test.fdf
    I have been using this for many years to prepopulate pdfs, but it only works with the Adobe Reader or Acrobat.  It isn't supported by other PDF viewers, and it doesn't work with mixed versions of Acrobat and Reader.  I fear that someday Adobe will remove this feature entirely for some security reason.
    I'd be happy to send you the pdf and fdf files I used, or I can just email you the link to try it yourself.
    Kris

  • Charts in Apex 3.2 demo application do not display in Firefox browser

    Hi,
    just installed Apex 3.2 and launched the demo application using Firefox 3.5.7
    The charts are not displayed. Switching to MS Internet Explorer everything works fine.
    Is Firefox not supported or any idea what's missing to display the charts ? Adobe flashplayer 10 plugin and Adobe SVG 3.0 are installed on
    my WIN XP client.
    Regards, Werner

    It kept bugging me .. so I worked on it a bit.
    The charts actually show, then get hidden by the noplugin funciton.
    The problem is in Firefox ( the (ns || mo || !win) branch) the plugin check does not work.
    When I use either this, the check for SVG feature:
    function supportsSvg() {
    return document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Shape", "1.0")
    and
    hasSVGSupport = supportsSvg();
    or a check by mime types , like this:
    var hasSVGSupport = false;
    if (navigator.mimeTypes != null && navigator.mimeTypes.length > 0) {
    if (navigator.mimeTypes["image/svg-xml"] != null)
    hasSVGSupport = true;
    I get the correct result and the charts display (remain displayed).
    I simply modified plugins.js and use my modified version instead.
    if (ns || mo || !win) {
    if (hasSVGSupport) {
    null;
    } else {
    noPlugin('svgRegion');
    Hope this helps,
    K

  • Report is not displayed on the browser

    We have a 9iAs Oracle application(built in developer6i(forms and reports) patch12).The database version is Oracle 9.2.0.6.0.My problem is I have a report that is called from the form. If the print_receipt = 'Y', display the report.I have also an afterreport trigger that updates this print_receipt to 'N'.Somehow the afterreport trigger fires before the report is display thus giving a blank pdf output on the browser.My user has new pc and new operating system, Windows XP but they're still using Novell Netware for signing on to the network. Before she does not have any problem displaying the report, she was using Windows NT4 and Novell Netware for signing on to the network.Is there any limitations in Windows XP that interferes with the report? Is this known problem in report's afterreport triggers?Is there a workaround here so the report can be displayed?Thanks for the help.

    Hi,
    Try this may be it will help.
    Go to Iexplorer property - settings - Change (Check for newer version of stored pages to Automatically.
    This error is coming because the report runs twice, so the after report trigger is fired before anything is displyed & hance your report is not displayed.
    Thanks,
    Awadh

  • Will not display pdf in browser window -

    will not display downloaded acrobat files from the web in browser window - safari -
    can save same download and view in acrobat and/or preview.

    Apple Safari 5.1 and Adobe Reader/Acrobat Advisory
    If you are running Lion v10.7 >  Known Issues | Adobe products on Mac OS 10.7 Lion

  • CF8 - pdf files do not display in a browser

    We are setting up the multiple instance capability using jrn4 with cf8,
    with apache 2.x on Redhat linux 5.X.
    For the when browsing to the main cfusion instance I can see pdf files
    but if I go to the document root of an instance, pdf files are not displayed.
    Infact it hoses whichever browser you are using.
    I can see cfm, txt, html files.
    Anyone have an idea what is happening?
    paulw

    I tried your recommendation of turning off coldfusion and it
    appears the problem of not being able to display
    a pdf file has nothing to do with coldfusion or with apache.
    The problem appears to be how we are mounting the documentroot on a linux server
    from a windows file server using a cifs mount.
    It seems to handle text files properly but not pdf files (it may have problems
    with other types of files), perhaps it is an issue with end of line or end of
    file which is confusing things.
    This is the mount command we are using
    //win_file_server/xyz     /data/xyz          cifs   user,ro,credentials=credentials,uid=48,gid=48,file_mode=0755,dir_mode=0755
    The credentials file contains
    username=some_name
    password=xxxxxxxx
    uid=apache
    gid=apache
    filemode=0660
    dirmode=0770
    nosuid
    nosetuids
    It works file if the documentroot is on a mounted unix file system, but not windows.
    Does anyone know if mounting a windows file system can work properly?
    (Perhaps we are missing some additional settings).
    paulw

  • Application Page list not displaying.

    Application page list does not display when clicking on the application in application builder page. However if I type the application number and a valid page number in the URL I can access the application. All the pages work as well as the page editing.

    Scott,
    Well..it was the same issue as the Thistler..I replied to his posting and thought the threading would show that I was responding to his post. Anyway, it's okay.
    I solved the problem. By flushing the shared_pool (alter system flush shared_pool;) Application Express now shows the Application Builder page.
    The problem was that after logging in with a developer or administrator userid into the Apex 3.1.2.00.02 environment, clicking the Application Builder Icon resulted in a page not found error. However, you still could go directly to an application home page in the edit mode?(I don't really know how to describe it, it's the next page after selecting the application icon.)
    the Metalink NOTE:469934.1 describes what to do to fix this, and it did solve my problem.
    Thanks for your help
    Lyle

  • Spry tab menu background image is not displaying on remote server

    Hello All,
    I have a problem with spry tab panel, it is not displaying image in the background when it is active, it is working properly in local server but when i upload to remote it vanishes.
    Here is the link
    http://www.geftas.com/temaritestpage/about.html
    Also I am uploading Css and html code below
    Any help would be exteremely appreciated.
    Thanks
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="content-type" content="text/html; charset=utf8"/>
    <meta http-equiv="content-type" content="cache" />
    <meta http-equiv="robots" content="INDEX,FOLLOW"  />
    <meta http-equiv="keywords" content="Enter Keywords"/>
    <meta http-equiv="description" content="Description Here" />
    <title>TEMARI&CO. | Business Strategists</title>
    <link href="css/about.css" rel="stylesheet" type="text/css" media="screen" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="wrapper">
              <div id="header"></div>
      <div id="navigation">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html">HOME</a></li>
          <li><a href="about.html" class="current">ABOUT</a></li>
          <li><a href="#" class="MenuBarItemSubmenu">CONSULTING</a>
            <ul>
              <li><a href="#">Business Plan</a></li>
              <li><a href="#">Marketing Plan</a></li>
              <li><a href="#">Incorporation</a></li>
              <li><a href="#">Accounting System</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">INDUSTRIES</a>
            <ul>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Untitled Item</a></li>
            </ul>
          </li>
          <li><a href="#">OUR PROCESS</a></li>
          <li><a href="#">CAREERS</a>      </li>
          <li><a href="#">CONTACT</a></li>
        </ul>
      </div>
    <div class="shadow" id="content">
      <div id="TabbedPanels1" class="TabbedPanels">
        <ul class="TabbedPanelsTabGroup">
          <li class="TabbedPanelsTab" tabindex="0">values</li>
          <li class="TabbedPanelsTab" tabindex="0">people</li>
        </ul>
        <div class="TabbedPanelsContentGroup">
          <div class="TabbedPanelsContent">
                    <div id="scrolltext">
                        <h1>Heading1</h1>                 
            <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. N</p>
            </div>
          </div>
          <div class="TabbedPanelsContent">
                      <div id="scrolltext">
                        <h1>Heading1</h1>                 
            <p>Lorem n, </p>
                                <h1>Heading1</h1>                 
            <p>Lorem ipsum dolor sit amet, , </p>
                               <h1>Heading1</h1>                 
            <p>Lorem ipsum dolor sit a, </p>
                               <h1>Heading1</h1>                 
            <p>Lorem ipsum dolor sit amet,  </p>   
            </div>
          </div>
        </div>
      </div>
    </div>
      <div id="footer">
    <div id="legal">
                          <ul>
                              <li>Copyright © 2012 Temari&Co</li>
                        <li>| Privacy Policy |</li>
                        <li>Terms of Use</li>
                    </ul>
        </div>
                <div id="socialmedia">
                          <ul>
                              <li><img src="images/fbicongri.png" width="20" height="20" alt="fbicon" /></li>
                        <li><img src="images/gicongri.png" width="20"          height="20" alt="gicon"/></li>
                        <li><img src="images/linkedinicongri.png" width="20" height="20" alt="linkedin"/></li>
                        <li><img src="images/twittericongri.png" width="20" height="20" alt="twitter"/></li>
                  </ul>
          </div>   
      </div><!-- end footer-->   
    </div><!-- end wrapper-->
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
    </script>
    </body>
    </html>
    @charset "UTF-8";
    /* SpryTabbedPanels.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    /* Horizontal Tabbed Panels
    * The default style for a TabbedPanels widget places all tab buttons
    * (left aligned) above the content panel.
    .TabbedPanels {
              overflow: hidden;
              margin: 0px;
              padding: 0px;
              clear: none;
              width: 100%;
              height:100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
    .TabbedPanelsTabGroup {
              margin: 0px;
              padding: 0px;
    .TabbedPanelsTab {
              position: relative;
              float: left;
              background-color: #FFF;
              list-style: none;
              -moz-user-select: none;
              -khtml-user-select: none;
              cursor: pointer;
              font-family: Arial, Helvetica, sans-serif;
              font-size: 9pt;
              font-weight: normal;
              color: #666;
              height: 30px;
              width: 116px;
              text-transform: uppercase;
              text-align: center;
              line-height: 30px;
              margin: 0px;
              padding: 0px;
    .TabbedPanelsTabHover {
              background-image: url(../../SUPEROLDU/images/menubaractive.png);
              background-repeat: repeat-x;
              color: #FFF;
    .TabbedPanelsTabSelected {
              background-image: url(../../SUPEROLDU/images/menubaractive.png);
              background-repeat: repeat-x;
              color: #FFF;
              height: 30px;
              width: 116px;
    .TabbedPanelsTab a {
              color: black;
              text-decoration: none;
    .TabbedPanelsContentGroup {
              clear: both;
              background-color: #FFF;
              height: 100%;
              width: 824px;
              font-family: Arial, Helvetica, sans-serif;
              font-size: 9pt;
              color: #666;
              border-top-width: 1px;
              border-right-width: 1px;
              border-bottom-width: 1px;
              border-left-width: 1px;
              border-top-style: dotted;
              border-top-color: #CCC;
              border-right-color: #CCC;
              border-bottom-color: #CCC;
              border-left-color: #CCC;
    .TabbedPanelsContent {
              height: 100%;
              width: 100%;
              overflow:hidden;
    .TabbedPanelsContentVisible {
    .VTabbedPanels {
              overflow: hidden;
              zoom: 1;
    .VTabbedPanels .TabbedPanelsTabGroup {
              float: left;
              background-color: #EEE;
              position: relative;
    .VTabbedPanels .TabbedPanelsTab {
              float: none;
              margin: 0px;
              border-top: none;
              border-left: none;
              border-right: none;
    .VTabbedPanels .TabbedPanelsTabSelected {
              background-color: #EEE;
    .VTabbedPanels .TabbedPanelsContentGroup {
              clear: none;
    /* Styles for Printing */
    @media print {
    .TabbedPanels {
              overflow: visible !important;
    .TabbedPanelsContentGroup {
              display: block !important;
              overflow: visible !important;
              height: auto !important;
              margin-top: 0px;
              margin-right: auto;
              margin-bottom: 0px;
              margin-left: auto;
    .TabbedPanelsContent {
              clear:both !important;
              margin-top: 0px;
              margin-right: auto;
              margin-bottom: 0px;
              margin-left: auto;
              width: 744px;
    .TabbedPanelsTab {
               overflow: visible !important;
               display: block !important;
               clear:both !important;

    Assuming these are the images you're trying to display:
    .TabbedPanelsTabHover {
              background-image: url(../../SUPEROLDU/images/menubaractive.png);
              background-repeat: repeat-x;
              color: #FFF;
    .TabbedPanelsTabSelected {
              background-image: url(../../SUPEROLDU/images/menubaractive.png);
              background-repeat: repeat-x;
              color: #FFF;
              height: 30px;
              width: 116px;
    You have 2 root paths in your URL code. I think this is how your file structure looks like on your local computer. However, on a remote server, ../ by itself means you're pointing to the root folder of your website. Your URL linkage should be corrected based on the relativity and your background will work without a problem.

  • Nodes and links are not displaying in IE10 browser - mapviewer ps6

    Hi,
    Node and link are not visible on the IE10 browser where as in IE9 they are displaying properly.
    In IE10 browser ,
    when we set compatibility settings - Display All websites in compatibility view --> node are displaying properly.
    when we deselect this node are not displaying properly
    Is there any existing bug on mapviewer?
    Thanks in Advance
    Aruna

    DRK Montreal,
    try opening Terminal, and running the following command in the Terminal window:
    nslookup www.pinatize.me
    If you still have access to some of those other Mac computers, try running the same command on them also for comparison.
    Please include in your reply the full output from that command.

  • In Solution Landscape Application Servers are not displaying

    Dear All,
    We are integrated SOLMAN (7.0 Ehp1) server with R/3 Dev,Qua,Prd servers but in DSWP >Operations>Solution Monitoring-->System monitoring / Administration .We can see the Dev,Qua,Prd servers but our requirement is under Dev server we have 4 application servers but those servers are not displaying.
    Please suggest....
    Regards,
    Pavan.

    Are these showing in SMSY
    Please check SM51 in CI to ensure these are visible and reporting app servers
    Please check in RZ20 in CI to ensure these are visbile and reporting data
    Please check RFC connections to Solution Manager
    Best wishes
    Stuart

  • Application Icon are not displayed during Clickonce installation in WPF Application

    During Clickonce installation of WPF application, Icon File(ico) is not displayed in the start Menu and installed applications list in control panel..
    Default icon only gets displayed.
    In my project 
    Already added ico file in the "Icon and Manifest" in Application Properties. 
    Please answer me how to show Application Icon in the Start Menu as well as in installed applications in control panel

    Did you do this:
    http://learnwpf.com/post/2012/07/09/Adding-an-Icon-and-File-Association-to-WPF-Clickonce-Applications.aspx
    You also set the ico file as the project icon.
    Since that's under the Icon and Manifest I guess you did that.
    Also
    The main window ought to have it's icon set to thee icon.
    The main window is the first window you open - which of course may or may not be called MainWindow.
    Hope that helps.
    Recent Technet articles:
    Property List Editing ;  
    Dynamic XAML

  • 911- textarea captured but can not displayed well on Browser with linebreak

    Please have a look at point 1 and answer point 2. Please do any suggestion
    1.
    Here is a test.jsp code:
    <script language="javascript1.2">
    function OK()
    alert(document.frm.textarea.value);
    return true;
    </script>
    <%
    if (request.getMethod().equalsIgnoreCase("POST"))
    out.println(request.getParameter("textarea"));
    else
    %>
    <form name="frm" method="post" onSubmit="return OK();">
    <textarea cols="10" rows="5" name="textarea"></textarea>
    <input type="submit">
    </form>
    <%
    %>
    2. when I enter
    this is a test
    thsss
    we get the msgbox display
    this is a test
    thsss
    which is OK.
    Now when we're back to the server, which send to the brower
    this is a test
    thsss
    but the Browser could not display as it is. On the browser, I use view source and see exactly whatever we entered
    (/n or /n/r)
    -- Paul.

    the esiest way to make it work is to use <pre></pre> tag. In your case it will look like
    <script language="javascript1.2">
    function OK()
    alert(document.frm.textarea.value);
    return true;
    </script>
    <style>
    pre{font-family:verdana;};
    </style>
    <%
    if (request.getMethod().equalsIgnoreCase("POST"))
    out.println("<pre>" + request.getParameter("textarea") + "</pre>");
    else
    %>
    <form name="frm" method="post" onSubmit="return OK();">
    <textarea cols="10" rows="5" name="textarea"></textarea>
    <input type="submit">
    </form>
    <%
    %>
    Notice that I used a style sheet to change the default font for <pre> (you can write your own style sheet). Good Luck.

  • Windows Phone application rating is not displaying

    Hi Microsoft,
    Our company has published an application  in windows Store on 21st april 2015.  
    And many user have downloaded the application and many have rate it. But it is not displaying in the application page yet.
    And I also checked with logging in Windows developer account. Still I could not see it.
    Please provide clarification. From a developer side, do we need to do anything  for displaying rating information?
    Thanks
    anoop m

    No you don't need to do anything.
    It could take some time to get your ratings display in the store. Also you will only be able to see the ratings from users in your region in the store. All ratings will only be visible in the developer center.
    Wait for a week and if the ratings still doesn't show up, contact the developer support
    here
    Yea . Its already 3 days after a user Rated my app. Still not there under reviews section. Anyway I will wait.
    Thanks
    anoop m

  • Some artists not displaying in iTunes browser but load fine under search

    I'm having an odd problem with iTunes that has been digging under my skin. Some of my Artists aren't displaying under the Artists pane in the browser. An example of this is my Eazy-E collection. If I serac for Eazy-E all of the songs display and the Eazy-E field is filled out for Artist. Yet under found artists it displays 0 and under found albums it displays 1 which is the number of albums I have for that artist.
    It even does this for songs I've recently purchased from the iTunes music store. I purchased some Pearl Jam and it doesn't display in the browser, I have to do a search to load the songs. I've tried everything, including rebuilding my iTunes library. What can I do I'm desperate?

    The albums are listed under Compilations.

  • ITunes not displaying ALL remote speakers...

    All,
    I have two airport expresses hooked up, but I can only get airtunes to work with the express that is 'extending' the range of my network. The airport express connected to my modem will not display in iTunes. How can I troubleshoot this and get both airports to appear in iTunes drop-down????
    thanks in advance,
    Dr. S
    Macbook   Mac OS X (10.4.10)  

    Hmm, what column is your current view sorted on? Many of them don't keep the tracks of an album together. See Use an album friendly view. Assuming you knew that already a screenshot might provide clues.
    tt2

Maybe you are looking for