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

    Copy paste pdf textto a clipboard

    How to copy paste pdf text to clipboard in C/C++?

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Copy paste pdf textto a clipboard

    You mean from a reader that has already opened the pdf, or do you have code to read the pdf yourself ?

  3. #3
    Join Date
    Oct 2009
    Posts
    577

    Smile Re: Copy paste pdf textto a clipboard

    You need a PDF Writer (or library) which is able to read the PDF and has an API (for example COM) for retrieving objects from that. I used Acrobat Pro for that job which isn't quite comfortable and has a lot of sample code but it is pretty expensive especially if you would need to distribute it with your program.

    Regards, Alex

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