Results 1 to 5 of 5

Thread: Convert Ms Word to PDF using VB.NET

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2004
    Posts
    4

    Convert Ms Word to PDF using VB.NET

    Hi there...

    Well i'm a new bie exploring VB.NET. Was just looking the possibility of converting a MS Word doc into PDF using VB.NET. Would it be all rite to do it using on pure codes without third party software's. Appreciate the snippets if there is. Thx

  2. #2
    Frenzied Member
    Join Date
    Mar 2004
    Location
    Orlando, FL
    Posts
    1,618
    I would assume you need something from Adobe as PDFs are their Proprietary format.
    Sean

    Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    Actualy it's not all that proprietary as OpenOffice.org Writer does export to PDF. Also Component One has an OCX/.NET control that will convert data into a PDF.

    As for doing it solely out of code, that's beyond me. You would need to know exactly how to write out the data....

    Now that I think about it, it shouldn't be all that difficult. I've got a PHP script that can do the same to HTML..... wonder if there is a way to convert it....

    TG
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4

    Thread Starter
    New Member
    Join Date
    Jun 2004
    Posts
    4

    no luck so far..

    well i've tried to convert a sample written in plain VB 6 but it doesn't run exactly. I was wondering the need to use third party software. If it is so...how do i go about using them. Maybe code the conversion would be a complex process. Grateful for da immediate help...

  5. #5
    Addicted Member MetalInquisitor's Avatar
    Join Date
    Sep 2012
    Posts
    143

    Re: Convert Ms Word to PDF using VB.NET

    Quote Originally Posted by danny rough View Post
    ...
    You do realize this thread you just resurrected is from 2004???

Posting Permissions

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



Click Here to Expand Forum to Full Width