Results 1 to 4 of 4

Thread: Printing Formatted Documents VB.net

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2011
    Posts
    48

    Printing Formatted Documents VB.net

    I need to find a simple way to create, view, and print formatted documents through my windows forms vb.net program. Right now I'm using Crystal Reports to format the documents, but Crystal Reports is extreme overkill because all I need is the formatting features, none of the database or reporting features.

    I need to be able to create a pdf and print reports that look like this: http://simplemortgagepro.com/samples/

    Does anyone know how I can get that done?

    I'm using Visual Studio 2010 and VB.net.

    Thanks

  2. #2
    PowerPoster dunfiddlin's Avatar
    Join Date
    Jun 2012
    Posts
    8,245

    Re: Printing Formatted Documents VB.net

    A 'simple' way does not exist. Overkill it may be but your current method is frankly as simple as it gets. If you want to get into creating pdf from scratch you'll need something like itextsharp behind you but it's not for the faint of heart!
    As the 6-dimensional mathematics professor said to the brain surgeon, "It ain't Rocket Science!"

    Reviews: "dunfiddlin likes his DataTables" - jmcilhinney

    Please be aware that whilst I will read private messages (one day!) I am unlikely to reply to anything that does not contain offers of cash, fame or marriage!

  3. #3

    Thread Starter
    Member
    Join Date
    Aug 2011
    Posts
    48

    Re: Printing Formatted Documents VB.net

    I was thinking about adding a webbrowser control, creating an html document with the formatting, and then printing from that. It's crazy that printing a nice document is so difficult.

  4. #4
    PowerPoster dunfiddlin's Avatar
    Join Date
    Jun 2012
    Posts
    8,245

    Re: Printing Formatted Documents VB.net

    It's crazy that printing a nice document is so difficult.
    Hmm. I'm guessing you weren't around in the time of daisy wheels and ribbons then? Those of us that were think modern day printing's a breeze! It's just that as a programmer you come up against the actual nuts and bolts of instructing the printer which are hidden from you in a commercial word processor or dtp package. That's part of why such programs cost the big bucks!
    As the 6-dimensional mathematics professor said to the brain surgeon, "It ain't Rocket Science!"

    Reviews: "dunfiddlin likes his DataTables" - jmcilhinney

    Please be aware that whilst I will read private messages (one day!) I am unlikely to reply to anything that does not contain offers of cash, fame or marriage!

Tags for this Thread

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