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

Thread: CView to PDF

  1. #1
    Join Date
    Jan 2009
    Posts
    399

    CView to PDF

    I have an MDI app, with view derived from CScrollView, where I draw text, lines, and images. Is there any chance to export this CMyView to PDF, without any virtual printer or some third part library ?

    Of course that I have search on internet for solution, but I have found nothing ...

    Can you guide me to solve this issue ?

    Thank you.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: CView to PDF

    Without a 3rd party library you'll need to get the PDF format spec from Adobe, walk your view code, and create the pdf file format based on the spec.

  3. #3
    Join Date
    Jan 2009
    Posts
    399

    Re: CView to PDF

    Using Adobe SDK it's not free, so, it is better to use an third party library, even if should be paid. If someone here know some PDF library that has been tested by his work, please tell me.
    Thank you.

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