Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 11 of 11
  1. #1
    Join Date
    May 2009
    Location
    saudi arabia " K.S.A "
    Posts
    30

    :) get in , i have a question about the pdf , file ,,,,,,,

    i know the last topic that i mad was kind of stupped i found the sulotion for them bye my self


    i hope you help me with this one


    i have make aprogram which open the pdf file and read it my question is can i make the program download the pdf from the net and read it

  2. #2
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Search the helpfile for HTTP.Download
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  3. #3
    Join Date
    May 2009
    Location
    saudi arabia " K.S.A "
    Posts
    30
    thanks, but i know how to make the file download <

    i don't want to user to downlad the file to his pc , what i wan to know is how to make the pdf ploge in , read the file from the net and show it to the user and after the user close the program the pdf get lose ,


    PHP Code:
    Page.StartTimer(150);
    PDF.LoadFile("Plugin1""AutoPlay\\Docs\\chicken licken.pdf");
    PDF.SetView("Plugin1""FitBH"); 
    now as you see the file that well open is on the pc and it well download from the pc

    my question is can i make the file get the pdf file from the net

    i trird to do this but it did not work

    PHP Code:
    PDF.LoadFile("Plugin1""www.aiman.howtomakefile.com.pdf"); 
    the link above is not real but i try it with real one and it did not work

    i hope that someone understand the question and re type it or tell me whaht to do

  4. #4
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    If you want to show a PDF from the net, you will have to download it first. Or you place in a webbrowser object. When a user has the Adobe PDF plugin installed, you can directly load a pdf file in a web object.
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  5. #5
    Join Date
    May 2006
    Posts
    1,443
    PDF plugin can load PDF documents from web
    but current release needs an update to be able to load docs from web

    i should wait until next update

    then new update you can load fles from web like below
    Code:
    PDF.LoadFromWeb("Plugin1", "http://www.yourdomain.com/your.pdf");

  6. #6
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Quote Originally Posted by reteset View Post
    PDF plugin can load PDF documents from web
    but current release needs an update to be able to load docs from web

    i should wait until next update

    then new update you can load fles from web like below
    Code:
    PDF.LoadFromWeb("Plugin1", "http://www.yourdomain.com/your.pdf");
    Nice, that'll be very useful.
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  7. #7
    Join Date
    May 2009
    Location
    saudi arabia " K.S.A "
    Posts
    30
    yah that would be very great and useful

    when well i be ready or there well be abdate to use this code

    PHP Code:
    PDF.LoadFromWeb("Plugin1""http://www.yourdomain.com/your.pdf"); 

  8. #8
    Join Date
    May 2006
    Posts
    1,443
    maybe this weekend , if i can

  9. #9
    Join Date
    May 2009
    Location
    saudi arabia " K.S.A "
    Posts
    30
    it's week end
    i don't know why this weekend people so free and dont' have anything to do ,

    that great

  10. #10
    Join Date
    Jul 2007
    Posts
    1,512
    Quote Originally Posted by aiman.h.kallaf View Post
    it's week end
    i don't know why this weekend people so free and dont' have anything to do ,

    that great
    you could also just download it to the temp folder and then delete it after its opened.

  11. #11
    Join Date
    May 2009
    Location
    saudi arabia " K.S.A "
    Posts
    30
    thanks i have lot if idea but to make the idea that i want work , the file must download from the net to the pdf plugin dirctly


Posting Permissions

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