Copying PDF document from remote to local machine in C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • santoshsri
    New Member
    • Jan 2007
    • 48

    Copying PDF document from remote to local machine in C#

    Hi,

    I have to store PDF document from a web URL (for eg : http://www.abc.com/sample.pdf), is there any where I can store the PDF at my local machine.
  • balame2004
    New Member
    • Mar 2008
    • 142

    #2
    Originally posted by santoshsri
    Hi,

    I have to store PDF document from a web URL (for eg : http://www.abc.com/sample.pdf), is there any where I can store the PDF at my local machine.
    Hi,

    Try this:

    System.Diagnost ics.Process.Sta rt("http://www.abc.com/sample.pdf");

    Regards,
    Balaji U

    Comment

    Working...