Help with online pdf viewer

My online pdf viewer does not seem to display the menu bar (as in the ones that pop up when you click a link for a form or journal). I have tried F9 and Alt-T, but none of them seem to work.... A little help please?
Thanks

Maybe something - maybe not,
Google Chrome has a Google provided plug-in for viewing PDFs.
My read of info in Google's webspace is that this is utilized via a "view..." action.
If you are accessing PDFs via Chrome you may want to visit the application's Help / Communities.
Be well...

Similar Messages

  • Windows Forms with ActiveX PDF viewer steals focus when LoadFile called

    I've been very frustrated with the PDF viewer. I currently have the Acrobat Reader 8.1.2 installed and I've created an extremely simple app that has a main window with two additional child windows that are owned by the main window. I've also set a timer to periodically load the same file over and over (to show the focus issue).
    My problem is that if Child1 is currently in Focus, and the timer on Child2 goes off and calls LoadFile(...), then for some reason Child2 steals the focus and comes to the front of the app.
    My Sample Visual Studio 2008 Windows Form code here:
    //Main Window code that creates Child1 and Child2 that have the ActiveX
    //component on them
    namespace PDFViewerStealingFocusIssue
    public partial class MainWindow: Form
    public MainWindow() {
    InitializeComponent();
    private void MainWindow_Load(object sender, EventArgs e) {
    PDFViewerStealingFocusIssue.PDFViewer viewer = new PDFViewer();
    viewer.Text = "Child1";
    viewer.timer1.Interval = 4000;
    viewer.Show(this);
    viewer = new PDFViewer();
    viewer.Text = "Child2";
    viewer.timer1.Interval = 5500;
    viewer.Show(this);
    //in my child window:
    namespace PDFViewerStealingFocusIssue
    public partial class PDFViewer : Form
    public PDFViewer() {
    InitializeComponent();
    private void Form2_Load(object sender, EventArgs e) {
    private void timer1_Tick(object sender, EventArgs e) {
    axAcroPDF1.LoadFile(@"C:\test.pdf");
    //axAcroPDF1.src = @"C:\test.pdf";
    I'd appreciate if anyone has a workaround for stopping this annoying behavior.
    Jeff Braun ([email protected])

    Hi Jeff,
    I have the same problem. Have you found a solution yet? I've spent the past few hours trying to find one to no avail. Your help will be greatly appreciated. If I find anything, I'll be sure to post the solution.
    Thanks,
    Matt

  • Need some help with downloading PDF's from the net.

    need some help with downloading PDF's from the net.  Each time I try to click on a link from a website, if it takes me to a new screen to view a pdf, it just comes up as a blank black screen?  any suggestions?

    Back up all data.
    Triple-click the line of text below to select it, the copy the selected text to the Clipboard (command-C):
    /Library/Internet Plug-ins
    In the Finder, select
    Go ▹ Go to Folder
    from the menu bar, or press the key combination shift-command-G. Paste into the text box that opens (command-V), then press return.
    From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
    The "Silverlight" web plugin distributed by Microsoft can also interfere with PDF display in Safari, so you may need to remove it as well, if it's present.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • Online pdf viewer

    I need to develop a online PDF viewer in Flash that should have the options of Page navigation, Zoom, Search, print
    How is is possible . I need suggesstions

    Flash player does not play pdf files. You can navigate to a pdf, but you can't directly interact with a pdf.

  • I need help with a PDF file that is an image, the "Read Out Loud' option does not work, please help!

    I need help with a PDF file that is an image, the "Read Out Loud' option does not work, please help!

    You mean an image such as a scanned document?
    If that is the case, the file doesn't contain any text for Reader Out Loud to read. In order to fix that, you would need an application such as Adobe Acrobat that does Optical Character Recognition to convert the images to actual text.
    You can also try to export the file as a Word document or something else using ExportPDF which I believe offers OCR and is cheaper than Acrobat.

  • I need help with creating PDF with Preview...

    Hello
    I need help with creating PDF documetns with Preview. Just a few days ago, I was able to create PDF files composed of scanned images (notes) and everything worked perfectly fine. However, today I was having trouble with it. I scanned my notebook and saved 8 images/pages in jpeg format. I did the usual routine with Preview (select all files>print>PDF>save as PDF>then save). Well this worked a few days ago, but when I tried it today, I was able to save it, but the after opening the PDF file that I have saved, only the first page was there. The other pages weren't included. I really don't see anything wrong with what I'm doing. I really need help. Any help would be greatly appreciated.

    I can't find it.  I went into advanced and then document processing but no batch sequence is there and everything is grayed out.
    EDIT: I realized that you cant do batch sequences in standard.  Any other ideas?

  • Need Help with this PDF generation

    Greetings,
    Our company had a subcontractor (that is no longer
    available) create a small system for a client that allows the
    client to input some text in a flash form, and the system places
    the text at a certain spot on a previosly created PDF document. For
    80% of the users, this works perfectly and then can print and save
    the customized pdf document. For 20% of users, they can see and
    print the customized pdf, but when they save it, there is no
    customization (area is blank). Can anyone help us understand why
    this happens, and how to fix?
    HERE ARE DIRECT NOTES FROM OUR CLIENT:
    Users are able to input their customized info.
    The customized info shows up in the PDF on the brochure.
    Users can print the brochure with the customized info.
    Users can save the BLANK PDF (without their info)
    Users can NOT save the PDF with their info in it.
    The exact message is in the top of the window with the PDF
    brochure and says "please fill out the following form. You can not
    save data typed into this form. Please print your completed form if
    you would like a copy for your records."
    Here is the input
    form, feel free to test.
    When you input into the brochure1.cfm Form, it sends the data
    to
    http://www.caduceuswebs.net/brochure1output.cfm
    , which then spanwns the customized pdf to open.
    If you want to see the native pdf, it is here:
    CLICK
    HERE
    HERE IS THE CODE FOR BROCHURE1.CFM
    <CFFORM ACTION="brochure1output.cfm" METHOD="POST"
    ENABLECAB="YES" format="flash" width="470" height="550">
    <div align="center">
    <table width="470" border="0" align="center"
    cellpadding="0" cellspacing="0" bordercolor="#990066">
    <tr>
    <td><cfinput type="TEXT" name="name" id="name"
    label="Name" maxlength="60"></td>
    </tr>
    <tr>
    <td><CFINPUT TYPE="TEXT" NAME="address1"
    id="address1" label="Address" hspace="470">
    </P></td>
    </tr>
    <tr>
    <td><CFinput type="text" name="address2"
    id="address2" label="Address Cont." /></td>
    </tr>
    <tr>
    <td><CFinput type="text" name="state" id="state"
    label="City / State"/></td>
    </tr>
    <tr>
    <td><CFinput type="text" name="zip" id="zip"
    label="Zip Code"/></td>
    </tr>
    <tr>
    <td><CFinput type="text" name="phone" id="phone"
    label="Phone Number"/></td>
    </tr>
    <tr>
    <td><table width="470" border="0" cellspacing="0"
    cellpadding="0">
    <tr>
    <td width="100"><img src="img/transparent.gif"
    width="100" height="1" border="0" /></td>
    <td width="373"><cfinput type="SUBMIT"
    value="Generate Customized Brochure 1" name="Submit"></td>
    </tr>
    </table></td>
    </tr>
    </table>
    </div>
    </CFFORM>
    HERE IS THE CODE FOR BROCHURE1OUTPUT.CFM:
    <CFOUTPUT><CFSET
    date="#DateFormat(now())#"></CFOUTPUT>
    <CFSETTING ENABLECFOUTPUTONLY="YES"
    SHOWDEBUGOUTPUT="NO">
    <CFCONTENT TYPE="APPLICATION/vnd.fdf">
    <CFOUTPUT>%FDF-1.2
    1 0 obj <<
    /FDF <<
    /Fields
    <<
    /T(name)
    /V(#form.name#)
    >>
    <<
    /T(address1)
    /V(#form.address1#)
    >>
    <<
    /T(address2)
    /V(#form.address2#)
    >>
    <<
    /T(state)
    /V(#form.state#)
    >>
    <<
    /T(zip)
    /V(#form.zip#)
    >>
    <<
    /T(phone)
    /V(#form.phone#)
    >>
    /F(
    http://www.caduceuswebs.net/pdfs/brochure1.pdf)
    >>
    >>
    endobj
    trailer
    <</Root 1 0 R>>
    %%EOF
    </CFOUTPUT>

    rogers42 wrote:
    Hi,
    Thanks for the suggestion.
    While getting rid of the ";" helps, but the output of the select statement is not displayed?When you do a SELECT statement in PL/SQL, you have to select the results into variables or arrays.
    Try something like this:
    DECLARE
         CURSOR C1 IS
                       SELECT  TABLE_NAME
                FROM    DB_MGMT.CTRL_TAB_RETENTION
                WHERE   RETENTION_PERIOD_IN_MONTHS = 11
                AND     rownum                  < 2;
         min_dt_skey    NUMBER;
         max_dt_skey    NUMBER;
         stmt            VARCHAR2 (100);
    BEGIN
        FOR i IN C1
         LOOP
            -- dbms_output.put_line('Table Name: ' || i.TABLE_NAME);
            stmt :='SELECT min(DT_SKEY), max(DT_SKEY) FROM DWH_RSRC_PERF.' || i.TABLE_NAME;
            dbms_output.put_line(stmt);
            EXECUTE IMMEDIATE stmt
             INTO min_dt_skey, max_dt_skey;
         dbms_output.put_line (  min_dt_skey   || ' = MIN (dt_skey), '
                        || max_dt_skey   || ' = MAX (dt_skey) for table '
                        || i.table_name
        END LOOP;
    END;

  • Help with saved pdf' s,"more request cannot be completed.Service book information not found"

    Hey from south africa,I'm using the curve 8520 on MTN service provider.I came across a problem a while ago where I had to setup my email address again,I had an email with some pdf's saved.They were working well until the re-setup,now when I try to load ones that I haven't read it gives me the error "More request cannot be completed.Service book information not found".I've sent the email back to myself but no luck,help.Thanks in advance.

    You need to reset your email account again on your device & send the service books from the same interface on your device. Wait for the 30mins & register now yourself from the handset itself by following the below steps-click on Option Application-click on Advanced - Click on Host Routing table - Click menu key - select Register now option & Click, Follow these steps twice. Now go into your email application & click on it. Then press the menu key & scroll down,you can see Reconcile now option, Click on it twice !
    Now try to open that PDF again !

  • Please Help with Converting PDF document to Word Document

    I have downloaded our PDF document to be converted to a word document --- it did not work correctly--we need help with this
    Scott Munsen
    Abbott House -- Mitchell, SD

    Good day Scott,
    I received your document via our File Conversion Issue form.  The root of the problem you're facing is the quality of the scan.  I'm not sure if you were starting with a poor quality hard-copy or simply low DPI settings on your scanner, but the reason the results you received were so different than the PDF was the quality of the input.
    If you're hard copy looks clearer than the PDF file you created, I would suggest increasing the resolution settings on your scanner.
    Please let me know if you have any questions.
    Kind regards,
    David

  • Page will not open with default PDF viewer of  preview

    Installed adobe, did not like..removed. Now PDF page for local newspaper will not open default of preview reader, keeps looking for adobe. Want to make certain Preview is default PDF viewer, it look like it is..but how to get page to open like it did previous to installing/removing adobe.

    Hi Berni
    look in HD/Library/Internet Plug-Ins/ & move/trash the Adobe PDF viewer plugin; restart any browsers & things should behave again.

  • Help with online support

    I've 3rd generation iPod Touch, bought in September. Now the right headphone isn't working anymore, and i'm trying to follow the process described on https://selfsolve.apple.com/ , but on the last page i receive the error message:
    +"We're sorry, the transaction cannot be completed at this time. Please try again later"+

    While there's very little we fellow users here on the forum can do to  help with regarding a refusal by Adobe's servers to activate your license, it might be helpful if you'd define exactly what you mean by "not accepting license".  It's possible you're having a basic installation problem, and not a problem with activation.
    What error message do you get, when?
    markonius wrote:
    tech support was very little help
    I'd like to make a public editorial comment on what seems like a bad recent trend...
    Adobe really needs to continue to support the reactivation of prior versions!
    Activation is not a feature that helps the customer, it's a feature that protects Adobe.  It comes at an ongoing cost - both to the customer and to Adobe, and it's simply not acceptable for them to choose to stop paying that cost, and not allowing people to continue to use the software that they legitimately licensed.
    Providing technical support for an older version is something that's completely different than providing activation support.
    We fall a bit into gray area where someone has trouble installing an old version of Photoshop on a new computer, but if the problem is just that the user has exceeded the allotted activation count then there's no excuse for being put off by Adobe Customer Support.  The activation technology is capable of continuing, as it has, to ensure the user isn't running the software on too many computers.
    I really, really hope that I'm misinterpreting what sounds like a bad trend based on recent comments on this forum about Adobe Customer Support not supporting people in reactivating their older software after a failure or computer replacement.
    -Noel

  • Help with internet PDF files with Firefox

    I recently changed my default PDF reader to Adobe for the snapshot function, and now I can't open up any PDF in Firefox.  Help?

    ucmary wrote:
    I can't open pdf files on Firefox, however, I can open them on Safari.  What can I do to get Firefox to open my pdf files?
    You need a PDF add-on for Firefox.
    Right now most work with FF 3.6 but haven't been updated yet for FF 4.0 just released
    There is one that works with Google Docs
    https://addons.mozilla.org/en-US/firefox/addon/google-docs-viewer-pdf-doc-doc/
    Funny, there is a version of Flash for Linux with 1% market share, but no PDF plug-in for the most second used browser in the world.

  • Problem with adobe pdf viewer plug-in for safari

    I recently updated from adobe reader 8 to adobe reader 9 and now pdf documents that I view on Safari won't open. I get this message that says 'adobepdfviewer does not recognize a compatible adobe acrobat or adobe reader program' This is really strange because I have both Adobe reader 9 and Adobe acrobat installed. If you have any advice or solutions it would be much appreciated.

    Personally, I like to open PDFs that I have saved to my hard drive in Adobe Reader, because I find it quicker, especially with PDF files that have many pages. I also find the resizing controls and search functions more useful in Adobe Reader. At the same time, for quick looks when clicking on web links, I don't mind letting Safari open some PDF files. So having both capabilities is important to me.
    one000mph, your problem might be in the Adobe Reader / Acrobat preferences settings. It's perfectly possible to have these programs installed and still view PDFs in Safari, so there really isn't a need to delete either or both of the programs.
    If you still have one or the other of those installed, check its preferences "Internet" setting where it says, "Display PDF in browser using ..." I have that set to "Adobe Reader 8.1.2" and its working nicely. If you don't have Adobe Reader installed any longer you might have different options there than I have. Try the different settings there and see if changing them solves the problem.

  • Missing parts of lines in illustrator while they are visible with a pdf viewer

    Hi,
    I have encountered this issue in a pdf file that I generated using my R (statisitcal language) scripts. The file contains 3 smoothed but wiggly lines where parts of a few lines vanish when I open the pdf file in illustrator. Opening the same pdf in any pdf viewers turns out perfectly however. I need to further edit the pdf file for publication purposes, so having parts of the plot missing makes this a headache. I've done other plots before with R, which can be edited in illustrator perfectly. Please help me solve this if you have any ideas.
    My file looks like this in pdf viewers:
    In illustrator it looks like this:  This is the case for both CS2 and CS6
    There was a similar query previously, but the problem didn't seem to be solved. Please help.
    http://forums.adobe.com/thread/495432

    Too many data points comprising the lines. If you use the Document Info panel and choose Object from the flyout menu with one of the lines selected you will find that there are 32,000 points listed. This ia a maximum for a single path in AI. You will have to either filter the data or do something to reduce the number of data points.

  • Help with resizing PDF's

    I am in a company that draws plans for houses, similar to an architects.
    Our problem is we are currently using a 2000i Autodesk cad based program and when we PDF
    our files end up at about 14mb, while we sometimes come across other architects plans which are about 1mb
    I was told to try out adobe acrobat 9pro to test if using out program with adobe we can reduce the PDF’s to 5mb max
    I have tried several different options but the smallest I got was 12mb which meant changing the image quality to 300dpi which is very bad quality
    We need it atleast 600dpi. Can anyone help me out how I must change it so it works out?
    We are using the trial version for now as there is no point paying $500 for the program if it cant reduce the file size to as low as we want it.
    I have tried an optimizer option and distiller and no change in size. the optimizer says that 98.17% of the file consists of content streams.
    Or is it because we are using the trial version that we cant reduce the actual size of PDF’s?
    while if i try and use the PDF option when rightclick on the file itself it leaves it at 3mb the whole file but it comes up as a pure line drawing not hiding the elements that are required.

    The trouble is primary with pictures, not documents.  The logo  is not the
    Adobe logo but looks like a sailboat.  The document says  that it opens with
    Adobe 9.3 (loaded on my computer) but then I get the error  sign.
    Thanks,
    In a message dated 6/16/2010 2:49:11 P.M. Eastern Daylight Time, 
    [email protected] writes:
    They  fail to open even when you try to open them from within  Reader?

Maybe you are looking for

  • UNLIMITED DATA PLANS! PLEASE BRING IT BACK VERIZON TO EVERYONE!

    I think Verizon should bring back the Unlimited Data Plans because, many students uses so much Data for Videos for their homework and Videos takes up so much Data and there is no way an average family can afford to pay over $100 for a 20GB more Data

  • Two-finger swipe

    Two finger swipe on trackpad with control key works fine for zooming screen, but it does not remain in force -- something turns it off, & I have to log out and back in to get it to work again. 10.7, 2.8GHz Intel Core i7, 8GB RAM.

  • JMS_TRANSMISSION_ERROR

    Dear Experts, I have a specific error in the Receiver JMS channel. It is a IDOC - JMS channel scenario. 6 IDOCs have been sent from SAP R/3 to XI, 3 were successfully sent by the JMS channel to MQ. But the rest 3 are stuck up. I have resent the first

  • Up-To-Date Program confirmation, over 24th hours still nothing.

    Has anyone got their App Store code yet? It's been over 24 hours and still haven't hear a word. Emailed Tunes Store/ Mac App Store Customer Support about it and told me to email uptodate support and haven't heard back. Just wondering how long it usua

  • Extract data from CAUFVD

    Is there a way to extract data from CAUFVD structure? I need to get the field for the Delivered Quantity (CAUFVD-GWEMG) but it is not in tables AUFK or AFPO. Thanks