PDF document not openeing on some PC's

Hello,
In my BSP application a PDF document opens on a button click. However, the PDF seems to work on some machines and not on others. This is mainly in production.
Can you please provide any suggestion for why it is behaving as such?

Hi,
My initial thought would be that the pdf extension (I hope that you provide the pdf extension, MIE needs it) isn't linked to AR.
Check http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/win_fcab_reg_filetype.mspx for this.
If you have eg Mozilla, check this http://www.mozilla.org/docs/end-user/helper-applications.html
If that's not the case, I would add this in your BSP page that generates the PDF:
        runtime->server->response->set_header_field( name = 'Content-Length'
                                             value = contentsize ).
        runtime->server->response->delete_header_field( name = 'Cache-Control' ).
        runtime->server->response->delete_header_field( name = 'Expires' ).
        runtime->server->response->delete_header_field( name = 'Pragma' ).
        runtime->server->response->set_header_field( name = 'Content-Type'
                                                 value = 'application/pdf' ).
Eddy

Similar Messages

  • Password protected PDF document not opened with E7...

    Dear all,
    Password protected PDF document not opened with nokia E7-00. Previously I used nokia N79, that time I was able to open Password protected PDF file such as bank email statement etc. Now I can't.
    It is quite disappointing with this phone !

    hi mateys,
    you may want to search under "PDF" in the Nokia Store, as some solutions such as Picsel Smart Office exist, where they do open password-protected PDF's.

  • Using 10.6.8, internet pdf documents not opening using Adobe Reader; how is this corrected?

    Using 10.6.8, internet pdf documents not opening using Adobe Reader; how is this corrected?  I've tried changing "sharing and permissions" to "read and write" as suggested on other help sites, but this did not correct the problem.

    I had the same problem---contacted Adobe and their service rep helped me by
    A.   Deleting  Adobe Reader from my iMac's Applications in Finder
    B.   Downloading Google Chrome browser and then
    C.   Downloading the latest Adobe Reader for Mac 10.6.8 in Google Chrome--it works
    Adobe acknowledges problem with the latest Snow Leopard update 10.6.8 and with this work around, I can open PDF's using the Google Chrome Browser.
    Is this the ideal solution---NO.  Safari is my main browser. I now have to use a separate browser for PDF's.
    Am I happy to be able to open PDF's---YES
    You can't believe the time I spent to solve this problem before calling Adobe for help. My Apple Care policy expired a month ago . As I use Photoshop Elements, I was not charged by Adobe for their help on the telephone.

  • PDF documents not opening in Mozilla at all, PDF option is not there under the options tab applications

    Hi,
    Firefox has automatically been "asking me" if I want to save the pdf document instead of showing them in the browser. I have update 22. I have tried to look for the pdf options under the options>applications settings and it doesn't even show up! Is this because I updated? I updated on July 4th and didn't need a pdf until now and this problem showed up. Before, I did not have this problem. PDFs were opening on the browser and I had that pdf option under the application's list.
    So I don't know what to do since I don't even have that option on here. What should I do?

    Hi thank you for taking the time to reply.
    ''"You can change the action for Portable Document Format (PDF) from Preview in Firefox to use another application like the Adobe Reader"''
    Yes, I have Adobe Reader installed and that's my preffered option. I have recently and manually uninstalled Adobe reader,Reinstalled it again, restarted my computer, and I am still having the same problem. I cannot see the option to preview the pdfs in firefox using adobe. It either uses the the Firefox pdf reader Zeon? or the other option is to Always ask me to download it to my desktop.
    I have attached what I see, maybe you can help me based on that. It seems the plugins work well (Figure 2) but only the pdf plugin for adobe to be previewed in firefox is missing (Figure1).
    Also, I attempted to re-initialize the plugin database but it still gives me the same option as always.
    ''"You can set the pdfjs.disabled pref to true on the about:config page to disable the build-in PDF viewer." ''
    No, if I set it to "true" then the pdf option under applications disappears. So I have kept it as false. (Figure 3 shows that it goes missing, not the same as in Figure 1)

  • PDF document not open and SAP logon closed by CV04N,

    Hello,
    When I try to open the PDF document by transaction CV03N/CV04N, it's  crash the SAP login.
    Please give anybody solution for this issue to fix
    Thank
    Surya

    Hi Surya,
    is it the same with CV03 as well?
    Is it the same crash using Display Document WebUI? (if you have EhP5+)
    You can uninstall your Adobe Reader from your computer and download the latest version from here:
    https://get.adobe.com/hu/reader/
    Which SAP Logon version do you have? You may have to upgrade it too.
    Best regards
    Tamas

  • PDF documents not opening in Outlook 2010

    I have a problem AFTER doing an update from ADOBE...I can't open a PDF that is attached to an e-mail. I can open it when OUTSIDE of Outlook. I have sent attachments to clients only to have them say there is NO attachment or they cannot open it. I have had a similar issue 6 months ago and had to revert back to the one that worked. I thought "OK" try again maybe in that 6 months they "FIXED" it...Nope! How do I fix this?????

    Hi Lisa ,
    I would request you to have a look at the following document and see if that helps.
    http://smallbusiness.chron.com/am-unable-open-pdf-outlook-61130.html
    Regards
    Sukrit Dhingra

  • Adobe Reader XL and PDF Documents not opening EULA

    I have successfully loaded Adobe reader xl several times now and each time I try to open a pdf I get this prompt that says must accept EULA.  I can't find a EULA and am so frustrated.  I have a MAC. How can I fix this?

    You need to open Reader by itself (not in a browser), then accept the license agreement.

  • PDF File not opening in browser for sharepoint 2010

    Recently we have moved our web application from one server to another in Sharepoint 2010. Back up of entire web application was taken and restored in another server. But in the new server , the PDF files in the document library is not getting opened in browser.
    it always open in browser
    I have already made following changes but didn,t work
    Set browser file handling to Permissive from central admin
    Set "open in browser" in setting s of doc library
    Set the doc library file handling property using $docLib = $web.lists["Your Document Library Title"] $docLib.BrowserFileHandling = "Permissive" $docLib.Update()
    Added "AllowedInlineDownloadedMimeType.Add("Application/Pdf") in web app
    Installed Adober eader in client machine
    Even after trying all these, the PDF files are still opening in Client application(Adobe reader) but not in the browser
    It would have been great help if anybody provide a solution for this. I have been banging head on this for two days

    It would be handy if you didn't double post too.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/81ed0362-4033-4a31-b265-c1aba43c3d14/pdf-file-not-opening-in-browser-for-sharepoint-2010?forum=sharepointadminprevious
    To answer your question, you've tried most things that I normally see working, but there may be an extra solution here for you.  The solution 2 Powershell that deals with updating the Inline MimeType may help.
    http://www.pdfshareforms.com/sharepoint-2010-and-pdf-integration-series-part-1/
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • If PDF document is open in any TAB, scrolling through touch pad in other TABs is disabled?

    I have ACER Aspire 5740G, Firefox 5.0, Windows 7 Ultimate (X32), Adobe Acrobat X Pro. If some online "pdf" document is open in any of the TABs, The scrolling through touch pad in other tabs stop working however it remain active in the PDF document. After closing the pdf tab the scrolling starts to work normal.

    I have the same problem and have had it since Firefox 5. I now have Firefox 6.0.2 and still have the problem.
    Windows 7 x64, Synaptics Touchpad V7.2
    If an Adobe PDF is open in a tab, touchpad scrolling only works in that tab. If any other tabs are open and user attempts to scroll, nothing will happen in the non-pdf tab, but the pdf will be scrolling. This can be very annoying because if you forget there is a pdf open and try to scroll, you will scroll the pdf out of place.

  • Pdf file not opening on pushing fdf file with F key in Adobe  Reader

    Well i am a novice developer in case of PDF Development.
    The problem which i am facing is:-
    In our application a PDF document submits the data to server and server sends back FDF to client with f key as http path of PDF which is present on web server.
    This all works well in acrobat professional 7.0 but in abobe reader 8.0 the PDF file doesn't open up on pushing FDF.
    On debugging the problem i found out that if server sends response within 480 milliseconds then reader is showing the pdf otherwise it don't shows up.Since in our application it will always take more than this time because of several operation performed to serve the request posted to server,So the
    PDF will never show up in case of reader.
    I was unable to understand what make it special in acrobat professional that session lasts more than 480 milliseconds whereas in reader the session doesn't last that long.
    I really need uregent help on this.
    Thanks in advance for help.

    It would be handy if you didn't double post too.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/81ed0362-4033-4a31-b265-c1aba43c3d14/pdf-file-not-opening-in-browser-for-sharepoint-2010?forum=sharepointadminprevious
    To answer your question, you've tried most things that I normally see working, but there may be an extra solution here for you.  The solution 2 Powershell that deals with updating the Inline MimeType may help.
    http://www.pdfshareforms.com/sharepoint-2010-and-pdf-integration-series-part-1/
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • One or more PDF documents are open inside a web browser - message

    Hi,
    I have a new L series notebook and its great. The only foible I can think of is a message I keep getting when I try to shutdown. There is a message box that says "One or more PDF documents are open inside a web browser. If you exit adobe reader now, those documents will be closed. Are you sure you want to exit?".
    The thing is I do not have any PDF's or web browsers open at the time! Can you help me please?
    Thanks, Mark.

    Hi Mark
    Believe me its nothing serious the same happens on my notebook from time to time
    Usually the PDF files can be read with the Adobe Acrobat reader. This application service runs in the OS background and this message can appears if the Adobe Acrobat reader cannot close the background process automatically
    I have solved this tiny problem by removing the acrobat reader from the system. After new reboot I have reinstalled it again
    Now the message does not appear and all runs like a dream ;)

  • I have pages 09 0n my Mac Mini, but iCloud won't accept pdf documents not created in pages...

    I have pages 09 0n my Mac Mini, but iCloud won't accept some pdf documents not created in Pages (Its says Document format not supported).
    How do I get docs (pdf/jpg etc.), that are saved under "Documents" on my Mac Mini (Not in Pages), onto iCloud???
    I want to transfer (None Pages) documents from the Mac Mini to my iPad 3 (Which has Pages for iPad 3).
    Thanks in advance for ANY Feedback!

    You can download PDF files from iWork's page to a mac, but you can't upload from mac.  Also, you can't use iCloud like MobileMe's iDisk.  Most document formats on your mini can't be copied to iCloud.  Use Dropboc instead.

  • Weblinks pdfs will not open with recent install of Version X1?

    Weblink pdfs will not open using the newly installed Adobe X1 version. How to fix?
    Gives message suggesting problem with reader and ends with 103:103

    Hi Gordon,
    Can you please try opening the following PDF: http://samplepdf.com/sample.pdf.
    Do try to open it in browser by clicking the abobe link and in Adobe Reader itself by Right-Click on link->"Save link as".
    If you still getting these error, uninstall Reader using http://labs.adobe.com/downloads/acrobatcleaner.html and reinstall Reader from http://get.adobe.com/reader.

  • PDFs do not open in the browser since IE11

    Hi,
    since the IE11 is installed the PDFs do not open in the browser with Adobe Reader, but directly in Adobe Reader.
    The PDFs can be filled but not saved online because they are not open in IE.
    If I disable the PlugIn in IE11 and activate again it works again indefinitely.
    Can you help me?
    PS: translated with Google Translate
    Thanks

    StolzeR wrote:
    If I disable the PlugIn in IE11 and activate again it works again indefinitely.
    This, to me, sounds like it's working.  Or perhaps a problem with the translation?

  • Blank error message with ? appears and PDF does not open in Browser (IE11) when clicking link to open pdf. PC - IE11 Acrobat 9.0

    Blank error message with ? appears and PDF does not open in Browser (IE11) when clicking link to open pdf. PC - IE11 Acrobat 9.0
    Cannot access in browser PDF files unless blank box is closed and then website address is clicked on again in browser address bar and page reloaded.
    Uninstalled Acrobat 9, reinstalled, still same problem.
    Help please!

    Yes I can it only happens in the browser..
    I reinstalled Windows on my machine and started over a couple of weeks ago.
    When my desktop started up I didn’t have Acrobat installed and clicked on a pdf file and the open with xxx dialogue box came open.
    I chose a different program as Acrobat wasn’t installed yet so it associated pdf files with another program.
    Later Installed Acrobat and couldn’t associate the pdf file with acrobat so I went into Folder Options and manually associated PDF files with Acrobat.
    Ever since then I get the error when something is downloaded and opened in the browser.
    Works fine everywhere else and when I cancel the blank error, highlight the web address and press enter to reload it works 90% of the time.
    Not sure what to do..

Maybe you are looking for

  • How do I add family members to my plan?

    I have an existing Verizon Wireless account. I'd like to add my girlfriend and my son to my plan.  Can't seem to find info on how to add them, or what the acual cost will be per month.   And the "live chat" button seems like it is perpetually unable

  • Show master and detail viewobjects in the same jsp

    I have two viewobjects which have a master-detail relationship (a viewlink between them). What I want to do is to show both the master and the detail data in the same jsp, i.e for every row in the master viewobject I want to show all the rows in the

  • PI 7.1 SOAP Adapter - Message Payload for Failed Messages - Where to find

    We are exposing a webservice through SAP PI.  Occassionaly we have customers calling our webservice and some failure occurs.  The error is usually the way that the customer is calling the webservice (missing elements, misnamed tags, bad content in th

  • Mass Processing of BDoc

    Hi All, We have a scenario in which there are 125000 bdoc messages are being transferred between R/3 and CRM every night as a part of batch process. We would like to know if there is anyway by which even the processing of these BDoc messages can be g

  • Highly Available Management Servers in SCVMM 2012

    Dear All,             I need to build Highly Available Management Servers (2) (SCVMM 2012) for my environment.  I am interested in following things: 1.  What are my options.  I have done little reading and seek confirmation that without building a wi