How to read PDF files using C language?

Asked

Viewed 343 times

0

I have to read a PDF file using linguagem C and seek a string present in the file. However when pulling the file by function fopen and display it on the screen, it appears all those encoded characters, in the same way when you open the PDF using a text editor, for example. How do I decode the file and do the parse correct to seek the string? Is there a library, and if possible how to use it ?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.