Indigo Rose Software

Professional Software Development Tools

 
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 22
  1. #1
    Join Date
    Oct 2002
    Location
    Netherlands
    Posts
    199

    Tip for much faster opening PDF

    A much better alternative for PDF reading is FoxitReader.
    Opens PDF fast, no install (just run the program) and... it is free

    http://www.foxitsoftware.com/

    gr mario

  2. #2
    Join Date
    Jun 2002
    Location
    Israel
    Posts
    1,843
    Thanks for the link.
    Yossi

  3. #3
    Join Date
    Jul 2004
    Location
    NL
    Posts
    19
    Hello Mario OVM,
    Can I run this program also directly from the CD, without installing on the computer?
    Do you have a small example or a project where this is programmed, so I can see, how to integrate it in my project.
    Already thanks a lot.

  4. #4
    Join Date
    Oct 2002
    Location
    Netherlands
    Posts
    199
    Hoi Stan,

    yes, you can run the program directly from CD. Without installing it first.

    Just run the program from your project like:

    File.Run("AutoPlay\\reader\\foxitreader.exe", "name.pdf", "", SW_SHOWNORMAL, false);


    Please read the End User License Agreement in case you want to distribute the program with your CD.
    A simple email is enough to get instructions for free distribution.

    (Foxit software also have a forum. Read the thread about compressing the program with UPX-it. It will load even faster from CD)

    gr mario

  5. #5
    Join Date
    Nov 2001
    Posts
    72

    FoxIt

    I've used with a AMS project on JumpDrives along with OpenOffice.org (word, spreadsheet, etc., alternative that will run without an install.)

    As Mario mentioned, Please read the End User License Agreement in case you want to distribute the program with your CD.

    Tim

  6. #6
    Join Date
    Jul 2004
    Location
    NL
    Posts
    19
    Hallo Mario OVM
    Bedankt / Thank you very much for your example.
    I will check the forum and the End User License Agreement.

    Gr.
    Stan

  7. #7
    Join Date
    Jul 2004
    Location
    NL
    Posts
    19
    Hallo Mario OVM
    Bedankt / Thank you very much for your example.
    So I have to make an extra separate map in “Autoplay” where I put in the program to run it from the CD?
    I will check the forum and the End User License Agreement.

    Gr.
    Stan
    Last edited by Stan Hamers; 05-30-2005 at 02:19 AM.

  8. #8
    Join Date
    Jan 2004
    Posts
    14

    Printing from Foxit

    This looks pretty good and works better for me when I display in a web object than acrobat, but ......

    a) does anyone know how to print a pdf directly from foxit ?

    I used simply used File.Print("IR2110_spec_sheet.pdf") under acrobat, but doesn't seem to work under Foxit.

    b) If I make Foxit the default pdf viewer I can open pdf files under foxit in a web object. But I can't presume to make this change on my end-user's machines. How can I open a pdf with foxit within a web object programatically ?

    (I'm trying to make a pop-up window appear on top of the existing one when the user hits a button to view the pdf of the product he's looking at)
    Last edited by duncan_ellison; 05-30-2005 at 05:44 AM.

  9. #9
    Join Date
    Oct 2002
    Location
    Netherlands
    Posts
    199

    Foxit

    It was not my purpose to change this forum into a forum for FoxitReader.
    So please use the Foxit forum for Foxit questions.

    Use this forum for direct APMS related questions.

    gr mario

  10. #10
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Either way is no problem, feel free to ask/answer questions here if you wish to.

  11. #11
    Join Date
    Oct 2002
    Location
    Netherlands
    Posts
    199
    Quote Originally Posted by duncan_ellison
    a) does anyone know how to print a pdf directly from foxit ?
    I used simply used File.Print("IR2110_spec_sheet.pdf") under acrobat, but doesn't seem to work under Foxit.

    b) If I make Foxit the default pdf viewer I can open pdf files under foxit in a web object. But I can't presume to make this change on my end-user's machines. How can I open a pdf with foxit within a web object programatically?
    a) Foxit Reader doesn't support automatically printing for now.

    b) How do you do that with Acrobat Reader? This function can be disabled in AR.

  12. #12
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    I use, when needed, Flash paper 2 (costs) for my replacement needs with regards to Acrobat Reader docs. My end-users can print, zoom in and out, and highlight the text/copy to clipboard. (Version 2 needed for all stated features)

    Load time? Quick!

    Intrigued

  13. #13
    Join Date
    Jan 2004
    Posts
    14

    Thanks

    OK - so I've established that I can use Foxit to display, but not to print from AMS.

    Thanks for the input guys, it wasn't my intention to hijack the thread.

  14. #14
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    No such thing as a hijacked thread in this forum, we like for people to go off on whatever tangent strikes their fancy. It broadens the scope of the forum and ends up in some pretty interesting discoveries.

  15. #15
    Join Date
    Jan 2004
    Posts
    14

    In that case ....

    In that case .... does anyone know how to solve this one ?

    I have a web object which is blank and not visible "floating" over a page. When the user presses a button, if fire off :

    Web.LoadURL("PDF Window", "TA2020_spec_sheet.pdf");
    Web.SetVisible("PDF Window", true);

    which works fine except that I get all the Adobe toolbars and paragraph tabs which detracts from the presentation somewhat.

    If I use Foxit to load the pdf, I get a nice clean display with no toolbars etc, but I can't find a way to drive the foxit reader from within a web object.

    The whole idea is to use a floating window rather than jump to another page so that the user doesn't lose track of where he is in the navigation.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Opening an Adobe Acrobat PDF Document
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-26-2003, 01:30 PM
  2. opening a pdf file to a specific page
    By Jaegergirl in forum AutoPlay Media Studio 4.0
    Replies: 2
    Last Post: 06-17-2003, 10:52 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts