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
This is a discussion on How to extract data from PDF files within the C Programming forums, part of the General Programming Boards category; Hello everyone, Is there any library giving functionalities of a PDF parser in C? Where it could be used to ...
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
Should be one around, shouldn't there?
Nothing found on Google? You did Google for it, right?![]()
PDFLib
Code://try //{ if (a) do { f( b); } while(1); else do { f(!b); } while(1); //}