PDA

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



aiman.h.kallaf
06-08-2009, 05:17 AM
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 :)

Imagine Programming
06-08-2009, 06:24 AM
Search the helpfile for HTTP.Download :)

aiman.h.kallaf
06-08-2009, 06:31 AM
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 ,



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


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

Imagine Programming
06-08-2009, 07:58 AM
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.

reteset
06-08-2009, 11:33 AM
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


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

Imagine Programming
06-08-2009, 11:35 AM
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


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

Nice, that'll be very useful.

aiman.h.kallaf
06-08-2009, 12:58 PM
:) yah that would be very great and useful :)

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


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

reteset
06-09-2009, 12:32 PM
maybe this weekend , if i can

aiman.h.kallaf
06-11-2009, 06:41 AM
it's week end :)
i don't know why this weekend people so free and dont' have anything to do ,

that great

rexzooly
06-11-2009, 05:01 PM
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.

aiman.h.kallaf
06-12-2009, 04:36 AM
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

:):):):)