CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: PDFWriter

  1. #1
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868

    PDFWriter

    I'm getting garbage when trying to print to PDFWriter from VB.NET. Anyone have a solution?

  2. #2
    Join Date
    Mar 2001
    Posts
    8

    Acrobat Distiller

    same problem here... PrintDocument uses Graphics methods hence converts text into image.
    i solved it temporarily by creating wrapper dll for Printer.print method in VB6. crude but quick way. still in search of good method. please let me know if u find one
    thnx

  3. #3
    Join Date
    Feb 2000
    Location
    OH - USA
    Posts
    1,892
    I remember seeing something about using a different encoding...
    Good Luck,
    Craig - CRG IT Solutions - Microsoft Gold Partner

    -My posts after 08/2015 = .NET 4.x and Visual Studio 2015
    -My posts after 11/2011 = .NET 4.x and Visual Studio 2012
    -My posts after 02/2010 = .NET 4.0 and Visual Studio 2010
    -My posts after 12/2007 = .NET 3.5 and Visual Studio 2008
    -My posts after 04/2007 = .NET 3.0 and Visual Studio 2005
    -My posts before 04/2007 = .NET 1.1/2.0

    *I do not follow all threads, so if you have a secondary question, message me.

  4. #4
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868
    If you come across it again, please let me know!

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

Featured