Displaying the PDF ByteStream on to the browser?

Hi,
I want to display a pdf on the browser.
I have with me the byte stream, using which I need to display the pdf
directly on the browser.
Currently, I am storing it in my local file system by creating a file
output stream. But its taking a lot of time.
I don't want to create any intermediate files.
Is it possible to display the PDF directly on the browser?
If yes, then can some one point how can this be achieved in SunSeeBeyond......
Regards,
Renga

The questions really are
1."how do I get the web browser to GET a PDF data stream from SeeBeyond"
2."how do I return a PDF data stream from SeeBeyond so that the browser
interprets it as PDF".
Question 2.
PDF data can be supplied to the browser the same as any other content.
Content-type header will be application/pdf - see RFC3778
If your "web application" is completely outside Java CAPS but you need
Java CAPS to provide the PDF data then the simplest thing to do is to
develop a JCD or a BP that uses the HTTP Server eWay, accepts the GET
request, gets the data, sets the data in the HTTP Response, sets the
content-type in the HTTP Response and sends the lot back to the browser.
If you are using eVision then you need to consider where within your
eVision page you would like to display the PDF. A couple of choices are
a) in a popup window, b) in an inline frame, c) in an independent
browser window. In all of these you can specify the URL of the PDF and
the browser will send the GET request to whatever provides the PDF data,
Java CAPS or otherwise. All this has plenty to do with HTTP, HTML and
client-side scripting and rather little to do with Java CAPS. If you
don't understand these underlying technologies you will have
difficulties working out by yourself what can/needs be done.
Question 1.
Again, if your "web application" is developed outside Java CAPS you
cause the link, button, or some such, to get the web browser to issue a
HTTP GET request with the appropriate URL that points to the Java CAPS
infrastructure component that will return the PDF data with the
appropriate HTTP Headers. If your application is eVision-based then
again you need to consider where the PDF content is to be displayed and
get the eVision page to issue the GET request for you, have the pageflow
construct the eVision page so that it embeds the PDF, etc., etc..
All of this is well beyond a simple answer to a simple question. This
takes time to analyse and respond so don't expect a cookbook answer from
anyone.

Similar Messages

  • Color Display for PDF Files Creative Cloud in Browser View

    I have noticed that there is a great difference in color display between a PDF and .ai/eps files. When viewed in the browser there seems to be no ICC taking affect for PDF files even though options to include the profiles, etc in output were selected. This makes it hard to use as a tool when showing clients proofs via the browser as they will never see proper color. I know color will vary between monitors but the difference is huge for some colors. Like a dark almost Navy Blue appearing like a vibrant pen ink blue. On a Mac when you use the quick spacebar preview the correct color shows for all versions of file type but in the browsers it shows the color incorrectly. Have tried this so far on the Mac in in Safari, Chrome and Firefox. Even Google Drive can display all the file types correctly with correct color although the way it shows eps files is a bit off. That I don't mind as I rarely save eps files anymore.
    Is there something I am missing or is this a defect in the browser display?
    The other possible option would be to flip my thinking and save everything as .ai files with PDF compatibility turned on and then have to tell clients that they should be able to open that ai file in Acrobat. At the moment I save everything as PDF files with Illustrator compatibility turned on.

    Can anyone throw light on this. I'm facing same problem.

  • Trying to display a pdf exported report file in browser

    i am getting null pointer exceprtion when try to close the report browser.
    the same code is working perfectly in adobe reader 8. i am getting this problem adobe reader 9.
    i am exporting the report file as a pdf and saving locally. report is displayed in the browser from local directory.
    till its working fine. when close the report file.. i am getting the following error:
    java.lang.NullPointerException
            at org.eclipse.swt.ole.win32.OleClientSite.onPaint(OleClientSite.java:921)
            at org.eclipse.swt.ole.win32.OleClientSite.access$2(OleClientSite.java:906)
            at org.eclipse.swt.ole.win32.OleClientSite$1.handleEvent(OleClientSite.java:131)
            at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
            at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:1424)
            at org.eclipse.swt.widgets.Control.windowProc(Control.java:3842)
            at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541)
            at org.eclipse.swt.internal.ole.win32.COM.CoFreeUnusedLibraries(Native Method)
            at org.eclipse.swt.ole.win32.OleClientSite.releaseObjectInterfaces(OleClientSite.java:1084)
            at org.eclipse.swt.ole.win32.OleControlSite.releaseObjectInterfaces(OleControlSite.java:683)
            at org.eclipse.swt.ole.win32.OleClientSite.onDispose(OleClientSite.java:852)
            at org.eclipse.swt.ole.win32.OleClientSite.access$1(OleClientSite.java:847)
            at org.eclipse.swt.ole.win32.OleClientSite$1.handleEvent(OleClientSite.java:128)
            at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1008)
            at org.eclipse.swt.widgets.Widget.release(Widget.java:804)
            at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:755)
            at org.eclipse.swt.widgets.Widget.release(Widget.java:807)
            at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:755)
            at org.eclipse.swt.widgets.Widget.release(Widget.java:807)
            at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:755)
            at org.eclipse.swt.widgets.Canvas.releaseChildren(Canvas.java:174)
            at org.eclipse.swt.widgets.Decorations.releaseChildren(Decorations.java:771)
            at org.eclipse.swt.widgets.Shell.releaseChildren(Shell.java:1211)
            at org.eclipse.swt.widgets.Widget.release(Widget.java:807)
            at org.eclipse.swt.widgets.Widget.dispose(Widget.java:441)
            at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java:446)
            at org.eclipse.swt.widgets.Shell.dispose(Shell.java:674)
            at org.eclipse.swt.widgets.Decorations.closeWidget(Decorations.java:308)
            at org.eclipse.swt.widgets.Decorations.WM_CLOSE(Decorations.java:1643)
            at org.eclipse.swt.widgets.Control.windowProc(Control.java:3789)
            at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:337)
            at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1576)
            at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:1937)
            at org.eclipse.swt.widgets.Display.windowProc(Display.java:4528)
            at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
            at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2366)
            at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:477)
            at org.eclipse.swt.widgets.Control.windowProc(Control.java:3877)
            at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:337)
            at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1576)
            at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:1937)
            at org.eclipse.swt.widgets.Display.windowProc(Display.java:4528)
            at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
            at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2366)
            at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:477)
            at org.eclipse.swt.widgets.Control.windowProc(Control.java:3877)
            at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:337)
            at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1576)
            at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:1937)
            at org.eclipse.swt.widgets.Display.windowProc(Display.java:4528)
            at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
            at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2371)
            at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3420)
            at com.siemens.med.cad.hqm.view.mainUI.HQMMainForm.buildMainShell(HQMMainForm.java:246)
            at com.siemens.med.cad.hqm.event.UserLoginEventHandler.loginDisplay(UserLoginEventHandler.java:240)
            at com.siemens.med.cad.hqm.event.UserLoginEventHandler.widgetSelected(UserLoginEventHandler.java:97)
            at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
            at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
            at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
            at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
    this is my code:
    private void displayReport(String reportTitle) {
            // Shell to display the report
                Display display = Display.getDefault() ;
             Shell shell = new Shell(SWT.RESIZE //Display of the active Shell being used
                    | SWT.CLOSE | SWT.MIN | SWT.MAX | SWT.APPLICATION_MODAL);
            shell.setText(reportTitle);
            shell.setLayout(new FillLayout());
            shell.setMaximized(false);
            shell.setSize(800, 600);
            // Composite
            Composite comp = new Composite(shell, SWT.NONE);
            comp.setLayout(new FillLayout());
            // Browser
            final Browser browser = new Browser(comp, SWT.FLAT);
            // Setting the file to browser
            try {
                File file = new File(exportFile);
                URL url = file.toURL();
                browser.setUrl("file:" + url.getPath());
            } catch (MalformedURLException malURLEx) {
                // malURLEx.printStackTrace();
                throw new ProgrammingExceptionAdapter(malURLEx);
            // Add a dispose listener to the shell
            // and delete the temp file at dispose.
            shell.addDisposeListener(new DisposeListener() {
                public void widgetDisposed(DisposeEvent arg0) {
                    File file = new File(exportFile);
                    if (file != null && file.exists()) {
                        file.delete();
                    browser.dispose();            
            // Opening the file
            shell.open();
            shell.setFocus();

    I see no Crystal here.
    Sincerely,
    Ted Ueda

  • How do I display the McAfee siteadvisor browser button?

    In the previous version of Firefox, I can display the browser button at the bottom right corner of Firefox window. However in Firefox 4, I can't find display it again.

    The McAfee Site Advisor add-on may have to be updated to work with Firefox 4. You will need to contact McAfee about that.
    A couple of things you can try:
    Make sure the add-ons bar is displayed - Right-click on a toolbar, if "Add-on bar" does not have a tick by its name click on it, this will display the add-on bar.
    Right-click on a toolbar and select Customize. If the McAfee siteadvisor button is listed in the customize toolbar dialog, you can drag and drop it onto a toolbar.

  • Export presets now direct me to the "Browse For Folder" dialog box

    Suddenly Lightroom will not remember the name of the "export to" folder when I use my export presets in certain ways, even though the name of the "export to" folder appears in the "Export" dialog box. The prolem exists in Library and Develop modules. This is what's happening…
    IF I CLICK ON "FILE":
    1. And choose the "Export" option, LR displays the Export dialog box, from which I can select an user preset and export a JPG file to the proper folder, as intended. (OK) 
    2. And choose the "Export with Previous" option, LR exports the JPG file immediately to the proper folder. (OK) 
    3. And I choose the "Export with Preset option, LR displays the menu of Lightroom presets and user presets, but clicking on a user preset displays the "Browse for folder" dialog box from which I must manually browse to the export folder before a file can be exported. (NOT OK) 
    IF I RIGHT-CLICK ON THE IMAGE:
    LR displays a menu containing these options: Export, Export with Previous, the Lightroom presets, and my user presets. 
    4. If I then choose "Export," LR works properly---same as example 1 above. (OK) 
    5. If I then choose "Export with Previous," LR exports the JPG file immediately. (OK) 
    6. If I then choose one of my presets, LR does not work properly: it acts as it does in example 3 above. (NOT OK) 
    BACKGROUND:
    I have been using these presets for almost a year without fail---they're great! Two days ago I moved my Lightroom catalog to a new external drive. I also renamed the "export to" folder (that new name is stored in the "Export" dialog box). 
    I sure would appreciate hearing from anyone on this because it's driving me crazy. Thanks.

    SOLUTION FOUND:
    I created yet another folder for storing exported JPGs. Then for each export preset I used the "Browse For Folder" dialog to point that preset to that new folder. All presets now work as before. This fix was tolerable for the seven presets I have, but a large number of presets would have made it a real chore.

  • Acrobat 9 "Display PDF in Browser" on IE7 crashes the browser

    Hi,
    Here's what is happening. My company purchased a few licenses for Adobe Acrobat Professional 9, and they were installed on some of the company laptops. These laptops are in a UAC controlled SOE environment, so the employees are restricted to do any updates/installations that requires rights. The Adobe Professional 9 was installed through SCCM advertisement, and the "Display PDF in Browser" option was enabled.We discovered that when we attempt to download any pdf files off the web, the browser would stop responding/hangs during the duration of the downloads (shown at the status bar of IE), and we can only kill off the process.
    The current workaround is to disable the "Display PDF in Browser" and download the file directly. However, it came to some points where the pdf documents contains some dynamic links over https on the site is is residing. In which case, the pdf have to be open to view from the secured site for the dynamic link to works.
    Previously with Adobe Reader 9, we face no such issue. Only after we installed Acrobat Professional 9, this issue surfaces.
    We have tried uninstalling the Reader before installing the Acrobat to prevent any chances of conflicts, problem persisted.
    Here are the versions of the software involved.
    Adobe Reader v9.3
    Adobe Acrobat Professional v9.0.0
    Internet Explorer v7.0.6002.18005
    I have looked through the forums for similar cases, unless I have missed the keywords, I do not see any similar cases.
    Has anyone encountered similar issues? Would appreciate if you could share on what was done to circumvent this. Thank you!
    Jiang.

    Hi broger_1,
    Thanks for your reply.
    In regards to your query:
    Is the problem seen with both Reader and Acrobat?
    No, this is only seen when Acrobat is install. It is working fine when only Reader is installed.
    What is your definition of a dynamic link? Post example.
    At the moment, I cannot find a online example for reference. I will try to describe by example.
    Let's say if I goes to https://nonexistance_site.com/brochure_ folder/broc_1.pdf, and the "Display PDF in Browser" was already enabled.
    The content of the broc_1.pdf contains a hyperlink that points to "../broc_2.html"
    Our issue now is the we can only download the pdf file to a folder, say c:/pdfs/broc_1.pdf, so when we tried to access the dynamic link, it will tries to locate c:/pdfs/broc_2.html, which is non-existence. And direct access to https://nonexistance_site.com/brochure_ folder/broc_2.html would not work for some reason (possibily session restriction, or something else).
    What are your security settings? (is Enhanced Security enabled?)
    This setting is currently disabled in the Acrobat Pro 9 preference. Should this stays as disabled?
    This only happens when attempting to "download & display" any pdf files from the net, displaying of local pdf that is already downloaded is fine.

  • Incorrect PDF being displayed periodically in the browser

    I want to start by thanking anyone who could shed light on this problem. 
    We have a web application that dynamically generates PDF files per a user request in a web application.  98% of the time the proper PDF gets opened in the browser correctly, whether it be IE or Firefox.  The other 2% of the time, no matter what url data was requested from, an incorrect PDF is displayed.  This incorrect PDF that gets displayed is one that was requested and opened in a previous request and could still be open in a browser tab.  Once this state is reached all PDFs that are requested do not line up with the requested PDF, meaning they are all incorrect.  Once the browser is refreshed the problem stops happening for another stretch of time. 
    I have read posts that discuss placing a random number in the url to "trick" the browser plugin from thinking it already has the PDF.  We have done that.  In fact this issue appears to not be impacted at all by the url.  For example, when this problem happens I can go to https://appname/one/pdf and get the PDF that was requested and sent back when I went to https://appname/two/pdf.  These are two clearly different urls even without the random number that we placed on the end as a parameter and I still receive the PDF from the second URL. 
    We debugged the server side code and we are 100% sure that we are sending the correct PDF back to the client by streaming the PDF to a file on the server prior to sending it back to the client. 
    One thing I have noticed is that currently we are not specifying the Content-Disposition header when we return the PDF to the browser.  This means that there is no filename being provided to the front end and the plugin.  Is it possible that the Adobe Reader plugin eventually gets confused as to what file to display if there is no specific file name provided for the PDF from the server, with the keyword there being eventually as it is an intermittent problem? 
    We can easily set the Content-Disposition header to be attachment; filename="somename.pdf" but given the intermittent nature of this bug we would like to get some feedback as to if this fix is logical given this issue.  If it is not logical we would appreciate any other information that may help us troubleshoot this issue.  The alternative is to rewrite the document generation code to output HTML, and I really do not want to do that. 
    We are using the Adobe Acrobat 9.4.5.236 add-on to Firefox 10.0.3, Adobe Reader 9.4.0, and Internet Explorer 8.0.6001.18702.  All of these versions are not able to be upgraded, meaning this is the baseline we have to support.  We also operate, still, on Window XP Professional Service Pack 3. 
    One last comment, client side operations by the user are not valid solutions either.  I have already suggested asking the user to uncheck the open in browser option in Adobe Reader but our customer does not find that to be a valid solution.  To date we have not been able to recreate the issue when the PDF is opened in Adobe Reader proper and not the browser. 
    Thanks again for any help and information. 

    In case someone, other than me, stumbles across this post.  The solution I suggested in the opening post did not work.  When a user opens a PDF using the Reader Plug-in in Firefox they still have the potential to see the previous PDF.  The interesting thing is, as it appears right now, that this only occurs when a user closes a Firefox tab that contained the previous PDF and then triggers a different PDF to be opened in Firefox.  What seems to be happening is that the Reader Plug-in ignores the file it is supposed to open and recycles the PDF that was in that tab before it was closed.  Which is funny because the URL of that tab points to the new file that was downloaded into the temp directory but the contents of the tab is still the previous PDF.  Not sure if the plug-in just doesn't clean out the previous contents or what but it clearly is an issue that resides in the Adobe Reader Plug-in for Firefox. 
    I am not sure what we are going to do at the moment but if we find a solution, other than don't open the PDF in Firefox, I will be sure to post it here.  However, for right now there is nothing coming to mind. 

  • Display PDF on the browser from BLOB column

    Hi All,
    I have BLOB column in the table where we are storing PDFs.
    I want to display PDF within the browser ( not as a download option) from that BLOB column, like clicking on the "Print" link.
    Please let me know if anyone has any suggestion.
    -Smith

    Create this DB procedure:
    procedure show_webdoc(io_blob    in out nocopy blob
                         ,i_mimetype in varchar2
                         ,i_filename in varchar2)
    is
    begin
       if dbms_lob.getlength(io_blob) >0 then
          owa_util.mime_header(nvl(i_mimetype,'application/octet'),false);
          htp.p('Content-length: ' || dbms_lob.getlength(io_blob));
          htp.p('Content-Disposition:  inline; filename="'||i_filename|| '"');
          owa_util.http_header_close;
          wpg_docload.download_file(io_blob);
       end if;
    end;Get the blob and give it as input to this procedure. For a pdf the mime type will be application/pdf.

  • Best way to display a fillable pdf in the browser?

    I am currently using the code below( .net using C#)  to display my pdf which is in a memory stream to the browser:
                    this.Response.Buffer = false;
                    this.Response.Clear();
                    this.Response.ClearContent();
                    this.Response.ClearHeaders();
                    this.Response.ContentType = "application/pdf";
                    this.Response.BinaryWrite(byteArray);
                    this.Response.End();
    What happens is I am prompted to open it, and then the pdf is displayed in the browser, however when the user makes changes to the information and then closes the browser, all the information is lost if the user did not save it.
    If I add the following line of code in:
    this.Response.AddHeader("Content-Disposition", "attachment; filename=" + DocumentToView);
    I am then prompted to open and it opens in adobe and if I make changes and close the application, it prompts me to save my changes.  However, I still have a blank page being displayed that was processing the initial display of the pdf.
    My questions are the following:
    1. Is there a way to display in the browser and prompt the user to save changes when they close the browser?
    2. Is there a way to get the pdf to display in adobe without displaying the blank page or is there a way to close that page after the document has been loaded?
    Thanks
    Joe

    1. Is there a way to display in the browser and prompt the user to save changes when they close the browser?
    That would depend on EVERY last browser having identical settings for handling PDFs... not likely, or even probable.
    2. Is there a way to get the pdf to display in adobe without displaying the blank page or is there a way to close that page after the document has been loaded?
    Without the user saving it... I don't think so.
    From a web design standpoint, forcing content or settings on an end viewer is a shoddy practice. If someone WANTS to save the PDF, they will in most cases. Not being able to close the window and/or leave the page containing the PDF without saving it first will ensure more "one time" visitors to the page in question than you hope for. Too many people will misinterpret that as an attempt at loading malware. Correct or not, that will be their perception.

  • Display PDF document from Servlets to browser - how 2 change the title

    Hi, need help of changing the html title when Display PDF document from Servlets to browser. By default the browser's title shows the obsolute URL where the rdf comes from (i.e. http://www.google.com/sample.pdf), because servlet responds a binary data (PDF), there seems to be no other way to change the browser's title to fit my own choice.
    Appreciate your quick help,

    You can try and check with
    .setTitle("Welcome");

  • PDF file display on the browser

    Hi,
    I am using struts DispatchAction to display the existing file (on the server) on the web browser. My code works on FireFox and Google Chrome. But displays empty screen when executed on IE. Please refer to the Action class and kindly help me out what am I missing in the code inorder to work on all browsers.
    Page Access URL: http://localhost:8080/pdfWeb/showpdf.do?action=displayPdf
    Action Class
    public class BaseAction extends DispatchAction {
         public ActionForward displayPdf(ActionMapping mapping, ActionForm form,
                   HttpServletRequest request, HttpServletResponse response)
                   throws Exception {
         String filepath = "/test/pdf/sample.pdf";
         //For Local:
         String baseFolder = "/Users/raghu/Documents/Shared/personal/Final_Out";
         String contentType = getServlet().getServletContext().getMimeType(filepath);
         response.setContentType(contentType);
              //New
         response.setHeader("Expires", "0");
              response.setHeader("Cache-Control", "must-revalidate, post-check=0, pre-check=0");
              response.setHeader("Pragma", "public");
    OutputStream out = response.getOutputStream();
    byte[] pdfContent = this.loadFile(baseFolder + filepath);
    out.write(pdfContent, 0, pdfContent.length);
    if (out != null) {
    out.close();
              return null;
         public static byte[] loadFile(String sourcePath) {
         byte[] output = null;
         InputStream inputStream = null;
              try {
                   inputStream = new FileInputStream(sourcePath);
                   output = readFully(inputStream);
                   if (inputStream != null) {
                        inputStream.close();
              catch(IOException ioex) {
                   //Handle Exception
              return output;
    }

    We've had a number of IE related issues displaying PDF files. The first is that IE, rather than paying much attention to Mime type, still looks for extension names in the URL. Nasty as it sounds, it's sometimes necessary to ensure that your URL ends in ".pdf". It may be enough to append "&x=.pdf" onto the URL (which should have no significant impact).
    (Another is that some versions can't write a new PDF to an existing window already showing an old one).

  • LifeCycle Form Server :- My form is rendering as pdf in the browser  without displaying data sometim

    LifeCycle Form Server :- My form is rendering as pdf in the browser without displaying data sometimes within data fields, and at other times it will display data. The form consistently displays data when rendered in HTML.
    We display the forms in a browser either HTML or PDF format based on the user selection. But the behavior of PDF format is not consistent. Sometimes it renders properly and sometimes the form renders without data.
    Dose any one experienced this issue?
    Any help would be greatly appreciated.
    Thanks in advance,
    RK

    I have been seeing the same issue, but haven't been able to find a fix for it yet. So any info would be appreciated here too.
    Thanks

  • I have set the CustWiz/MST to 'Disable and Lock' the ability to display PDFs in the browser.  We wan

    I have set the CustWiz/MST to  'Disable and Lock' the ability to display PDFs in the browser.  We want  them to open separately in Acrobat.  After I deploy, the setting IS  disabled and locked, but when you click a PDF in the browser, it STILL  opens in the browser, and not in Acrobat.
    I am pushing  Acrobat onto machines that already have Acrobat Standard 9 installed  with the same settings.  It worked properly then.
    What is causing this setting to be ignored?  How can I fix it?  It's delaying my deployment.
    I have to deploy Acrobat 9 due to the bug I discovered here:
    http://forums.adobe.com/thread/865843
    (With many other frustrating responses).
    This is getting a little irritating...
    Thanks for any input!
    Acrobat Standard X
    XP SP3
    Firefox 5

    Thank you for the answer about updating the Foxit plugin. Firefox tags the Foxit plugin as potentially unstable, so it turns out I had another program killing the plugin's startup process so it was always disabled in firefox. I reenabled its startup process and updated the plugin. To get firefox to use it as the main pdf reader I went to options>applications and changed the option for pdf to the foxit plugin and everything works dandy now! Thanks again!

  • Generate and display pdf doc on the browser on click of a btn - struts/iTex

    Hi all
    I am using iText to generate a pdf document. My challenge is to upload the file as it is generated on the browser without letting the user
    click again. So basically cannot use Formfile provided by Struts to upload. Has any one tried uploading any doc on btn click .
    Please share.
    Thanks!

    Look at the File.openWithDefaultApplication() method.

  • How easy is it to create a new add on? I would like to see tabbed display within the browser on FF24 on Android 4.2 – as per desktop FF

    Please excuse this if it's a noob Q – I am, indeed, completely new to Android. Tabbed display appears to have been possible on previous versions of FF for Android via several add ons but unfortunately no more. Display of each open tab within the browser – rather than the current arrangement with just the number in the corner – is still possible with FF desktop and also features in Chrome, Opera and Dolphin for Android. I would prefer not to use these other mobile browsers as FF outperforms them but I do need tabbed display to allow for PDF docs to open – using the PDF viewer add on – alongside their initiating webpage. Any ideas? Is it difficult to create an add on? What is the process? Is one in the pipeline? Many thanks in advance for any help or guidance you can offer...

    Many thanks for your reply, Waka – guess you're right that it's a new add on or bust... I still find it odd that such a common UI feature across mobile browsers is unavailable in FF24 either as an option under settings or as an add-on. Surely, I'm not the only person who finds this puzzling?

Maybe you are looking for

  • How to include user_sequences in a dbms_datapump procedure

    how to include user_sequences in a dbms_datapump procedure hi, i have a procedure to move all tables from MYSCHEMA_1 to MYSCHEMA_2 over a db_link using dbms_datapump ; That works fine but i need to copy the user_ sequences too. a detail if my procedu

  • Can't Type Text on pdf form

    I've been trying to type text on a pdf form, something I've been able to do in the past. However, the document will no longer allow me to type in it to complete the form. What should I do to solve this problem?

  • Oracle APEX Bar Chart: Missing labels

    Is there a way to get all the data labels to print for an Interactive bar chart? My bar chart has about 16 items. Only 9 of the labels display/print. All the labels are there if I hover over them but I would like to display them. Can I change the fon

  • Build a data warehouse for crystal report use

    OS: AIX 5.3 with Oracle 10g R2/Baan 5c I proposed my colleage to create a data warehouse for his heavily use of crystal report activity, so that his activites will not drag the normal database performance. The data will collect from the current Oracl

  • Can you torrent the Apple Hardware test?

    I'm having frequent Kernel Panics and I need to check the hardware in my system. I don't remember if my system ever came with an Apple Hardware test disc. Do you think Apple would frown on torrenting an ISO of the Hardware test? If not, is there anyb