CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2004
    Location
    Brasov
    Posts
    267

    How to create a PDF file?

    Hello

    Know somebody how I can create a PDF file from a MFC application? Thanks

  2. #2
    Join Date
    Aug 1999
    Location
    Germany
    Posts
    2,338

    Re: How to create a PDF file?

    Perhaps this may be usefull:
    http://partners.adobe.com/public/dev...ary/index.html
    http://www.ghostscript.com/

    But I don''t know how it works or if it is free.

  3. #3
    Join Date
    Mar 2005
    Location
    On the Dark Side of Moon
    Posts
    86

    Re: How to create a PDF file?

    Nice Exercise

    Serch for LibPDF on Google for C++

    and for more info go to next link PDF information

    x8086

    Problem Is An Opportunity To Do Your Best.

    All Code Guru Member's
    Poll : -Please Vote For Code Guru Forum Programming competition


  4. #4
    Join Date
    Dec 2004
    Location
    Brasov
    Posts
    267

    Re: How to create a PDF file?

    I have downloaded the libpdfx package. This package contains an something code for Visual C++ and VB.
    I will take a look at the examples.
    Thanks

  5. #5
    Join Date
    Aug 2002
    Posts
    879

    Re: How to create a PDF file?


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