CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2001
    Location
    Germany
    Posts
    20

    Print to file with PDFWriter

    Hi,

    i wrote an app, that should create a pdf file with a given name, when printing the current view. I tried it with Adobes pdfwriter setting the devnames member "wOutputOffset" to the filename. But pdfwriter always opens the dialog asking for the filename. Tests with a postscript printer driver work fine, but they create postscript, :-)
    Can anybody help?

    Thanks,

    Christian


  2. #2
    Join Date
    Oct 2000
    Posts
    379

    Re: Print to file with PDFWriter

    Independent libraries generating pdf are
    ClibPDF or pdflib.
    You may visit for ClibPDF: www.fastio.com,
    and for pdflib: www.pdflib.com

    Regards
    clem


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