PDF viewer control Problem

I have problem with Windows Vista Os in 64 bit.The problem is that i have a webbrowser control in Windows application in VS2005 for displaying PDF file.Its working fine in 32 bit operating system.The PDF file is shown within the control.But when i deploy the application in 64 bit Vista operating system,its give an error and the pdf is open in new window.Please can you provide any PDF viewer control that is free and compatible with VS2005,so that pdf should open in that control and is compatible with both 32 bit and 64 bit OS.

Looks like you need
Acrobat Scripting Forum http://forums.adobe.com/community/acrobat/acrobat_scripting
or
Acrobat SDK Developer Forum http://forums.adobe.com/community/acrobat/acrobat_sdk

Similar Messages

  • Table view control problem in screen painter

    Hi All,
    i am unable to display the contents in the table view control in screen painter....actually i have created two screen one to take input and second to display details on next screen in table view control..but i m nt getting that details...
    my second screen PBO/PAI code is
    PROCESS BEFORE OUTPUT.
    loop at itab with control TCNTRL CURSOR tcntrl-current_line.
    MODULE STATUS_0101.
    endloop.
    PROCESS AFTER INPUT.
    loop at itab.
    endloop.
    MODULE USER_COMMAND_0101.
    can anyone solve my problem????????
    Thanks,
    Jayshree

    Hi,
    Use below approch (syntax may not be correct as I have typed it in notepad but use it as guide line)
    ***In screen flow logic
    PROCESS AFTER INPUT.
      module cancel at exit-command.
      chain.
        field: zproject_details-originator,
            zproject_details-proj_type.
        module check_data on chain-request.       
      endchain.
      module user_command_002.
    ***In abap code
    module cancel input.
      leave program.
    endmodule.
    module check_data input.
      if zproject_details-originator is initial.
        message exxxx "throw error message here
      endif.
      if zproject_details-proj_type is initial.
        message exxxx "throw error message here
      endif.      
    endmodule.
    module user_command_002.
      save_ok = ok_code.  "good practice to save okcode
      clear ok_code.
      case save_ok.
        when 'save' " using constant for fcode here is better
          perform save_data. "make it moduler instead of writing whole code in case statement
      enscase.
    endmodule.
    form save_data.
    ** do some additional checks if required before saving
    update zproject_details from zproject_details. " update database table here from work area contents
    endform.
    Regards,
    Vishal

  • PDF Viewer Search Problem

    Do they plan on fixing this any time soon?  It is almost impossible to search since the title bar covers up the search bar.
    Post relates to: Pre p100eww (Sprint)

    Any help? hint? :(
    Mahmoud Moravej
    Here's a hint. Find out why whatever you are using to view the .PDF file can't search for the unicode characters you placed in the created .PDF file.
    Also have you tried using Microsofts Character Map tool to copy the Unicode character you want to search for into the search box of the .PDF viewer you are using in order to search for the same unicode character to see if that works? And how are you entering
    a unicode character to search for into the search box of the .PDF viewer you are using? What happens if you select a unicode character in the document and paste that into the search box of the .PDF viewer then attempt to search for that character?
    Unicode Support for Adobe Acrobat
    Unicode Support for Adobe Acrobat
    Clients reviewing documents with Asian and Extended Languages can install the free Acrobat font pack from this website:
    http://www.adobe.com/products/acrobat/acrrasianfontpack.html
    Configuration Steps:
    1.   In the
    Control Panel, navigate to Add or Remove Programs. The
    Add or Remove Pro­grams dialog box displays.
    2.   Click
    Acrobat and then click Change/Remove.
    3.   Click
    Next and then click Modify.
    4.   Click the plus sign (+) next to
    Create Adobe PDF.
    5.   Click the red
    X next to Asian Language Support and choose This feature and all sub-features will be installed.
    6.   Repeat the process for the
    View Adobe PDF option.
    7.   Click
    Next and then Update.
    Acrobat will now have Asian fonts installed. If you are prompted for source/installation files, please request the appropriate location from your appropriate computer support team.
    La vida loca

  • WPF PDF Viewer control

    Dears,
    I try to open PDF files in my WPF application using AxAcroPDF control .. it is working fine
    but i need to get the pages count and default zoom i opened the file with
    Any Ideas .. ??
    Thanks in advance

    Through that interface you are limited to the specific methods listed in the Acrobat SDK, and I don't think it has this.
    If you (each user) has full Adobe Acrobat there are more APIs available.

  • I am viewing a PDF in the new PDF Viewer in Firefox 19 and parts of the document look corrupted and do not view properly. Why is this?

    The PDF is a newsletter for my company that can be found here:
    https://www.uucsr.org/UserNewsletter.aspx
    Thank you
    Kim

    This is a new feature, and not perfect. Also there are various versions of pdf file about. If necessary download the file instead, or consider using an add-on instead to view the files.
    *[[View PDF files in Firefox without downloading them#w_troubleshoot-problems-with-the-pdf-viewer]]_troubleshoot-problems-with-the-pdf-viewer

  • Firefox pdf viewer garbles embedded text on some of our pdfs (on Mac OS Mavericks). They're fine in Safari or when downloaded. This is a major problem.

    Firefox pdf viewer messes up text on pdfs and makes them unreadable. These fonts are embedded, so there shouldn't be a problem. The pdfs are fine when viewed in Safari or Chrome browsers. Also fine when viewed through Acrobat. Telling me to change my default browser isn't good enough. Visitors to our web site won't know this.

    The latest stable and latest development versions of the built-in PDF viewer are available as an extension and these version can possibly perform better than the version shipped with the current Firefox release.
    Latest development version of the PDF Viewer (pdfjs) extension:
    *http://mozilla.github.io/pdf.js/extensions/firefox/pdf.js.xpi
    Latest stable version of the PDF Viewer (pdfjs) extension:
    *https://addons.mozilla.org/firefox/addon/pdfjs/

  • Why does the Safari PDF viewer plugin show up in mission control?

    Whenever I swipe to activate mission control the PDF viewer plugin of Safari shows. This obviously doesn't happen if I do not have a tab with a PDF active in the browser, but why does it show anyway? I have tested Firefox and Chrome and their PDF plugins do not show in the mission control view, so why does Safari's? How can I get rid of this? It makes loading expose' view a little choppy (compared to when I dont have to use a PDF in Safari) and looks weird. I have attached an image of how this looks.

    deleting the adobe plugins in Library worked for me:
    http://forums.macworld.com/index.php?/topic/146648-hide-adobepdfviewernpapi-in-m ission-control-how/

  • PDF View Search Find Problems

    FInd/search function in PDF view application still not fixed in WebOS 1.4.  In PDF View application:
    1) The field where you enter something to search/find is hidden by the name of the PDF document title.  It doesn't go away even when you start typing, so you can't see what you are typing.
    2) The count of the number of matches found looks greyed out and very hard to read.
    3) The up/down arrows in the top right next to the count of matches does not work.  Shouldn't they take you to each consecutive match?
    4) Why doesn't it position you to page in the document where the first match is found?   It shows the page number at the bottom, but since the up/down arrows at the top right don't work, I have to click the forward page arrow and then the backward page arrow to jump to the page containing the first match.

    Post Author: [email protected]
    CA Forum: Administration
    I don't know how to point Adobe to a certain printer, but the printer we are using does have that paper tray size.
    So just to add some more clarification, its BO XI R2 and:
    If I run the report in Deski, then save it as a PDF on my desktop, it is formatted properly, no problems at all, and no need to point Adobe to any printers.If I view the same report in Infoview it's split into two pages unless I chose "View -> Draft Mode". If I chose "Page Mode" it's split on two pages, if I chose "PDF Mode" (for printing) it's split into two pages and that is a problem....

  • Problems in using html Viewer control

    Hi,
    I am using a html viewer control .Depending on the organization, I have to display different pages of the same web application in the html viewer control .Now my problem is
    if I display one page in my html viewer control ,its showing the same page again in the html viewer control ,even if i give different url in the show_url method of the html viewer control.
    Any body knows how to solve this problem ?

    Have you tried testing this with the SAPHTML_DEMO1 demo program and just keying in the URLs you want to display?... this demo uses the html_control->show_url method and if you run in debug you'll see it subsequently does a "call method cl_gui_cfw=>dispatch." to trigger the display of the new URL.
    Jonathan

  • Is HP/Palm working on a fix for the PDF viewing problems

    For several months, I've been having issues viewing PDFs on my Pre, and though I find lots of information confirming same, I can't find any evidence that HP/Palm is doing anything about it.  Getting tired of sending myself links so I can view PDFs on a computer....what about it HP/Palm?
    While I'm not happy I fell for all the hype about Flash support, I'm probably more upset I can't even view many PDFs using this device.
    Post relates to: Pre p100eww (Sprint)

    hi, there are a couple of treads on the problem from Spring 2010:
    http://forums.palm.com/t5/webOS-Software/PDF-viewer-bug-v1-4-5/m-p/308929
    http://forums.palm.com/t5/webOS-Software/Post-1-4-5-Pre-Freezing/m-p/319306#M20781
    http://forums.palm.com/t5/webOS-Software/Pre-PDF-problems/td-p/302069
    zoom in and let the device wait for the Pre to autopower off. The bug happens with PDF and all office apps.

  • Palm Pre v1.40 PDF viewer problem

    Since I installed this update, my PDF reader doesn't function properly.  Either it doesn't open the document, or it opens it to fit the page, too small to read, and the resizing feature doesn't work.  If I go to the open selection on the menu, all it does is open a 44 page document that is, of course, too small to read, so I have no idea what it is.  Has anyone else had this problem?

    From webOS V 1.4.1.1 release notes under PDF Viewer
    "Pinching in/out to zoom out/in now works correctly"
    meaning as you would expect.  pinch out makes PDF bigger; pinch in makes PDF smaller.
    and double tab works, too.
    The Pinch Out/Pinch In/Double tap documented in HELP for PDF View.
    However, you can only get to HELP after you open PDF View and open a file, then you can touch upper left and select Help.  (In my opinion, this is error.  You should be able to open Help without opening a file).

  • Problem in crystal report viewer control's toolbar "export"button using SSL

    Hi,
    I would like to ask. My project is using BO XI Release 2 and VS-Studio 2005. Initially my project doesn't use SSL... At that time when i view the report with crystal report viewer control and can export (using built-in toolbar "export button"). Now project is using SSL and canu2019t export the error is
    u201CInternet Explorer cannot download file from server.
    Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later.u201D
    Actually this error can solve "Cache-control" change to "no-cache". But I donu2019t know in crystal reportu2026
    Anyone can help ???
    Thanks

    In Internet Explorer, go to Tools -> Internet Options -> Advanced and ensure "Do not save encrypted pages to disk" is unchecked.
    Default is to have that option checked. 
    It was considered a IE security issue that IE saves all content to temp disk location unencrypted, even those pages served by HTTPS (for example, let's say you use HTTPS to download your bank info, and it's stored to temp disk for someone else to retrieve later).  So more recent versions of IE implemented that option setting.
    How that option setting works is strange - it downloads the file, saves to disk, then deletes the copy from the disk immediately, before passing it to the application responsible for the MIME type.  So the application tries to open a directory path to a non-existing file.
    Issue is specific to IE, and it's not something you can control via the SDK.
    Sincerely,
    Ted Ueda

  • Pdf view : jumping back problem ?

    Hello. I've been having an issue lately where i view pdfs on Acrobat.com, and when i drag the sliders up, the page first jumps to its top, then slides normally from where it should be.
    Correct behaviour while dragging sliders to the bottom : pages flow one after the other smooth.
    Same thing is awaited the other way. But here, if i drag fast, my window will "blink" with a subliminal of the full page i'm reading...
    who can i contact to send this as a private file (document is not mine and can't share on an open forum, and i didn't find a bug form)

    Hello Franck,
    Thanks for posting. We're investigating the issue you report with the PDF viewer; we've seen something like this before, so I'm confident that we'll be able to find a fix for you. Could you tell us what browser and operating system you're using, we will reply with further instructions.
    Thank you for your patience!
    Rebecca

  • Starting PDF Viewer with file

    Hi, I want use the PDF Viewer (CL_GUI_PDFVIEWER) to display a pdf file without having to open it manually.
    The demo program SAP_PDF_VIEWER_DEMO works well. It opens the PDF Viewer in place, you can zoom and print the file. And you can disable buttons (we don't want the files to be saved and we don't want the user to display different files).
    The problem is you have to select the file manually. If I user 'open_document' at the end of PBO to transmit the file while starting the program, the command is being ignored.
    My question: Does anyone has a tip for me?
    Thanks in advance yours Johannes

    Hi
    If you look with se24 in the class cl_gui_pdf_viewer and you look for method constructor. You will see this code:
    method CONSTRUCTOR.
      data: clsid(80) type c.
    --- if it is Win32 ... ---
      if activex = 'X'.
        clsid = 'PDF.PdfCtrl.1'.
    - if it is PlatinGUI ...-
      elseif javabean = 'X'.
        exit.
    --- if it WebGUI ---
      elseif www_active = 'X'.
        exit.
    --- unknown GUI type
      else.
        exit.
      endif.
    --- call the super-constructor ---
      call method super->constructor
        exporting
          clsid             = clsid
          shellstyle        = shellstyle
          parent            = parent
    Put your self a break point and change the value of
        clsid = 'PDF.PdfCtrl.1'.
    to
        clsid = 'PDF.PdfCtrl.5'.
    if your are lucky it will work afterwards.
    perhaps you also can try
        clsid = 'PDF.PdfCtrl.6'.
    but I am not sure if this will help you. With 5 it was working on my PC this activeX control was existing. If version 6 ever existed, I dont know.
    If the debugging works then make a copy and change it for real.
    Regards

  • C# WINDOWS APP:  EMBED PDF VIEWER WITH FULL LIBRARY

    Here are my requirements:
    1) A PDF viewer that is embedded in a window in my windows app.
    2) I must be able to reference button_click events in the PDF from my windows app. (i.e. if i click a button in the PDF, the event occurs in my windows app.
    Pertaining to the above requirements:
    Here is what I've noticed so far. The Adobe Reader ActiveX works great at simply viewing PDF's and the buttons are shown too. However, I haven't found anything in the Reader library that allows me to reference the buttons in the PDF. This leaves the following questions.
    Possible Solutions: (need your help/recommendations)
    1) Can I use the Acrobat SDK to reference the document that is open inside my Adobe Reader ActiveX control? (If I can, then i can get a hold of my buttons and events). If I can do this, does anyone have any clue about the proper syntax? All of the the samples I've seen actually reference a document that acrobat opens, not the reader....
    2) Can I embed the Adobe Acrobat (not the reader) in my windows app in order to view the files? I haven't seen this done yet. Every example I've seen opens the acrobat in it's own window!!!
    3) Is there other software out there that offers both functionalities: 1) Embedded viewing window with 2) Full access to PDF library?
    Any help in this matter would be greatly appreciated, as I have searched High, Low, and In Between for a solution.
    Thanks,
    jpc

    Patrick Leckey and Walker81,
    So, according to both of you, it is possible.  I have messed around with the buttons a little bit in acrobat enough to know that you can make a button that on click will run a javascript.  The problem is that I do not know any javascript, which is why i was trying to access it only with C#.  However, I am now receptive of the idea of learning at least a little java to get around in adobe (it seems unavoidable).  Any examples or pointers as to how to do this would be greatly appreciated.
    So for clarification:  Is the following statement correct?  If I have an Adobe Reader Active X control which opens the PDF, it is impossible for me to also reference that opened PDF as an acrobat object, thereby getting access to all of it's objects.
    From what I understand:
    -  I can put in the button field of my "template button" to call a certian javascript that is stored in the PDF, and this javascript can send information to my C# windows application.
    - I can embed acrobat (not reader) into my C# application with the MenuItem that Walker81 mentioned. (btw, i'm not concerned about the extra cost.  I really just need something that works)
    This brings about a question though:  If I can embed acrobat in my Windows App, then what keeps me from accessing the button fields through that avenue?  (I think the adobe SDK has an example of fields being accessed - things like text boxes being filled in and junk).  So would it be possible to create a buttonclick_event of all of the buttons in the PDF at runtime through adobe's library by looping through all of the fields and declaring a buttonclick event???  I'll look into it, because being able to access a field and being able to make an event from one can be two different animals I guess...
    Thanks for the responses, and I will look up and mess around with the methods you described and try to make them work from my limited knowledge.  If anyone has any example code they'd like to share to get me started on this, it would be helpful.  I understand there's something called a document level function or something like that in adobe.  I'm assuming you're saying that the button would call this function, and that this function would reference my windows app.  I will look at this some more and try to follow up on here.  I can't imagine that i'm the only person trying to do this..

Maybe you are looking for

  • After upgrade of ODBC I can no longer put user/pass in the user field .

    I have a .bat file that I run on a regular basis (many times day and night). It runs a software package that accesses my Oracle database thru ODBC. I can only give the package a "DSN" name. I have no way to supply a userid or password. I used to put

  • Page within a pagae

    I am trying to add the Weather.com "WOW" (that's what the weather.com people call their little html graphic) on the home page of my site. I can create a link to the WOW html file, that will then open another page and display the weather WOW, but I wa

  • HT203167 I just purchased an IPhone4S.   My purchased ringtones did not transfer.   How do I find them?

    How do I find previously purchased ringtones?   I just bought a new IPhone and the ringtones do not show up in my purchased history.

  • Export view ddl script

    Has anyone here written or come across a script I can run in sql plus (or otherwise) that will export the ddl for all views in a schema? SQL Developer allows you to copy a views ddl to a file or clipboard but only one at a time. I would like to be ab

  • Javascript file .js

    I have a jsp portlet. I want to access a javascript file .js, what url should I use? I have stored javascript file under [ORACLEHOME]/portal/javascript Have created an alias in portal.conf in portal/conf directory. I am still not able to access that