Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 10 of 10

Thread: PDF help

  1. #1
    Join Date
    Apr 2008
    Posts
    18

    PDF help

    How to embed PDF file into project, is there a plug in or what or if there is a code please let me know in my application i have a window size of 788/566 in which the PDF file should fit

  2. #2
    Join Date
    Jul 2007
    Posts
    1,512
    posted in the wrong but for help.

  3. #3
    Join Date
    May 2006
    Posts
    5,380
    How to embed PDF file into project, is there a plug in or what or if there is a code please let me know in my application i have a window size of 788/566 in which the PDF file should fit
    if acrobat reader is installed on the system you can display the pdf in a web object
    Open your eyes to Narcissism, Don't let her destroy your life!!

  4. #4
    Join Date
    Apr 2004
    Location
    Vancouver, Canada
    Posts
    1,790
    Quote Originally Posted by RizlaUK View Post
    if acrobat reader is installed on the system you can display the pdf in a web object
    or Foxit http://www.foxitsoftware.com/ which is way faster than Adobe Reader.
    Dermot

    I am so out of here

  5. #5
    Join Date
    May 2006
    Posts
    5,380
    i dident know foxit worked with the web object, i only ever tested with acrobat, i'll install it right now then
    Open your eyes to Narcissism, Don't let her destroy your life!!

  6. #6
    Join Date
    Apr 2004
    Location
    Vancouver, Canada
    Posts
    1,790
    Quote Originally Posted by RizlaUK View Post
    i dident know foxit worked with the web object, i only ever tested with acrobat, i'll install it right now then
    Yep as long as it is your default PDF viewer, it will display in the web object.
    Dermot

    I am so out of here

  7. #7
    Join Date
    May 2006
    Posts
    5,380
    cool, i might start useing pdf format for help files now then (as i hear a rumor that MS will soon drop support for .hlp and .chm files) , the loading time of acrobat vers .chm file put me off, just tested foxit and im happy enough with that
    Open your eyes to Narcissism, Don't let her destroy your life!!

  8. #8
    Join Date
    Apr 2008
    Posts
    18

    thanks.......

    i used as web object instead of all the other stuff

  9. #9
    Join Date
    Jul 2007
    Posts
    66

    Smile

    You can also open a PDF file using SumatraPDF and a button with On Click script like:
    Code:
    File.Run("AutoPlay\\PDF\\SumatraPDF.exe", "AutoPlay\\DOCS\\your_file.pdf", "", SW_SHOWNORMAL, false);
    This way, you do not have worry about whether the end user has a PDF reader installed, it runs from the CD.

  10. #10
    Join Date
    Jul 2003
    Posts
    49
    If you have a copy of Adobe FlashPaper you can convert PDFs into Flash .swf files. Then you can insert them directly as a Flash object. Controls to zoom in/out and print are embedded in the .swf file and displayed when you run your project.

    FlashPaper is included with some of the Adobe suites, but I think you can also purchase it separately.

Similar Threads

  1. How do I open a PDF directly from CD when program is installed?
    By ReconADA in forum AutoPlay Media Studio 6.0
    Replies: 3
    Last Post: 06-06-2007, 10:47 AM
  2. PDFout by Worm
    By azmanar in forum AutoPlay Media Studio 6.0
    Replies: 11
    Last Post: 09-22-2006, 12:29 PM
  3. PDF in a web object and web.loadULR
    By cizzz in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 03-26-2004, 09:25 AM
  4. 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
  5. 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