Thread: How to extract data from PDF files

  1. #1
    Registered User
    Join Date
    Jan 2010
    Posts
    3

    How to extract data from PDF files

    Hello everyone,

    Is there any library giving functionalities of a PDF parser in C? Where it could be used to read a PDF file to extract information from it?

    Thank you

  2. #2
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    Should be one around, shouldn't there?

    Nothing found on Google? You did Google for it, right?

  3. #3
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    PDFLib
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  2. Reading large complicated data files
    By dodzy in forum C Programming
    Replies: 16
    Last Post: 05-17-2006, 04:57 PM
  3. Trouble Reading Data from Files
    By CConfusion in forum C Programming
    Replies: 11
    Last Post: 04-06-2006, 07:12 PM
  4. HUGE fps jump
    By DavidP in forum Game Programming
    Replies: 23
    Last Post: 07-01-2004, 10:36 AM
  5. C diamonds and perls :°)
    By Carlos in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 05-16-2003, 10:19 PM