PDF problem

problems with adobe reader 8. visited the site web adobe but can not solve the problem. When itry to use adobe it says software adobe reader 8 does not work are down loaded the correct adobe tools but want to just work

You can also try to download Adobe Reader 9.3. This is the latest version of the Adobe Reader software.
Click here for a link to download.

Before installing the new version, make sure that you uninstall the old version.

I hope this helps.

Sincerely,

Marilyn
Microsoft Answers Support Engineer
Visit our Microsoft answers feedback Forum and let us know what you think

Tags: Windows

Similar Questions

  • Deletion of books and pdf problems of in Ibooks

    Since the last update, I am unable to delete anything of in Ibooks.  All my books disappear when I delete something, they then repopulation of crazy way.  I have a lot of books and pdf on my Ipad.  I wonder if I can have in fact not too?  This was never a problem before, everyone to experience something similar.  Thank you.

    Jake

    I have the same problem please help this is really annoyping.

    iPad 4 Wi - Fi, iOS 9.3.1

  • ENVY 100 printer: Pdf problems

    I use mac mini envy100 printer and mac mail.  I can scan a document and send it to the desktop as pdf for later use as an attachment to e-mail. But it attaches as a complete document instead of an icon to open later by the reipient of mail. How do I save it on the desktop or in the documents in a compressed file?

    Hi @twalters,

    Even if it is in fact an arrangement with in your mail application, I think that I know how to change to appear as an icon, but when you attach the file.

    In the e-mail, on the PDF you see, hold CTRL on the keyboard and click the mouse. Now you can choose the view as an icon!

    Please use the thumbs up to below if you happy with my efforts to help. Please let me know if there is anything else I can do to help, I will do everything I can to help. Thank you.

    Please let me know if this indeed the problem as I hope

  • Preview of the PDF problem

    I have a laptop running windows 7 with the 64-bit version.  I could see my PDFs just by putting the cursor on it.until recently. I don't know what happened, but now it doesn't.  Is it possible to fix it?  Help, please.  Thank you

    Hello

    1. have you made changes on the computer before this problem?
    2 are you able to open PDF files?

    3. What do you mean "I could see my PDF files just by putting the cursor over them?

    Follow the steps.

    Method 1
    Check if you face same problem the clean boot.
    To help resolve the error and other messages, you can start Windows by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts.
    http://support.Microsoft.com/kb/929135
    Note: Follow step 7 to reset the computer to start as usual after the boot process.

    Method 2
    Visit the Adobe Support Forums link that talks about the same issue.
    PDF icons used to display an excerpt from Document - now it shows PDF icon
    http://forums.Adobe.com/thread/305220

    Method 3

    I suggest to uninstall and reinstall the latest PDF program and check if it helps.

    Uninstall or change a program
    http://Windows.Microsoft.com/en-us/Windows7/uninstall-or-change-a-program

    If the problem persists consult the Adobe Support Forums to get help.
    http://forums.Adobe.com/index.jspa

    It will be useful.

  • tracking PDF problem

    Hello.

    I want to track numbers of pdf download, so after a manual that I put in place the HTML file.

    * Manual that I aimed

    https://community.Oracle.com/servlet/JiveServlet/downloadBody/907319-102-1-24246/Eloqua%20Async%20Tracking%20Scripts.PDF

    After mail send, I confirmed pdf download numbers.

    But I found download numbers are too small.

    Because the figures are not zero, I doubt that my settings are wrong.

    My HTML and Javascript settings are below.

    Is there something wrong?

    -----

    * HTML

    "< a href="./pdf/xxx.pdf "target ="_blank"class ="elq_pdf"> download < /a >

    * JavaScript

    $(".elq_pdf").live ("click", function() {}

    link var = $(this) .attr ("href");

    _elq.trackEvent (location.href + link.substr (2));

    });

    -----

    I want to open the pdf file in a separate window, so I do not use [onclick = "_elq.trackOutboundLink (this); return false;"] "] but [_elq.trackEvent].

    I solved it by myself.

    My link of e-mail for the destination page has settings (not for Eloqua but for other systems).

    When you click on the pdf link in the landing page, the url got 'location.href' looks like 'http://example.com?test=aaa'.

    Thus, the url sent to the Eloqua is like 'http://example.com?test=aaa/pdf/xxxx.pdf'.

    In the Eloqua, url parameter is ready for the url finally connected the Eloqua becomes "http://example.com".

    I solved this problem by cutting parameters.

    (In addition, cut the anchor tag).

    ----

    * JavaScript

    $(".elq_pdf").live ("click", function() {}

    link var = $(this) .attr ("href");

    _elq.trackEvent (location.href.replace (/(\?| #). * $/, "" ") + link.substr (2));

    });

    -----

  • Minion Pro integration to PDF problem

    An author wants to use Minion Pro for his manuscript of a paperback. I've embedded the fonts in the Word file, but when saving in PDF, the police will not integrate and there are problems uploading it to the printing system. The only option it to rasterize, which makes it fuzzy. I bought a subscription to Creative Cloud and synchronize versions of Minion Pro fonts on my computer, but it won't ALWAYS embed in the pdf file. What should I do?

    Can we assume that you are running under Windows?

    In addition, exactly how you are creating the PDF from Word? If you use built-in Save as PDF Office, you will not be able to incorporate all the other fonts that fonts TrueType, even with the latest version of 2016 desktop applications. This bug has been reported to Microsoft several times, but Microsoft does not consider the bug important enough to fix. And Minion Pro, as well as all the typotheque Adobe and TypeKit fonts are OpenType CFF (no TrueType) fonts.

    On the other hand, if you use Save as Adobe PDF function Acrobat PDFMaker, all fonts that are not protected against the incorporation (Minion Pro allows Preview & Print embedding) are properly integrated.

    -Dov

  • APEX 4.2.3 consume the web service returning a PDF problem

    Using APEX 4.2.3 on a database of Oracle 11 g R2, Firefox 31.7, we ask a service web restful one before the process of page header, to download a PDF Code file used:

    declare

    CLOB l_clob;

    l_blob blob.

    l_sql_delimiter varchar2 (30);

    l_lang_context integer: = DBMS_LOB. DEFAULT_LANG_CTX;

    l_warning integer: = DBMS_LOB. WARN_INCONVERTIBLE_CHAR;

    l_dest_offset integer: = 1;

    l_source_offset integer: = 1;

    l_Json VARCHAR2 (4000);

    Start

    l_clob: = null;

    DBMS_LOB.CREATETEMPORARY (l_blob, true);

    -Generate here the content of your file in l_clob.

    hr_Pkg.Security_Termination_Form(:P4200_PERSON_HR_ID,l_Json);

    hr_Pkg.call_rest_webservice (l_Json, 'TestME.Pdf', l_Clob);

    Logger.log ('CLOB SIZE IN PAGE: ' | sys.) DBMS_LOB. GetLength (l_clob));

    sys. HTP.init;

    sys.owa_util.mime_header (' application/pdf', FALSE, 'UTF-8');

    sys. HTP.p ("Content-length: ' |") sys.DBMS_LOB.GetLength (l_clob));

    sys. HTP.p ('Content-Disposition: attachment; filename = "TestME.Pdf" ');

    sys.owa_util.http_header_close;

    () DBMS_LOB.converttoblob

    dest_lob = > l_blob,

    src_clob = > l_clob,

    amount = > DBMS_LOB. LOBMAXSIZE,

    dest_offset = > l_dest_offset,

    offset = > l_source_offset,

    blob_csid = > DBMS_LOB. DEFAULT_CSID,

    lang_context = > l_lang_context,

    WARNING = > l_warning

    );

    Logger.log ("SIZE of BLOB: ' |") sys. DBMS_LOB. GetLength (l_blob));

    sys.wpg_docload.download_file (l_blob);

    apex_application.stop_apex_engine;

    exception when others then

    sys. HTP. PRN (' error: ' |) SQLERRM);

    apex_application.stop_apex_engine;

    end;

    We run in the question, that the PDF file is empty with the exception of a few fill-able fields that must be completed in advance by the call to the web service.

    When you run the web service directly from the browser, the PDF that is generated is very well and seems to be complete. And the size of the file that is created as the clob from the web service call is exactly the same size it as the pdf file received directly from the web service.

    When we compare the size of the clob to the size of the blob, we see that the blob is slightly larger in size than the clob.

    Any suggestions? (Sample code for posting to the hosted site for Oracle will not work because you can not call the hosted instance web services and web service is hosted BEHIND our firewall).

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

    Problem is resolved... As opposed to the use of the APEX apex_web_service.make_rest_request must use the utl_http.begin_request and then treats the query returned through utl_http. READ_RAW and who then saving it in a temporary BLOB.

    Maybe when we update to the APEX 5, I'll see if I can deal with it using standard APEX packages...

    Thank you

    Tony Miller
    Software LuvMuffin
    Salt Lake City, UT

  • Export PDF problems

    I subscribe to the export of Adobe. When I press export to PDF format to convert a PDF to Microsoft word, nothing happens.

    What I can do. I can't communicate directly with Abobe help

    Hi stephenp72406785,

    I would advise you to go to "cloud.acrobat.com", connect using Adobe ID and then in main menu, select the option "export to PDF". Then follow the instructions on the screen to export pdf files to word or excel.

    You can also use Adobe Reader DC (free Version) for the conversion of the files, please refer to this Article:- convert or export PDF files to the file formats, Adobe Acrobat

    If the problem persists then you need to contact the representative of cat so that they can help after checking account & service Details using their tools by going to:- contact customer service

    I would like to know if it works.

    Kind regards

    Christian

  • Acrobat DC Pro - print pdf problem

    I use a trial version of DC Pro on Win 10 - when I print from what for the converter of pdf from adobe on com1 I get an error on the printer but the PDF is still produced.  However, the print queue still contains the document with an error that I have to delete manually to stop other error messages.  I can print additional documents, but every tinme he creates another entry in the impression that all errors and all must be deleted manually.  Seems to be a problem similar to one, I met with Acrobat X, which has been finally fixed.  Any ideas how to solve this?  Thank you

    Thanks - had to do the last option of uninstall, cleaned the registry and manually removed all references file Acrobat & then used your link to the software.  This fixed the printing problem, BUT I cannot now get tabbed browsing - followed the checkpoints for updates & reboot but the option does not always appear in preferences/general.  I have also tried repair, and who does not either.  Version 2015.6.30121 running.  All very frustrating and not the type of trial that would persuade me to make a purchase!

  • TIFF to PDF problem

    I noticed that several others have had the same problem. When you attempt to convert a TIFF doc to PDF in a PDF package, it only converts the first page of the document and no one else. I can't say I'm happy to pay for a service that is clearly not functional.

    Are there measures to solve this problem? If I try to uninstall then reinstall, which would repair? Uninstall/reinstall is useful at all? My job requires a lot of files TIFF PDF files conversion, so it's very detrimental to my work. News would be useful.

    Hi Jenny,

    It is a known problem and our team of engineers working on it.

    I will update this thread in case I have any new information.

    Kind regards
    Rave

  • Printing PDF problem?

    FM 12, I'm an open book. I'm trying to save book as PDF and FM crashes.

    Can not find the reason why, I do not see to distill to come (or work).

    This is the last screen I see. I clicked on OK.

    FM_PDF Error.PNG

    I restarted the computer, and the problem is solved. Has not done much else.

    Do not know how the problem occurred and do not know what made the problem disappears.

    Thank you, Arnis, for your answers. I'll definitely keep in mind on the repair of the Installation of Acrobat.

    Also, I share your suggestion with my associates here so they can be considered for the future.

    Once more, he likes a lot.

  • PDF problems

    I'm getting "invalid value for registry" when trying to open a PDF from the scan.  Quick solutions or fixes to this problem?

    Hi small-business advertising agency,

    You get the error with other PDF files, or simply with this particular PDF file created from a scanned image? If the error is widespread, I suggest that you repair the installation of the player. But, if it occurs only with this one file, it could be that the file is damaged. What is the size of the PDF file? It opens in the drive on another computer?

    I can't wait to hear back on your part.

    Best,

    Sara

  • Stored in the BLOB column display PDF problem

    Hello everyone.

    I tried to follow this tutorial http://asktom.oracle.com/pls/asktom/f?p=100:11:0:p11_question_id:232814159006 on the display of PDF files stored in BLOB columns. This is done on Apex 4.2, with my DB 11 g running. I have my procedure, which I will post below:
    create or replace procedure "PDF" (p_id IN gvo_documents.doc_id%type)
    is
        l_lob    blob;
        l_amt    number default 30;
        l_off   number default 1;
        l_raw   raw(4096);
    begin
        select contents into l_lob
            from gvo_documents 
             where doc_id = p_id;
    
     -- make sure to change this for your type!
        owa_util.mime_header( 'application/pdf' );
    
    
        begin
            loop
              dbms_lob.read( l_lob, l_amt, l_off, l_raw );
              htp.prn( utl_raw.cast_to_varchar2( l_raw ) );
              l_off := l_off+l_amt;
              l_amt := 4096;            
        end loop;
            exception
               when no_data_found then 
                  NULL;
            end;
    
    end;
    
    I am trying to run this through a region dynamic PL/SQL, and even if I don't get any error, the content displayed is a huge mess of truncated text and strange characters. I tried to run this procedure on many other types of documents, including word and jpeg image files, all with the necessary changes in my inside, and regardless of what I use, I always get a big mess of strange characters. Does anyone have information or ideas why this is happening?

    If I understand correctly, your needs must be broken down into two problems:
    1) click the link that opens a window showing a new APEX page
    (2) an APEX page displays the document, download it not.

    I did not (yet) #1.
    However, you can generate a URL that points to the new page in the select for the report.

    It's a related issue, but no response yet:
    Open the pdf file in the browser window

    The key is to target = "_blank" to the anchor tag.
    To generate the URL, you must use the APEX_UTIL.prepare_URL () function.

    If this does not work, a dynamic Action that makes magical things of JavaScript may be necessary.

    # 2, I lost the URL that showed how to display a PDF file in a page "form.
    From what I remember:
    Start with a blank page with a pristine area of HTML (all items will in the HTML area)
    Add an element to the PK/annual
    part I forgot Create a Data Manipulation process
    -Automated row Fetch
    -By loading - after the header
    -(stuff for your table/view)
    part I forgot Create a (I think) "File browser" item type. For the parameters:
    -Storage of Type "BLOB column specified in the Source element" (and put the name of the BLOB column)
    -MIME Type column: (column name) - since there are several types, this is a MUST HAVE
    -Filename column: (column name) - I highly recommend you have this.
    -Provision of content is INLINE<-- this="" is="" the="">

    In addition, you will need a browser for each of the Types MIME Plugin (if not, the browser may try to "Download" the file)
    Browsers can manage the types of images internally. Plugin Adobe can handle PDF files. I do not know Word/Excel.

    Yet once again, I don't remember the exact details, but that should cover most of it.

    MK

  • XI - optimization of Acrobat PDF problems

    I know that the PDF Optimizer moved to save or save as Acrobat XI, function. The problem that I am facing is that on one (out of 30) of the Mac that I support, when I choose optimization PDF Optimizer window does not appear. I uninstalled and reinstalled Acrobat, but it still does not work. Help!

    Rave,

    Thanks for the suggestion, but I was able to answer my own question this morning. I found only 2 PDF Optimization settings, which are located in the folder Application Support / optimization PDF of Acrobat were corrupt. Once I eliminated the optimization PDF Optimizer window file settings worked properly again.

    Thank you

    Jeff

  • CS4 export to PDF problem

    I'm the editor of layout for my high school newspaper, and we recently had a new imac. We put cs4 on it and made our first page.

    I exported to PDF (with the same settings as on the old mac that works very well) and all the headlines turned to black boxes. We then took the form of indesign files the new mac put it on the former and exported out of that old and everything went well. Note the black boxes.http://imgur.com/eOdm9yG

    That's what went wrong...

    That's what we want...http://imgur.com/qdIDQQM

    Thanks in advance for any help

    I return to my computer. I see the boxes here and it's certainly a kind of problem of availability of fonts, if she says that the police is incorporated. If I select and change the font of the text appears.

    The fonts in question are HelveticaNeue HelveticaNeue-Bold and HelveticaNeue - Italic (TT). Here are the versions of the Mac of Helvetica Neue systems?

    CS4 is fully patched on the new system?

  • links &amp; dropbox PDF problems

    Hello

    I had this problem, some of my hyperlinks (downloadable pdf) are not displayed when I test my site, the new window open, but nothing happens

    I wonder, is perhaps its because I have put in my dropbox in the first place?

    I noticed link dropbox have problems to, link can not be downloaded

    How to link to file pdf correctly?

    Thank you

    Oh - one more thing. and this may sound stupid, but this happened to me.

    Make sure your PDF files have been saved with the suffix .pdf as part of the name. I have a few that I saved just like FILE not nomdefichier.pdf name and I got a little weird things similar to what you describe.

Maybe you are looking for

  • Why all the controls of my screen firefox disppear

    the firefox page "widens" upward remove all menus in my screen. I've deleted and reinstalled nothing doesn't. Before that I used it successfully for years

  • Volume and Mute keys do not work

    The volume keys and mute on my Pavilion dv5 do not work.  I am able to control the volume and mute video tracks via the visualization of software functions.

  • 30' cinema screen flashes and off permanently.

    Since the upgrade of RAM (over the w/e) in 2008 Mac Pro the 30 "cinema display has flashed continuously (power), he stopped that if I held my finger nearly walking off button on the side of the screen. Also connected is a screen 23 '' (unchanged). "

  • Qosmio F20 - volume display bar not visible when I increase/decrease volume

    I can't see the display of the volume bar when I increase / decrease the volume by Volume knob that I had in my Toshiba Qosmio F20. It used to work but does not work because I reinstalled my Windows XP MCE 2005. In fact it wasn't working when I insta

  • Error code 126 trying to play Wizard 101.

    My son is driving me crazy.  This error indicates check security and firewall protection settings I've done.  I have everything from my computer that works very well, but even with the same parameters of his computer can't play on this Web site.  He