Reading PDF in VB app.

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

    #1

    Reading PDF in VB app.

    Hi,
    I would like to have users read a pdf manual in my vb program. They should
    select text parts and then push a button so that they can save the important
    parts of a pdf file (text) into a database (wich should be done through a
    sort of copy/paste command).
    Somebody already told me to use the pdf.ocx but I don't have a clue what to
    do with it.
    If somebody could help me on my way how to display a pdf file in my vb
    program it would be a big step forward in my little project.

    Thank you for your time...


  • Auric__

    #2
    Re: Reading PDF in VB app.

    On Mon, 30 Aug 2004 00:14:49 +0200, DL wrote:
    [color=blue]
    >Hi,
    >I would like to have users read a pdf manual in my vb program. They should
    >select text parts and then push a button so that they can save the important
    >parts of a pdf file (text) into a database (wich should be done through a
    >sort of copy/paste command).
    >Somebody already told me to use the pdf.ocx but I don't have a clue what to
    >do with it.
    >If somebody could help me on my way how to display a pdf file in my vb
    >program it would be a big step forward in my little project.
    >
    >Thank you for your time...[/color]

    Best advice I can offer is add pdf.ocx to your project, then open the
    object browser and browse the member list of the Pdf class.
    --
    auric underscore underscore at hotmail dot com
    *****
    I have a face that would shatter you if you saw it whole.

    Comment

    Working...