viewing PDF in VB.Net

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jason James

    #1

    viewing PDF in VB.Net

    Hi all,

    does anyone have any pointers about
    how to view PDF files in a vb.net windows
    form?

    Thanks,

    Jason.
  • Anand[MVP]

    #2
    RE: viewing PDF in VB.Net

    You can try using the Adobe Activex control..
    --
    Rgds,
    Anand
    VB.NET MVP



    "Jason James" wrote:
    [color=blue]
    > Hi all,
    >
    > does anyone have any pointers about
    > how to view PDF files in a vb.net windows
    > form?
    >
    > Thanks,
    >
    > Jason.
    >[/color]

    Comment

    • Jason James

      #3
      Re: viewing PDF in VB.Net

      Anand,

      this control seems to work for the first PDF file,
      but then it seems to crash and not load any
      more files. Could I be doing something wrong?
      Do you have any sample code?

      Thanks,

      Jason.

      On Thu, 9 Jun 2005 05:13:04 -0700, "=?Utf-8?B?QW5hbmRbTVZ QXQ==?="
      <AnandMVP@discu ssions.microsof t.com> wrote:
      [color=blue]
      >You can try using the Adobe Activex control..
      >--
      >Rgds,
      >Anand
      >VB.NET MVP
      >http://www.dotnetindia.com
      >
      >
      >"Jason James" wrote:
      >[color=green]
      >> Hi all,
      >>
      >> does anyone have any pointers about
      >> how to view PDF files in a vb.net windows
      >> form?
      >>
      >> Thanks,
      >>
      >> Jason.
      >>[/color][/color]

      Comment

      • Jason Newell

        #4
        Re: viewing PDF in VB.Net

        Jason,
        Last time I checked into this (called Adobe support), they do not
        support this ActiveX Reader control being hosted outside of a web
        browser, hence the problems. I too wanted to use the control in a
        window application but had to give up. You might contact Adobe yourself
        to check again.

        Jason Newell, MCAD
        Software Engineer


        Jason James wrote:[color=blue]
        > Anand,
        >
        > this control seems to work for the first PDF file,
        > but then it seems to crash and not load any
        > more files. Could I be doing something wrong?
        > Do you have any sample code?
        >
        > Thanks,
        >
        > Jason.
        >
        > On Thu, 9 Jun 2005 05:13:04 -0700, "=?Utf-8?B?QW5hbmRbTVZ QXQ==?="
        > <AnandMVP@discu ssions.microsof t.com> wrote:
        >
        >[color=green]
        >>You can try using the Adobe Activex control..
        >>--
        >>Rgds,
        >>Anand
        >>VB.NET MVP
        >>http://www.dotnetindia.com
        >>
        >>
        >>"Jason James" wrote:
        >>
        >>[color=darkred]
        >>>Hi all,
        >>>
        >>>does anyone have any pointers about
        >>>how to view PDF files in a vb.net windows
        >>>form?
        >>>
        >>>Thanks,
        >>>
        >>>Jason.
        >>>[/color][/color]
        >
        >[/color]

        Comment

        Working...