Opening pdfs using a CD based application

Hi:
I am heartily sick of Adobe Acrobat and would like my users
to open pdfs with the Foxit application. Currently I scan the users
system for acrobat and, if it isn't there, prompt them to install
the reader. However, I'd like to give this approach the heave-ho
and instead just get pdfs to open with Foxit -- however, I don't
want them to install the program -- I just want the program to run
from the cd. Has anyone made this work?
Thanks for any advice you can provide

Last I checked, Authorware will default to the Windows
associations for
launching a parent application. So if the user has Acrobat
installed, no
matter what you enter for the first JOR argument, Acrobat
will be
launched for PDF files. BUT if the computer doesn't have an
association,
then it shouldn't have a problem launching the specified
parent application.
Just mentioning that in case you required Foxit to be used
for some reason.
Side note, I love the Foxit Reader. So nice to have a basic
.exe with no
dependencies, required installing, and such silliness.
I've replaced Acrobat on all my machines with Foxit and PDF
Creator for
reading and printing PDFs (respectively, of course). And PDFs
open so
much quicker too than the Acrobat bloat.
Erik
EdKaset wrote:
> Problem solved. I hadn't realized that Foxit Reader was
a standalone .exe --
> thought it required installation like Adobe Reader.
Thank God I never have to
> use Adobe Reader again. What a hideous bloated thing it
is.
>
Erik Lord
http://www.capemedia.net
Adobe Community Expert - Authorware
http://www.adobe.com/communities/experts/
http://www.awaretips.net -
samples, tips, products, faqs, and links!
*Search the A'ware newsgroup archives*
http://groups.google.com/group/macromedia.authorware

Similar Messages

  • Help - "Acrobat is being used by another application and cannot open PDF files until the other application is closed."

    Hello,
    I searched this site and google for this error terminology and come up dry.  I support a user who has been for years using Acrobat 5 (yes, I know...) to read files in a client DB program, as well as other PDF files on their PC.  In the last week or so, they have started gatting this error "Acrobat is being used by another application and cannot open PDF files until the other application is closed." any time they attempt to open a PDF file attached to an email (via Outlook).
    It is my understanding that they cannot upgrade to a newer version of Acrobat because of limitations of their client software, but had not previously had any issues viewing PDF notes from the DB, and PDF attachments in their email.
    I have tried uninstalling and re-installing, as well as tried using Adobe Reader 7 & 9 in conjunction with Acrobat to try to get around this issue, but have not been successful.
    Any ideas?
    Thanks,
    Jesse

    I don't have an answer to your technical problem. The product I assume is Acrobat that you are talking about (based on the post title), Adobe is the company name. This is a good place to ask questions on Acrobat if folks can figure out what you are talking about. They will ask for the product version number (like AA9.3.3), operating system, and other applications if appropriate. Also, just what you are doing that generates the message.
    As for Adobe, you are not likely to get an answer from them here in the user forum. You will be lucky if you can get an answer if you can contact them and not be on hold for more than an hour (sorry, this is why a lot of folks end up in the forum).
    So, to help others try to answer your question, what are the products and versions involved? What OS? What are you doing when the message comes up.

  • Hi, i'm using 10.6.8 and cant open pdf using safari  Ive tried deleting the adobe plugin in the library option..

    hi, i'm using 10.6.8 and cant open pdf using safari on "my vodafone" web site. when i click on the pdf icon nothing happens?? Ive tried deleting the adobe plugin in the library option...but no luck...driving me crazy! cause it opens in my 8yr old desktop
    please help

    Go to /Library/Internet Plug-Ins.
    If you see the PDF Browser Plug-in, move it to the Trash.

  • ADs implementations using OSMF player based application

    Hi,
    Greetings !!
    I am currently creating an OSMF player based application for which I need to implement ADs in player. I need your help to implement the same using Flash Builder 4.6.
    It would be great if you could provide documentation and swc file for ADs implementations using OSMF player based application.
    Any help will be appreciated !!
    Regards
    Pr33T

    Here is a link to player:
    http://front.xstream.dk/sa/resources/swf/?id=5600
    Here is a manifest file:
    http://fms4.xstream.dk/sa/f4m/2011-07/1309755901073853000-H264_1400kbit_128kbit_1024x576_m p4-STD.f4m
    Files used for generating all f4f and f4x files:
    http://front.xstream.dk/sa/resources/content/mp4/2011-07/1309755901073853000-H264_400kbit_ 64kbit_512x288_mp4-STD.mp4
    http://front.xstream.dk/sa/resources/content/mp4/2011-07/1309755901073853000-H264_800kbit_ 96kbit_768x432_mp4-STD.mp4
    http://front.xstream.dk/sa/resources/content/mp4/2011-07/1309755901073853000-H264_1400kbit _128kbit_1024x576_mp4-STD.mp4
    Command used for f4fpackager:
    f4fpackager --input-file=1309755901073853000-H264_400kbit_64kbit_512x288_mp4-STD.mp4 --bitrate=400
    f4fpackager --input-file=next_file --bitrate=800  --manifest-file=manifest_produced_in_previous_operation
    and so on...

  • Firefox will not open pdf files & changes the options/applications settings?

    At first, with default settings, Firefox would not open pdf files & came up only with a blank screen & no file reference. Going to options/applications & changing the default to a new installation of Adobe Reader still brought up a blank screen but this time with the file ref. Oddly though, attempting to open any pdf file would then change the setting under applications back to Use Adobe Acrobat (in Firefox). But this doesn't work. So what do I need to do to get Firefox to open pdf files correctly using Adobe Reader?

    See if either of these support article help you.
    https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox
    https://support.mozilla.com/en-US/kb/Opening+PDF+files+within+Firefox

  • Error opening PDF using webdynpro

    Hello All,
    I created a webdynpro application that opens a pdf document using the code described in the following link.
    Open PDF in New External Window
    I am getting the following error:
    "There was an error opening this document. The file is damaged and could not be repaired"
    But I am able to open the same file using another ASP application.
    Am I missing anything?
    Thanks in advance.

    Nikhil and Vinod,
    Thanks for your response. I used this code but it is not working. I am still getting the same error.
    In my application, I am not reading the pdf from a file. Instead, it is stored in the database as a blob. I am reading the data using the following code:
    Blob pdfBlob = resultSet.getBlob(COLUMNNAME)
    byte[] pdf = new byte[1024]
    pdf = pdfBlob.getBytes(1,(int)blob.length());
    I am storing this value in a context and then displaying it as a pdf. I am using the following code to get bytes
    byte[] pdfBytes = wdContext.currentElement().getBLOB(); (BLOB - name of the context attribute where bytes are stored)
    and using the following code to open the pdf document (as suggested)
    IWDResource pdfResource = WDResourceFactory.createResource(pdfBytes,"test.pdf",WDWebResourceType.PDF);
    *                    wdComponentAPI.getWindowManager().createNonModalExternalWindow(pdfResource.getUrl(0),"test.pdf").show();*
    Am I missing anything here?
    How can I force the pdf document to open in a browser window instead of Adobe?
    Thanks in advance.

  • InvalidPDFHeaderSignature Exception while opening pdf using itext jar

    Hi,
    I am getting InvalidPDFHeader while opening pdf file using itext jar.
    How to overcome this?
    Thanks,
    Veera

    Please continue in your previous thread: Sample code to dynamically append bytes to pdf
    Mod: I'm locking up.

  • Access denied when opening project using project professional client application

    Hi,
    I have some users who are members of 'Team Members for Project Web App'.
    They can open projects using the browser just fine.
    But, if they try to open it using the menu  :  Projects Tab > Open > In Microsoft Project,
    the project professional client application starts but shows an error : 'you do not have the required permissions to perform the operation'
    Is there some restrictions for 'Team Members for Project Web App' with the project professional application?

    Indeed team members should not be added to the PM group. But they should not either edit directly the proejct plan. The process is the following:
    The PM assignes a resource on a task, either from PWA or MS Project Pro,
    The PM publishes the project plan,
    The TM goes to the task link in the quick launch menu on the left side,
    The TM enters the actual work done on his assignments and submit it to the PM,
    The PM goes to the approval center, sees the task updates waiting for approval, approves or rejects the task updates,
    The PM opens the project plan, updates the remaining work and publishes again the project the the task updates are taken into account and send to the TM.
    See this
    reference for Project Server 2010 but still applicable for 2013.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • How to open PDF using safari 5.1

    Please help. My internet browser (safari 5.xx) used to be able to open PDF files using the preview program. After I updated to Safari 5.1 it does not open it anymore in a safary window, instead every single pdf file gets downloaded. I tried the genreal fix of removing the adobe plug-in from the Mac HD -> Library -> internet plug ins file but it did not help. I would need Acrobat reader on my computer but I would like to use the preview program to view PDF files on-line. Please help  (It is a huge pain to delete every single PDF after I looked at it...)
    Under the USer -> Library-> internet plug ins folder there is nothing it appears empty.
    So any suggestions would be appreciated.
    Thanks

    Just to add to the annoyment. After trashing the Adobe reader 10.1 version and hoping that now everything went back to the original working order -- wrong. Now when I click on a PDF document, which used to open up till now in a new window, is simply getting downloaded and the new wndow remains blank... Maddening.
    Please sombody help.
    thanks

  • Can't open pdf using Reader X

    I have a pdf file that was created by Page Manager version 7.15.35.  I am unable to open this pdf when using Reader X; Reader opens but I get a blank dialog; no error message is produced.  I tried turning off Protected Mode bu that made no difference.  If I uninstall Reader X and install Reader 9.3 then I am able to open the pdf successfully.  I am able to open other pdfs using Reader X.  My only problem is with a pdf created by Page Manager 7.15.35.
    Can anyone suggest a solution?
    Thanks

    Thx, Stix.  Upgrading to 4.0 apparently solved the issue.

  • Samsung galaxy tab2 not opening pdf, used to but now wont !!!

    Any help please, from email if I try to open pdf , it just goes back to log into my email server. It used to work but not for ages??

    There are special sub forums for the mobile versions of Reader, such as this for Android:
    http://forums.adobe.com/community/adobe_reader_forums/android?view=discussions

  • What technologies to use in web based application...??

    Hi,
    I have to develop a web-based application that will be used to display configured tests to user as well will allow user to add new tests and modify/delete already configured tests. What technologies shall i use to develop this application. And what will be fast to learn.
    What is your opinion on applet-servlet approach here.
    Please suggest.
    Thanks,
    Deepak

    What you've got sounds good.
    If you're not going to build EJBs then you probably don't need JBoss.
    Tomcat is the servlet engine for JBoss so you're getting the same thing but lighter by just using it.
    The important thing is to make sure you have a nice separation of concerns. If you separate all of the database access by creating data access objects (DAO) objects that return plain old Java objects (POJO) then you can, if you choose, easily swap in Hibernate or another ORM Tool.

  • Can not open .pdf using Adober Reader XI

    I downloaded Adobe Reader XI and now am having problems opening .pdf files.  Is there any way that I can revert back to Adobe Reader X?

    What problems would that be? Maybe we can help if you give us some details?

  • Opening PDF File in VB6. Application is Busy message: Switch To or Retry

    Hi
    A legacy VB6 app uses an OLE Container to open up a PDF file in Adobe Reader, with the below code:
    [CODE]       
            App.OleServerBusyRaiseError = True
            oleContainer.Class = olePDF
            oleContainer.AutoActivate = vbOLEActivateAuto
            oleContainer.SourceDoc = txtImageFile.Text
            oleContainer.CreateLink oleContainer.SourceDoc
            oleContainer.HostName = App.FileDescription
            oleContainer.DoVerb vbOLEPrimary
    [/CODE]
    The users have started reported instances of this leading to the following message:
    "This action cannot be completed because the other application is busy. Choose Switch To to active the busy application and correct the problem"
    With options to 'Switch To' and 'Retry'. Selecting these options do not do anything.
    Any ideas how to resolve?
    A few observations:
    1. The are running on Server 2008 R2 64bit
    2. The are running Adobe Reader v10.1.4
    3. I have also noted Adobe reader 9 is also installed
    4. I note that when this occurs there is more than one instance of AcroRd32.exe listed in processes. If I kill these processes the message disappears
    5. The user have reported it does not occur all the time
    6. When I have been able to recreate this in my own environment by reducing OLERequestPendingTimeout the problem is resolved by selecting 'Switch To'. Selecting 'Switch To' does not resolve this problem for my users.
    7. When calling this code in my environment Adobe Reader opens in front of the VB6 app. In the user's environment it opens behind the VB6 app.
    Thanks in advance

    You need to switch from using VB6 at this point.  As of the latest update, VB6 compiled applications will stop working with Adobe Reader. See the following KB: 
    PDF applications built with VB6 don't work with Acrobat 11.0.07

  • Issue when opening pdf using Jasper Report in WLS 9.2

    hi
              I am new to jasper reports and I am using them in Java Page Flow in bea workshop 9.2 Jasper Report 2.0.4
              Created .jasper using iReport
              In one of my action methods
              ServletOutputStream servletOutputStream = getResponse().getOutputStream();
              InputStream reportStream = getServlet().getServletConfig().getServletContext().getResourceAsStream("/classic.jasper");
              JasperRunManager.runReportToPdfStream(reportStream, servletOutputStream, new HashMap() ,connection);
              getResponse().setContentType("application/pdf");
              servletOutputStream.flush();
              servletOutputStream.close();
              connection.close();
              When I invoke this action method from another page on click of submit , the pdf file opens fine for the first time wiht all the data in the pdf ( first submit) , and then I closed the pdf and if I click on submit again, it fails to open the pdf with the error message ,
              There was an error opening this document . This file cannot be found.
              However if I keep any pdf / adobe open it is able to open the pdf for mulitple request (submits )
              if I close the pdf it is able to generate the pdf only for the first time and not the second time.
              Please help me resolve the issue, its urgent.
              thanx in advance
              Madhusudan
              HP

    Hi, I am having the same problem as your user when I try to open a pdf form in acrobat. I also have had a similar problem, still unresolved, described here: http://forums.adobe.com/message/5146964.
    I can't find any solutions. I even tried uninstalling Acrobat X pro and instead gong back to installing Acrobat 9. Same problems persist. Don't know what to do.

Maybe you are looking for

  • PC's can't see all of my .html page but my mac does.

    RE: http://www.todaysipnchat.sipnchat.ca/table.html Can anyone help me figure out why my web page is only partially visible to PC's? I built the page with Site Studio 1.7 on my Linux Server and have a table page with the top and right bottom tables v

  • HT204053 How can I remove an apple id that has been disable from I cloud?

    How can I remove apple id that has been disable fro my iCloud ?

  • Urgent! Application tier and Data tier on different platforms

    Hello! I would be very grateful if someone confirms that the deployment of the Beehive, where Application tier and Data tier are placed on different platforms, is supported. For example, Oracle Database (Data tier) on Linux, and Oracle Application Se

  • Plugin opens too many Http connections

    Hi Java gurus, My applet sends many POST requests (10-20 per second) one by one (not concurrently) to an IIS server application, using HttpUrlConnection. When I run it with AppletViewer, I see (with netstat) a single HTTP connection which is re-used

  • Document number lost .

    Hi Friends, When I clear an invoice in a customer account using the residual items method, I lose the original document number.  Is there anyway that we can retain that number?I will assign full points if anybody can help me soon. Thank tou so much..